Permission Problem...

Discussion in 'Plugin Development' started by gjossep, Mar 4, 2012.

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

    gjossep

    Hello,
    I want to know how i can use permissions but also one where i can change the group that a user is in.
    What do i do?

    Thanks
    Gjosse
     
  2. Offline

    rymate1234

    unless you are working with a permissions plugin, you cannot easily do groups. go look at vault if you want groups and and stuff. If you want to see if a player has permission, just use
    Code:
    player.hasPermission("permissions.node.here");
    where player is a Player variable
     
Thread Status:
Not open for further replies.

Share This Page