[Solved] How to override essentials /vanish command

Discussion in 'Plugin Development' started by Kodfod, Sep 24, 2012.

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

    Kodfod

    So i have made a quick vanish plugin and i tried using @Override and still essentials overrides my plugin.


    Any help???
     
  2. Offline

    Supertt007

    @Override is for overriding super methods in java. I think essentials give other plugin's command priority first
     
  3. Offline

    np98765

    Essentials will automatically give priority to your command. Are you positive it's Essentials, and not some other plugin?
     
  4. Offline

    Kodfod

    Yeah i have just put essentials and my plugin on and it was still interfering. However, when i added the other plugins back, it stopped so idk..


    Thanks anyway!

    [Solved]
     
  5. Offline

    wowlover6877

    Speaking of this. Is there anyway to override the "/reload" command?
    [SOLVED]
     
  6. Offline

    Drkmaster83

    Hmm, "/reload", meaning the Bukkit command? Are you wanting to make it not work? If you're making your plugin reload on that command, then don't. Put your plugin name as the command label and put reload as the first argument.
     
Thread Status:
Not open for further replies.

Share This Page