Commands Table
| Command | Description | Permission | Console |
|---|---|---|---|
/fiomenu | Main FioMenu command entrypoint. Shows admin help when the sender has admin permission. | fiomenu.use | Yes |
/fiomenu admin help | Show the full admin help list. | fiomenu.admin | Yes |
/fiomenu admin reload | Reload plugin data, menus, placeholders, and internal registrations with report handling. | fiomenu.admin | Yes |
/fiomenu admin placeholders | Show custom placeholder diagnostics and all registered FioMenu tokens. | fiomenu.admin | Yes |
/fiomenu admin list | List all detected menu files and loaded menu state information. | fiomenu.admin | Yes |
/fiomenu admin enabled <menu> | Enable a menu file so it becomes loaded and usable. | fiomenu.admin | Yes |
/fiomenu admin disable <menu> | Disable a menu file. | fiomenu.admin | Yes |
/fiomenu admin create | Create a menu file from the chest currently looked at by the player. | fiomenu.admin | No (player-only) |
/fiomenu admin delete <menu> | Delete a menu file. | fiomenu.admin | Yes |
/fiomenu admin clone <menu> <newName> | Clone a menu into a new file id. | fiomenu.admin | Yes |
/fiomenu admin rename <oldMenu> <newMenu> | Rename an existing menu file id. | fiomenu.admin | Yes |
/fiomenu admin open <player> <menu> | Open a loaded or enabled menu for a target player. | fiomenu.admin | Yes |
/fiomenu admin forceopen <player> <menu> | Force-open a menu file directly for a target player even if it is not already loaded in memory. | fiomenu.admin | Yes |
/fiomenu admin close <player> | Close the target player's currently open inventory or menu. | fiomenu.admin | Yes |
/fiomenu admin version | Show the running FioMenu plugin version. | fiomenu.admin | Yes |
/fiomenu admin author | Show the plugin author value. | fiomenu.admin | Yes |
/fiomenu admin debug | Show plugin debug information text. | fiomenu.admin | Yes |
/fiomenu admin meta <*|player> list <type> [page] | List FioMenu namespaced metadata entries by type with pagination support. | fiomenu.admin | Yes |
/fiomenu admin meta <*|player> set <key> <type> <value> | Set a typed metadata value for one player or all online players. | fiomenu.admin | Yes |
/fiomenu admin meta <*|player> remove <key> <type> <value> | Remove a metadata key only when the current stored typed value matches the provided value. | fiomenu.admin | Yes |
/fiomenu admin meta <*|player> add <key> <type> <value> | Add a numeric delta to an INT, LONG, or DOUBLE metadata value. | fiomenu.admin | Yes |
/fiomenu admin meta <*|player> subtract <key> <type> <value> | Subtract a numeric delta from an INT, LONG, or DOUBLE metadata value. | fiomenu.admin | Yes |
/fiomenu admin meta <*|player> modify <key> | Inspect the current stored value for a FioMenu namespaced metadata key. | fiomenu.admin | Yes |
/fiomenu admin meta <*|player> removeall | Remove all fiomenu:* metadata entries from one player or all online players. | fiomenu.admin | Yes |
/fiomenu admin custom_slot <player> list <id_custom_slot> | List stored admin custom slot entries for the target player. | fiomenu.admin | Yes |
/fiomenu admin custom_slot <player> clear <id_custom_slot> | Clear one custom slot entry, or clear all entries when using *, all, or -. | fiomenu.admin | Yes |
/fiomenu admin custom_slot <player> remove <id_custom_slot> | Remove a specific custom slot entry from the target player. | fiomenu.admin | Yes |
/fiomenu admin custom_slot <player> add <sourceMenu>:<slot>:<shortcutId> | Add a custom slot entry using the basic admin custom slot format. | fiomenu.admin | Yes |
/fiomenu admin custom_slot <player> add <sourceMenu>:<slot>:<chooserMenu>:<shortcutId> | Add a custom slot entry using the chooser-menu admin custom slot format. | fiomenu.admin | Yes |
Permissions Table
| Permission | Default | Description | Used For |
|---|---|---|---|
fiomenu.use | true | Allows using the base /fiomenu command. | Base command access |
fiomenu.admin | op | Allows using the FioMenu admin command set. | All /fiomenu admin ... subcommands, including meta and custom_slot |
fiomenu.update.notify | op | Receive update notifications on join when a newer FioMenu version is available. | Update notification behavior |
