/promote

Discussion in 'Plugin Development' started by Zachary_Peculier, Jul 20, 2014.

Thread Status:
Not open for further replies.
  1. Is there a way I can sync a plugin with PEX so I can do /promote <rank> in game?
     
  2. Offline

    Pizza371

    Zachary_Peculier either force a command on pex via console (this isn't going to work out very well with a public plugin, its a very simple approach if its just a private plguin which isn't intended to be big).
    Bukkit#DispatchCommand(...) if you want to take that approach (use appropriate variables and arguments, use ConsoleCommandSender).
    otherwise:
    http://dev.bukkit.org/bukkit-plugins/vault/ will work fine for what you need
     
Thread Status:
Not open for further replies.

Share This Page