Jump to content

Dadrien

Member
  • Posts

    43
  • Joined

  • Last visited

Posts posted by Dadrien

  1. The code listed below should be able to do 3/4 of the things asked.
     

    # Events
    chat:
        set {_fc} to first character of message
        {_fc} = ">"
        set chat format to "<%player%> &a%message%" 
    command:
        command contains ":":
            player doesn't have permission "*":
                cancel event
                send "&4Illegal syntax!"
    command:
        command = "/me", "/say", "/help", "/?", "/version", "/ver", "/plugins" or "/pl":
            player doesn't have permission "*":
                send "&4No permission!"

    To make players spawn in a radius around spawn rather than directly on it, you can use in-game gamerule commands. To do this, type in /gamerule spawnRadius. You should be able to fill in the blanks from there.

  2. There's not much we can to do recover your server, however we can help you stay safe in the future. You can do this by whitelisting your server, which prevents players who are not explicitly allowed to join from joining. I also recommend you download the plugin CoreProtect, as it will allow you to undo any damage done by players.

  3. I've been playing Minehut for nearly 4 years, and have met many different people over that time. I don't know you too well, but you seem like a really cool person. Congratulations on your first year as a Minehut Moderator.

    • Like 1
  4. That's a good start, but to completely disable animals you should go into the bukkit.yml file in your File Manager, from there you can set the amount of mobs allowed to spawn. To prevent all mobs from spawning, change all the values that involve mob spawn limits to 0. For more information, head on over to this website.

    • Like 1
    • Thanks 2
×
×
  • Create New...