Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platforms
Supported environments
Client-side
Client and server
Links
Tags
Creators
Details
Licensed MIT
Published last month
Gamerule GUI Mod
🤖 AI-assisted creation — This mod was created by Gaobaiawa with DeepSeek V4-Flash
A Fabric mod that opens a graphical interface via /gamerule-gui to view and modify all game rules.
Features
- Graphical interface: Type
/gamerule-guito open the rule editor — no need to memorize commands - Visual toggles: Boolean rules display as buttons, click to switch true/false
- Number input: Integer rules display as input fields, type values directly
- Live search: Search by English rule names or Chinese translations
- Multi-language: UI and chat messages follow Minecraft language settings (EN/ZH)
- No permission barrier: Anyone can open the GUI to view rules; editing requires OP rights
- Mod Menu integration: Config entry point when Mod Menu is installed
- Chat log control:
/gamerule-gui showlog falseto disable operation feedback
Commands
| Command | Description |
|---|---|
/gamerule-gui |
Open the game rule editor |
/gamerule-gui showlog <true/false> |
Enable/disable chat feedback |
How to Use
- Install Fabric Loader and Fabric API
- Put the mod jar into
.minecraft/mods/ - Join a world and type
/gamerule-gui(requires OP level 2) - Click buttons to toggle rules or type values into input fields
Non-OP players can open the GUI to view rules but cannot modify them.
Requirements
- Minecraft 1.20.1
- Fabric Loader >=0.14.24
- Fabric API (recommended, not required)
FAQ
Q: Does the server need this mod? A: Yes. The mod has both client and server components — the command won't work without it on the server.
Q: Does it conflict with other mods? A: No. It doesn't modify any vanilla classes, purely event-driven.
Q: Are rule changes saved?
A: Yes. Changes are saved to the world file, just like using the /gamerule command.


