Permission System with Rank and Permission Management
A flexible permission system for Minecraft Bedrock that manages ranks and permissions.
Players gain access to commands based on their rank’s assigned permissions. For example, the /gm1 command requires the gm1.use permission.
Features:
- Manage ranks with commands:
/rank create,/rank set,/rank get,/rank list,/rank edit - Assign and edit permissions using
/permissionsor/rank edit <rankId> - Permissions apply only to custom commands, not to Minecraft’s built-in commands like
/fillor/gamemode - Controlled access to any custom commands based on permissions
- Easy to extend and customize
Example commands like /gm1 or /vanish are not included and serve only as demonstrations.
An example pack is included to demonstrate how to apply and use the permission system. Instructions for creating a custom command with permission system will be available in the future