-
Posts
80 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by cymraeg
-
-
So I joined Valknet the other day to see what it was all about. As soon as I joined, I realised it was just Minehut, but worse, and also in Minehut. So it's literally pointless. Anyway, I create my server, bigmom. Of course a reference to the world's greatest film Big Mommas: Like Father, Like Son.

`What a beautiful film.
So I get to the point of it being started up, and am immediately told that it's against the Terms of Service, with TacticalModz claiming that the masterpeice of that film isn't PG. I link to the iMDB page and am muted for 5 hours for "Sharing Links" (although it's actually quite frankly because she doesn't like me. Probably from that time she said she wasn't hacking on Warzone when she uploaded proof that she was. Well done.). I come back this morning, and within about 5 minutes of joining, the server crashes. Almost certainly down to MineHut randomly turning off servers for no reason, or too many worlds being available. So, I go back in to the lobby and try to rejoin, lo and behold, I'm banned for absolutely no reason (other than Tactical disliking me).
Thanks, TacticalModz, I was enjoying reading your copyright notice for a company which isn't registered! Very nice. Claiming that other's can't use a dictionary word in their server name, when you do it yourself, infringing on the title of Company No. 05130372. 'Grats.
-
Just now, Motionq said:
Yes, we don't base the 14+ off of that though. That just means we can't really go any lower than 13 nor would we if that makes sense.
Oh, ok.
-
3 hours ago, Motionq said:
We believe a standard age for people to start maturing/be mature is 14. It's also the youngest we're willing to go. Just because discord's age limit is 13 doesn't mean we base our age limit off that btw lol.
On the format, it explicitly says that the age limit is because of the discord age limit. Not up to me, though.
-
-
-
On 9/25/2019 at 11:56 PM, BennyDoesStuff said:
Staff Applications are now Open!
We're currently looking for another batch of mature and active players to join our Volunteer team! As a staff member, your job is to help moderate Minehut on our various services (Discord server, forums, etc), help out with different activities (such as beta testing features, hosting events, etc), and communicating with the Minehut community to help keep this community clean and safe one for everyone. We also occasionally reward our volunteers with credits as a thank you for helping us out.
Interested in joining? Check out below on everything you'll need to know before applying.
Important pages you should read:
Minehut Rules: https://forums.minehut.com/rules
Staff Application Process: Click here
Staff Application Format: Click here
Make sure you are also in the Minehut Discord server located here: https://discord.gg/minehut
Before applying please make sure you've:
- Read up on all of the pages listed above and fully understand them.
- You are eligible to apply as per the guidelines located in the format.
- Active on both the Minehut forums, Discord server, as well as in-game.
- Fully understand how to use Minehut and troubleshoot issues.
- Maintain a professional and mature, but relaxed behavior.
- Understand how the staff process works as explained in the post above.
Staff Applications will close Saturday, October 5th at the end of the day.
Ready to apply? Click "New Topic" in the Applications category or click here to start your application! Make sure you copied the format posted in the staff application format post linked above and followed all the guidelines and requirements.
Why do you need to be 14 if the age limit for Discord is 13?
-
-
23 minutes ago, Nd_ said:
6
7
-
No problem!
-
Possibly this:
on damage: damage was caused by potion victim is a player victim is in world "ul_KitPVP" victim's x coordinate is between -5.5 and 14.5 victim's z coordinate is between -14 and 8 cancel event-
1
-
-
I realised the problem! See if this works:
on damage: victim is a player damage cause is potion victim is in world "ul_KitPVP" victim's x coordinate is between -5.5 and 14.5 victim's z coordinate is between -14 and 8 cancel event -
Try:
on damage: damage cause is potion victim is in world "ul_KitPVP" victim's x coordinate is between -5.5 and 14.5 victim's z coordinate is between -14 and 8 cancel event -
alzo is fat
-
On 6/11/2019 at 9:46 AM, Swayl said:
- Better Reports - Every report is logged in a GUI. Which can be cleared easily. This script is easy to edit.
- 48 lines of script. So I'd say it's very light weight, Shouldn't lag your server.
- Permissions
- staff - This player will be alerted when a report is made. Basically my permission node for the staff team.
- Pictures
- These ar e the messages sent to players and the player with the permission "staff"
- Once you execute the command /reports (Only players with the permission "staff" has access). This will show up, and once you hover it, It'll show the player who reported the player, and it's reason.
- On the bottom-right corner, You'll see an empty map called Clear Reports... It's pretty much self-explanatory but, Once you click it, It'll delete all the reports and refresh the GUI.
- Everytime the GUI is empty, this will show up. This will also show up once you've cleared all the reports.
Script (48 lines):
options: prefix: &3[Reports] staff: staff no-perm: &cNo permission. gui-name: &3Reports &lGUI command /report [<offline player>] [<text>]: trigger: if arg 1 is set: if arg 2 is set: add arg-1 to {reports::players::*} set {reports::reason::%arg-1%} to arg 2 set {reports::reporter::%arg-1%} to player send "{@prefix} &7Sucessfully reported &e%arg-1% &7for &e%arg-2%&7." send "{@prefix} &7A new file has been made against &e%arg-1%&7. Check /reports." to all players where [input has permission "staff"] else: send "{@prefix} &7Please provide a reason." else: send "{@prefix} &7Please provide a player." command /reports [<text>]: permission: {@staff} permission message: {@no-perm} trigger: send "{@prefix} &7Opening the report gui..." wait 1 tick reports(player) function reports(p: player): open virtual chest inventory with size 6 named "{@gui-name}" to {_p} set {_n} to 0 if {reports::players::*} is set: loop {reports::players::*}: format gui slot {_n} of {_p} with ("%loop-value%" parsed as offline player)'s skull with no nbt named "&3%loop-value%" with lore "&7Reason&8: &3%{reports::reason::%loop-value%}%" and "&7Reporter&8: &3%{reports::reporter::%loop-value%}%" add 1 to {_n} if {_n} = 53: stop loop else: format gui slot 0 of {_p} with paper with no nbt named "&7None." with lore "&7Currently no reports." to do nothing format gui slot 53 of {_p} with empty map with no nbt named "&6Clear Reports" to run: close player's inventory loop {reports::players::*}: delete {reports::reason::%loop-value%} delete {reports::reporter::%loop-value%} wait 1 tick clear {reports::players::*} reports({_p})
ENJOY! Thank you for reading!

Really good! Also like how you've used the "options" tool properly - a sign of well thought out coding.
-
On 8/29/2019 at 11:27 PM, JacksonDTM said:
Whats the permission for this
staff
-
On 9/6/2019 at 11:32 PM, Nd_ said:
Hen why don't binary decoders work?
it did for me try https://www.rapidtables.com/convert/number/binary-to-ascii.html
-
Ok, as no progress has been made since Thursday, here's the answer. Any results from further on will be ignored.
See "julius says" in the original image? Well, my other server is caesarpvp. Entering the code on that server will result with the link https://bit.ly/powysfs which will download a file containing an ISO 631-9 Code "br". This is the language code for Breton, a language spoken in France. In that file, it says the final answer is the language group, which is "celtic".
-
-
fixed it
-
On 8/29/2019 at 10:27 PM, Darmeus said:
Correction: Not a verification email, it's someone trying to reset my password.
just set it up so all emails from minehut go straight into spam
-
43 minutes ago, TokyoSushi said:
minehut staff who are really sensitive =

especially kailum and jackjack33 whose egos are bigger than the planet
-
ok, here's a hint. STEP 1. DOWNLOAD THE IMAGE AND OPEN IT IN A TEXT EDITOR.
-
2 hours ago, Nd_ said:
Ok, does the code resemble letters or should I say the plain code itself
the text is completely irrelevant.
-
1 hour ago, crewly said:
saying
trent








VIP Rank Giveaway
in Off Topic
Posted
link doesnt work i've tried
https://bitly.com/11_211_1211_1_121_111_112_2121_212_111
https://bitly.com/11-211-1211-1-121-111-112-2121-212-111
https://bitly.com/11211121111211111122121212111
and even
https://bitly.com/22_122_2122_2_212_222_221_1212_121_222
https://bitly.com/22-122-2122-2-212-222-221-1212-121-222
https://bitly.com/22122212222122222211212121222
any more hints?