how to banip player from my plugin using /banip of Essentials?

Discussion in 'Plugin Development' started by Danza, Mar 29, 2011.

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

    Danza

    How to use command banip from my plugin if my server has Essentials with they Banip?
     
  2. Offline

    Sammy

    Can you explain it better please ?
    If the problem is two plugins with a cmd that does the same thing, if both have different names and one is not used they won't conflict.
    Another solution is sharing the same log file as essentials.
     
  3. Offline

    Danza

    no, i need to use other commands other plugins from my - like GroupManager and Permissions.
    Or maybe i can send /banip from my plugin and it will work if Essentials exist in plugins?

    somethink like that:
    Code:
    Plugin essPlugin = this.getServer().getPluginManager().getPlugin("Essentials");
            Essentials essentials;
            if(essPlugin!=null){
                //how to send /banip command?
            }
     
  4. Offline

    Edward Hand

Thread Status:
Not open for further replies.

Share This Page