[PermissionsEx] How to allow /kick and /ban commands?

Discussion in 'Bukkit Discussion' started by discoverdan, Nov 24, 2011.

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

    discoverdan

    I'd like to allow the group 'Admin' to be able to use the /kick and /ban commands without making them op. (Through PEX)

    Is this possible and if so, how?

    Thanks.
     
  2. Offline

    saul100

    You can find an entire list of CraftBukkit commands and their respective permission nodes here.

    To kick:
    Code:
    bukkit.command.kick
    To Ban:
    Code:
    bukkit.command.ban.player
    To Unban (pardon) :
    Code:
    bukkit.command.unban.player
    Otherwise, you might want to add a plugin like CommandBook or Essentials that has it's own ban command and permissions.
     
  3. Offline

    Daniel Heppner

    Yay for CommandBook! :D
     
  4. Offline

    discoverdan

    Thanks for replying! I've installed CommandBook. Great plugin!
     
  5. Offline

    CowMawDoo

    Thaank you!!!!!!!!!!
     
Thread Status:
Not open for further replies.

Share This Page