AllPermissions
AllPermissions
Version: 1.1
Features:
- Brings the * node back
Permissions:
- allpermissions.reload - Ability to reload the config.
- allpermissions.givepermission - Ability to use /ap gp.
- allpermissions.* - All of AllPermissions' permissions in one
Commands:
- /allpermissions [option] - AllPermissions control panel. Alias: /ap [option]
Source code:
How do I add AllPermissions support to my plugin?:
AllPermissions is reading your plugin.yml file's permissions setting. If you already have it your plugin is already fully supported.
If not add this to your plugin.yml file:
- permissions:
- myplugin.mypermission:
- description: My description
- default: op
Replace myplugin.mypermission with a permission of your plugin. Replace description with a short description of what the permission does.
Do that with every permission of your plugin.
This is only working with PermissionsBukkit! Permissions 3.x has its own * permission.
-
View User Profile
-
Send Message
Posted Jan 19, 2014what does the [option] mean? im trying to give me and my admin all permissions
-
View User Profile
-
Send Message
Posted May 6, 20121.2.5 please
-
View User Profile
-
Send Message
Posted Sep 3, 2011Wow, thank you ill test it now!