Skip to main content

Commands & Permissions

Comprehensive listing of commands, aliases, and permission nodes in EasyMenu 7.


Commands

CommandDescriptionPermissionDefault
/menuOpens the main menu (main.yml)NoneEveryone
/menu reloadAtomically reloads configurations and menu definitionseasymenu.command.reloadOP
/submenu <ID>
/sm <ID>
Opens a specific submenu by IDNoneEveryone
<open-command>Custom command registered via menu open-commandAs configuredAs configured
/negilib debug visualShows item appearance compilation diagnostics and cache infonegilib.adminOP
/negilib reloadReloads resource-pack layers and thumbnail caches in NegiLibnegilib.adminOP

Permission Nodes

Permission NodeDescriptionDefault Target
easymenu.adminGrants all EasyMenu administrative permissions (inherits easymenu.command.reload).OP
easymenu.command.reloadAllows running /menu reload.OP
easymenu.cooldown.bypassAllows bypassing configured cooldown timers on item clicks.OP
negilib.adminAllows running NegiLib diagnostic and reload commands.OP

Dynamic Open Command Permissions

Custom permissions can be defined per menu using open-command:

open-command:
name: "vipshop"
permission: "myserver.vipshop"
permission-default: false # false = OP only; true = all players