Closed C0D3-M4513R closed 1 year ago
Each command has a permission set for it. They are not yet included in the wiki, they will be soon. Too check them manually, you can look up the command in the src code, they should have a "CommandPermission" Annotation affiliated with them, eg. https://github.com/Conorsmine/PlayerDataManipulator/blob/38b8ea53ce7076fbf2ba50d8874206089bf3e181/Plugin/src/main/java/com/conorsmine/net/cmds/PlayerCmds.java#L42
This issue has been resolved. The wiki now includes the permission node for every command. Thanks again for the feedback, appreciate it. :D
Please move away from just using OP as your permission check. It would be nice if we could control the permission more finely grained (on a per command basis).