Implement Bukkit permissons

Discussion in 'Plugin Development' started by Dark-Panther, Nov 12, 2011.

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

    Dark-Panther

    I want to implement the BukkitPermissions system to my plugins,
    BUT, I can't find an example or an explication how to do this...
    Can you link a side or help me somehow? :(
    greetings
    Dark
     
  2. Offline

    ZNickq

    if(player.hasPermission("your.permissions.node")
    //do stuff
     
  3. Offline

    scranner

  4. Offline

    Dark-Panther

    just that? thank you ;)
     
Thread Status:
Not open for further replies.

Share This Page