Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
SweetInventory
A Minecraft Menu Plugin
Default configurations are in Chinese. Check localization repository for English or other language.
And I am sorry about that the wiki is only Chinese available right now. In the future, we may translate it to English.
Introduction
A menu plugin built based on the PluginBase menu module. It uses an intuitive layout format similar to the example below:
inventory:
- 'ooooooooo'
- 'upppppppd'
- 'ooooooooo'
# "o" means frame icon
# "u" means "up", aka previous-page button
# "d" means "down", aka next-page button
# "p" means page content
Icons can have "display conditions", "click conditions", "click actions", and more. It supports various click types such as Left Click, Right Click, Shift + Left Click, Shift + Right Click, Q, and Ctrl + Q.
For more details, see the documentation on MCIO Plugins.
Features
- Uses a more intuitive layout design
- Supports pagination, allowing a single menu to display multiple pages of content
- Supports registering custom commands for menus, effective immediately after reloading
- Supports detecting file save operations and automatically reloading menus upon saving
- Rich condition and display priority mechanisms to satisfy simple use cases
- Supports expressions in conditions such as
%vault_eco_balance% >= 100
Commands
The root command is /sweetinventory, with aliases /sinv, /si, or /menu
Parameters wrapped in <> are required, and parameters wrapped in [] are optional.
| Command | Description | Permission |
|---|---|---|
/menu open <menu> |
Opens the specified menu. Requires permission to open the menu | sweet.inventory.open |
/menu open <menu> - [..menu arguments] |
Opens the specified menu. Requires permission to open the menu | sweet.inventory.open |
/menu open <menu> <player> [..menu arguments] |
Opens the specified menu for a player. The target player does not need permission to open the menu | sweet.inventory.open.other |
/menu list |
View the list of menus | sweet.inventory.list |
/menu reload |
Reload the plugin configuration files | OP/Console |
Opening a menu requires the permission sweet.inventory.open.menu.<menu>


