
Permissions Manager
The mod provides flexible control over key game permissions, allowing you to customize rights for each server member individually.
Main Features
When a player connects to the server for the first time, a username.json
file is automatically generated in the /config
folder. This file contains usage instructions and three main permissions:
- can-break — ability to destroy blocks
- can-build — ability to place blocks
- can-craft — ability to craft items
To change permissions, simply change the corresponding parameter value from false
to true
(or vice versa). No server restart is required — changes take effect after the player reconnects.
Built-in Commands
The mod enhances the server with convenient commands for instant permission editing:
/editperms (player) (can_break) (can_place) (can_craft)
/permissionsmanager:editperms (player) (can_break) (can_place) (can_craft)
Changes are applied immediately and automatically synchronized with the corresponding JSON file.
Additional Features
If you need expanded functionality, you can contact the developer via Discord. Note that most PvP-oriented features and permissions are already implemented in the PvP Additions mod.