Question bPermissions Help!

Discussion in 'Bukkit Help' started by shoote43, Jan 25, 2015.

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

    shoote43

    I can't seem to figure out how to set permissions. I have iWarp and only OPs can use it but I want new comers to be able to also. On top of that I also want to be able to allow people to break the snow in a WorldGuarded spleef arena. Also, I would like to set permissions so they can open doors and use wood buttons and pressure plates but stone only admins. It would be nice to have the Admins text to be a different color too if that is possible. How do I do this? Please help. We plan on opening our server to the public really soon and I can't seem to figure it out. Thank you in advance!:)
     
  2. Offline

    EnderApocalypse

    you can do:

    Code:
    if (player.hasPermission("whateveryouwant.whateveryouwant"){
    //insert what you want here}
    and manage a permissions folder.
     
  3. Offline

    shoote43

    The problem I'm having is that I don't know where to put that coding. Could you show me an example of what I would type in there if i wanted people to be able to warp and tell me where to put that? That would help me understand this stuff so much more, ha.
     
Thread Status:
Not open for further replies.

Share This Page