Adding permissions

Discussion in 'Plugin Development' started by InspectorFacepalm, Jun 2, 2013.

Thread Status:
Not open for further replies.
  1. So I need a little help here, I'm pretty much stuck on this
    How do I add this permission when you do /addperm <name>
    I want the /addperm to add this permission
    pb.check
    to the player, how does one exactly do that?
     
  2. Offline

    Bancey

    Wouldn't it depend of what permissions plugin they were using, Because they all have different ways they setout the .yml file
     
  3. No I just want to add 1 permission, no other permission, you can't choose what the permission is :/
     
  4. Offline

    ZeusAllMighty11

    What permissions system are you using?
     
  5. No I mean like a code
    Code:
    p.isSetPermission("pb.check");
    
    I want to add that permission when I do /addbperm <playername> ;/
     
  6. Offline

    ZeusAllMighty11

    If you don't have any permissions systems, I believe BukkitPerms will default.

    But I do not understand your question, please try to explain better.
     
  7. I just pretty much want to add a specific permission to a player ;/ (I wont be able to change the permission, the only permission it will add is pb.check)
     
Thread Status:
Not open for further replies.

Share This Page