JWorldPermissions is the best existing world permissions manager. It is designed to be used with 'Permissions plugin' such as PermissionsEx or bPermissions or others.
| JWorldPermissions.attack.EntityName | Permissions to attacks entities. Entity name for players is 'players' |
|
| JWorldPermissions.blocks.break.ID | Permissions to break blocks when data can only be 0 |
|
| JWorldPermissions.blocks.break.ID.Data | Permissions to break blocks when data can be other then 0 |
|
| JWorldPermissions.chat | Permissions to chat |
|
| JWorldPermissions.blocks.place.ID | Permissions to place blocks when data can only be 0 |
|
| JWorldPermissions.blocks.place.ID.Data | Permissions to place blocks when data can be other then 0 |
|
| JWorldPermissions.interact.ID | Permissions to interact with objects such as crafting table or furnace, etc.. |
|
| JWorldPermissions.item.have.ID | Permissions to have items when data can only be 0 |
|
| JWorldPermissions.item.have.ID.Data | Permissions to have items when data can be other then 0 |
|
| JWorldPermissions.item.drop.ID | Permissions to drop items when data can only be 0 |
|
| JWorldPermissions.item.drop.ID.Data | Permissions to drop items when data can be other then 0 |
|
| JWorldPermissions.item.pickup.ID | Permissions to pickup items when data can only be 0 |
|
| JWorldPermissions.item.pickup.ID.Data | Permissions to pickup items when data can be other then 0 |
|
| JWorldPermissions.item.use.ID | Permissions to use items/blocks when data can only be 0 |
|
| JWorldPermissions.item.use.ID.Data | Permissions to use items/blocks when data can be other then 0 |