GameruleBox
GameruleBox is a Minecraft server plugin that adds a simple GUI for managing game rules.
Features
- Opens a menu to view all gamerules
- Lets players toggle boolean gamerules on or off
- Lets players edit integer gamerules with a small value editor
- Supports filtering gamerules by name
- Lets players choose which world to edit
- Shows gamerules in a clean inventory-based interface
Commands
/gb— open the gamerule menu/gb <filter>— open the menu and only show matching gamerules/gb help— show a short help message
Permissions
gamerulebox.use— use the plugingamerulebox.*— access all plugin features
How it works
- Run
/gbto open the main GUI. - Click a boolean gamerule to toggle it.
- Click an integer gamerule to open the value editor.
- Use the world selector to manage rules for another world.
- Use
/gb <filter>if you only want to see specific rules.
Installation
- Put the plugin JAR in your server's
pluginsfolder. - Start or restart the server.
- Edit
config.ymlif you want to change messages or menu items.
Configuration
The plugin is configurable through config.yml, including:
- menu titles
- chat messages
- item names and descriptions
- navigation buttons
- world selector text
License
MIT

