Permissions

Minecraft permissions

LevelMeaning
1Player can bypass spawn protection
2Gives access to some cheat commands such as /clear, /attribute, /advancement or /data, command blocks also have a permission level of 2
3Server management tier for commands such as /ban, /kick, /kill or /op
4Full 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.

Warning

Enabling these permissions without a proper permissions mod/plugin installed will lead to these features not working as expected!

PermissionEffectNotes
mineminenomi.command.removedf/removedf command on any online player-
mineminenomi.command.removedf.self/removedf command on self only-
mineminenomi.command.ability_protectionunrestricted 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 commandHaving 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.abilityunrestricted access to /ability command-
mineminenomi.command.ability.reset_cooldown/ability reset_cooldown command only to reset the cooldowns of any online player-
mineminenomi.command.bellyunrestricted access to /belly command-
mineminenomi.command.extolunrestricted access to /extol command-
mineminenomi.command.bountyunrestricted access to /bounty command-
mineminenomi.command.dorikiunrestricted access to /doriki command-
mineminenomi.command.hakiexpunrestricted access to /hakiexp command-
mineminenomi.command.loyaltyunrestricted access to /loyalty command-
mineminenomi.command.questunrestricted access to /quest command-
mineminenomi.command.challengeunrestricted access to /challenge command-
mineminenomi.item.buster_callallows the initiation of a buster callHaving this permission will bypass the Admiral rank or above requirement to start the buster call!
Last change: 2024-11-22