GameRule Manager
Modby IAFEnvoy
Enhance controls for gamerules
Type
Mod
CurseForge Downloads
0
CurseForge ID
1060896
Modrinth Downloads
0
Modrinth ID
226Q16YJ
Last Updated
Apr 13, 2026
Description
GameRule Manager
This mod provide new ways to control gamerules.
Features
- Change default gamerule values. (Via config)
- Lock specific gamerule. (Via config)
- Set gamerule standalone for each dimension. (Via command)
How to use
Config
There are 2 config files
Global config
Config file is at .minecraft/config/gamerule_manager/default.json. If this file is not existed, create it. Example:
{ //Apply to all dimension "default": { "doDaylightCycle": false, "doMobSpawning": { "value": false, //Lock key is optional "lock": true }, "doTraderSpawning": { "value": false, "lock": false } }, "difficulty": "easy" }Dimension specific config
Config file is at .minecraft/config/gamerule_manager/specific.json. If this file is not existed, create it. Example:
{ //Dimension id, NOTE: You need to use "/gamerulemanager" to split out first to apply "minecraft:overworld": { "gamerules": { "keepInventory": { "value": true, "lock": true } }, "difficulty": { "value": "hard", "lock": true } } }Command
/gamerulemanager <create/remove/list>: Used to control whether specific dimension use standalone gamerules.
Once you split out, you can join that dimension and use /gamerule and /difficulty to change gamerule and difficulty only for that dimension.
Similar Mods
Origins: Legacy
Unofficial forward port of Origins 1.20.1 up to the latest version of Minecraft.
Beautified Chat [Server]
💬 A highly configurable mod to change the style and colour of chat messages server-wide.
Glowstone Dust Recipe
adds a simple recipe for glowstone dust
Easy Mob Spawn Control - edit spawn rate & mob cap, disable mobs
Quickly adjust spawn rate, ban mobs or change mob limit with in-game menu
HexDebug
A Hex Casting addon for debugging and editing hexes.
Mouse Key Inventory Fix
Fixes the almost ten-year-old issue with mouse key binds not working in inventories