Permission Plugin Question

Discussion in 'Plugin Development' started by Devils_Cool, May 2, 2012.

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

    Devils_Cool

    So, I noticed bukkit has a permissionmanager already within itself. Does that mean you don't need to specify a certain permissions plugin? I see sooo many plugins saying what they are compatible with, I just don't understand why they even need to specify if bukkit has this feature for others to hook into already.
     
  2. Offline

    SirTyler

    Almost all permission plugins hook into the built in bukkit permission system, meaning you only need to check if player.hasPermission("nodes.here"). Some plugins may rely on certain features of specific permission plugins, such as groups. That is why some may be depending on the plugins themselves rather then the built in system.
     
Thread Status:
Not open for further replies.

Share This Page