Disable essentials commands?

Discussion in 'Bukkit Help' started by Karlkorv, Oct 23, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Karlkorv

    Hi, i'm using AdminCmd and essentials, and i want to use admincmds /msg and teleportation. How do i get this to work?

    Bump

    Please, i need help!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  2. Offline

    SlyCooperMan

    Well what you're saying in the title isn't what your saying in the actual post. If you want to disable commands, the best option would be getting Permissions and then adding -permission.node.here to whatever group you want to disable it for.
     
  3. Offline

    TheMadMan697

    If you want to disable commands for any plugin you will be able to do so using the following method.
    • Download plugin jar file
    • Rightclick and open the jar file with winrar
    • Edit the plugin.yml file with notepad++ or simular
    • Scroll down the list and comment out with a # symbol the commands you dont want essentials to have.
    For exapple for /msg you would have this

    Code:
    #  msg:
    #    description: Sends a private message to the specified player.
    #    usage: /<command> <to> <message>
    #    aliases: [m,t,emsg,tell,etell,whisper,ewhisper]
    
    When done save it and close the file. You should then get a message from winrar asking you if you want to update the archive. Click yes and you are done.

    Hope that helps you :D
     
    goldhaxx likes this.
  4. Offline

    goldhaxx

    TheMadMan697 Thank you so much for that... Don't know why I forgot about this method, but I've been pulling my hair over it. Thanks again :)
     
  5. Offline

    Necrodoom

    unneeded with essentials.. see disabled-commands config section.
     
  6. Offline

    Randolph_J

    Actually not true, disabling the command -t -tell does not give you access to 'MyTown' mod's /t command, you are completely blocking the ability to do /t if you disable it via the ess config. Doing it via editing the jar, will unlock the /t command for another plugin or mod to use.

    Thanks.
     
Thread Status:
Not open for further replies.

Share This Page