Jump to content

Checkmate128

Member
  • Posts

    407
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Checkmate128

  1. Checkmate128

    Challenge

    This thread is more fun than any gen server! 10/10 is greater than -5/10 after all.
  2. You can use: else if ... instead of: else: if ... Results in cleaner-looking code.
  3. I seriously used to remember this time. I joined minehut in 2019 and tried so many unique servers and had a blast. I even learned skript because I was so inspired by a particular server that shut down. Back then, punishments were broadcasted and chat was not muted 20% of the time. Back then, chat was not censored as much as the dystopian world of 1984. The /ad command did not exist because it was not needed. My only problem with the command is that it is based on ranks which is dumb. Overall, having a command enforce a rule automatically makes a lot of sense. (Old advertisement rule was 3-5 minutes) Back then, minehut also did not use player servers as advertising machines either. I disagree with your view on Unleashed though. Despite how much I hate the new website design Unleashed is good because: Market is optional. If you do not like the market, release content freely to compete directly with it. Custom plugins is going to change how we make servers. For the better obviously! Server networks, subusers, and a live console all make minehut a significantly more capable host. I am with you in the fight against p2w and gens but I ultimately think that people just like grindy servers that they can waste their time in. Ultimately playing minecraft servers is just one way we can choose to waste the limited time we have on Earth. The masses just choose gens for some reason. Sincerely Checkmate128, Owner of unique and non-p2w servers and ally in this fight
  4. Checkmate128

    Challenge

    BRO BRO that don't rhyme though
  5. Checkmate128

    Pets?

    Thanks. I should have mentioned that both dogs are female. Infinity is also 10 years old and Snuff is 1 year old.
  6. Checkmate128

    Pets?

    I have two dogs. My profile picture is a picture of my yellow Labrador named "Snuff" lying down on her blanket. I also have a black Labrador named "Infinity".
  7. This doesn't belong in general. It should have been posted in Server Advertisements. Also how do you have planes in vanilla without those "annoying plugins"?
  8. You cannot use events inside of a periodical event. If you want to use your original solution you could make a variable increment every tick ands that such as: #increments variable every tick: add 1 to {tick} if {tick} % 80 is 0 I am not sure how best to structure your code but you could use your original solution using a variable that increments every tick.
  9. You could accomplish what you just said by using "every 80 ticks:" or "every 4 seconds:"
  10. You can also get a smaller selection of plugins but with more convenience in the "Plugins" tab of the web panel.
  11. Now that minehut has custom plugins and will have a live console, version support, and other critical features it once lacked, minehut is definitely the best free host. Judging by the way you used all caps, I think you annoyed enough people to deserve your mute.
  12. Your server by default is running paper which is a fork of spigot. Paper is used by default because it has optimizations not present in spigot and fixes many exploits such as tnt duping, breaking bedrock, etc. You can either switch to spigot or edit the paper.yml file so the exploits you want to use are enabled.
  13. on right click holding iron sword: name of player's tool is "&fAries Sword" if difference between now and {%player's uuid%.aresSword.lastUsed} is less than 5 seconds: message "&fWait 5 seconds before use again!" to player else: push player forwards at speed 2.0 player is not op set {%player's uuid%.aresSword.lastUsed} to now I think this should work.
  14. From what I have seen, it is a combination of positive reactions ("thanks", "like", etc), people responding to your content either by quoting you or posting shortly after you posted. The thing that confuses me is how I lost reputation points without anyone reacting negatively to anything I have posted.
  15. This is why free trials should be a thing. On like a test/sandbox server.
  16. on right click holding iron sword: name of player's tool is "&fAries Sword" if difference between now and {%player's uuid%.aresSword.lastUsed} is less than 5 seconds: message "&fWait 5 seconds before use again!" to player else: push player forwards at speed 2.0 set {%player's uuid%.aresSword.lastUsed} to now This should work. Sorry I made a stupid error.
  17. on right click holding iron sword: name of player's tool is "&fAries Sword": if difference between now and {%player's uuid%.aresSword.lastUsed} is less than 5 seconds: message "&fWait 5 seconds before use again!" to player else: push player forwards at speed 2.0 set {%player's uuid%.aresSword.lastUsed} to now I haven't tested it, but I think this should work. Also I recommend you use code blocks when asking questions in the future because this formatting looks better. Let me know if it doesn't work.
×
×
  • Create New...