GameRule Manager
Modby IAFEnvoy
Enhance controls for gamerules
Downloads
966,377
Type
Mod
CurseForge ID
1060896
Last Updated
Apr 9, 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
MiniCoal
Mini Coal and Charcoal
Liberty's Villagers
Quality of Life and AI improvements for Villagers
Client Sort
Versatile and easy inventory sorting.
Umbral Skies
A mod for Twilight Forest-Aether content fusion
Golems Are Friends Not Fodder
This mod makes Armorer, Toolsmith and Weaponsmith villagers attempt to repair damaged golems in their village during day...
Rope Bridge
Ever wanted to build a rope bridge to an inaccessible area? With Rope Bridge, you can!