Jump to content

Montrelle

Member
  • Posts

    20
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Montrelle

  1. You sound like you're trolling.
  2. No, they do not. Minehut servers are hosted on Minecraft Java Edition, whilst MC PE is on Bedrock.
  3. As a suggestion for the future, download your map and save all your config and script files locally in a folder or something. I personally use Skide for this, which is dedicated to Skript and additionally supports .yml (configuration) files, making it perfect for this.
  4. That's not how appealing for inappropriate names works. You are banned permanently until you change your name AND appeal. You aren't given the benefit of the doubt by being banned only to the duration of the time you can change your name, as there is no confirmation that you would change your name once you're unbanned.
  5. Contact me in-game or on discord and I'll be able to assist you.
  6. Install Skript and then add the following code to a .sk file: command /sethome: trigger: set {home.%player%} to location of player send "&cHome set to &b%player's location%" to player command /home: trigger: if {home.%player%} is set: teleport player to {homes.%player%} else: message "cSet your home with &b/sethome" I do not suggest using the Essentials plugin as it is quite buggy.
  7. Currently, /dl world is not functional.
  8. Feel free to contact me in-game (/msg Montrelle) as a lot of potential sources could cause something like this. Alternatively, I am available on Discord.
  9. Your son needs op to execute adminstrator commands on his playerserver. To ensure this, go to the web panel and head to the console: Proceed to type "op [username]". Replace [username] with your son's username. After they're op, try executing /weather clear. Alternatively, you can execute /weather clear from the console itself. This should fix the issue. If the issue still persists, it is likely there is a Repeat Command Block that sets the weather to rain. If so, disable command blocks from the Settings tab.
  10. Montrelle

    Server Griefer

    Minehut only punishes server griefing. Looting items from your server is not considered griefing, but you might as well try to report them instead of posting a report in the wrong section. In the future, use /whitelist on.
  11. Sure, it's a low quality server. In addition, this entire post is you whining over getting banned from spamming the n-word, so I don't see how you're anymore righteous.
  12. Yes. Go to appdata/.minecraft/logs then scroll down to the day you joined the server and open that log file. You should find the server's name in there (CTRL+F then search for "You joined")
  13. I'm making a super simple currency on kill thing, when all of a sudden... skript decides to not work again! wow! Ya see here? yeah well {bal::%attacker%} doesn't add. I've tried making even a command which directly adds to the variable, still doesn't work. What does work is if I do something like: "set {bal::%attacker%} to (number)" < this works. But I can't even add to it when I do "set {bal::%attacker%} to {bal::%attacker%} + 3" Every other variable in this skript will add except for {bal::%attacker%} Which blows my mind on how this is even possible? There's no errors, no other skripts associated with the variable, no red plugins. Anyone have any ideas?
  14. Montrelle

    Armor Bug

    OK so uh, no armor works on my server? not even vanilla armor does anything... We've tested the damage outputs and armor damage reduction has no affect on anything. I was wondering if it'd be one of these plugins Please reply to this post if you have a solution/idea
×
×
  • Create New...