Permissions
Minecraft permissions
Level | Meaning |
---|---|
1 | Player can bypass spawn protection |
2 | Gives access to some cheat commands such as /clear, /attribute, /advancement or /data, command blocks also have a permission level of 2 |
3 | Server management tier for commands such as /ban, /kick, /kill or /op |
4 | Full control over all the commands as well as some extra metrics commands, the server's console has a permission level of 4 |
Bukkit permissions
In order for these to work you must enable it in the config first you will also need a mod/plugin to handle these permissions, the gold standard nowadays being LuckPerms. There is however no native forge version of it for 1.16.5 so you'll probably need to use the bukkit/spongeforge version instead.
Do note that right now (1.16.5) any method you choose will be scuffed. For example:
- using mohist will auto generate permissions for commands in the format
mods.command.<node>
which are required for the command's functionality. Meaning you'll need to set 2 permissions for 1 comment - using spongeforge has a different effect altogether where only some commands get auto registered permissions in the
format
unknown.command.<node>
and other permissions will not get registered at all
Hopefully things will improve in future ports.
Enabling these permissions without a proper permissions mod/plugin installed will lead to these features not working as expected!
Permission | Effect | Notes |
---|---|---|
mineminenomi.command.removedf | /removedf command on any online player | - |
mineminenomi.command.removedf.self | /removedf command on self only | - |
mineminenomi.command.ability_protection | unrestricted access to /ability_protection command | - |
mineminenomi.command.check_fruits.list | /check_fruits command only to check the fruits list | - |
mineminenomi.command.check_fruits.history | /check_fruits command only to check and/or export the history | - |
mineminenomi.command.check_player | /check_player command to check another player's stats | - |
mineminenomi.command.issue_bounty | /issue_bounty command | Having this permission will bypass the requirements the command normally requires, doriki, marine rank. It will however not bypass the belly requirement for issuing the bounty! |
mineminenomi.command.ability | unrestricted access to /ability command | - |
mineminenomi.command.ability.reset_cooldown | /ability reset_cooldown command only to reset the cooldowns of any online player | - |
mineminenomi.command.belly | unrestricted access to /belly command | - |
mineminenomi.command.extol | unrestricted access to /extol command | - |
mineminenomi.command.bounty | unrestricted access to /bounty command | - |
mineminenomi.command.doriki | unrestricted access to /doriki command | - |
mineminenomi.command.hakiexp | unrestricted access to /hakiexp command | - |
mineminenomi.command.loyalty | unrestricted access to /loyalty command | - |
mineminenomi.command.quest | unrestricted access to /quest command | - |
mineminenomi.command.challenge | unrestricted access to /challenge command | - |
mineminenomi.item.buster_call | allows the initiation of a buster call | Having this permission will bypass the Admiral rank or above requirement to start the buster call! |