GameRule Manager
Modby IAFEnvoy
Enhance controls for gamerules
Type
Mod
CurseForge Downloads
1,028,741
CurseForge ID
1060896
Modrinth Downloads
37,305
Modrinth ID
226Q16YJ
Last Updated
Jun 12, 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:
```json5
{
//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:
```json5
{
//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 `: 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.
Compatibility
Mod Loaders
Fabric
Forge
Neoforge
Game Versions
1.20
1.20.1
1.20.2
1.20.3
1.20.4
1.20.5
1.20.6
1.21
1.21.1
1.21.2
+8 more
Similar Mods
Limitless Structure Blocks
Removes structure block size limits
Mod
10,637,279
Bayou Blues
A swampy new Bayou biome!
Mod
10,636,898
Drip Sounds
Adds sounds for drip particles landing
Mod
10,631,961
Weapons of Miracles - epic fight
Improve epicfight with more weapon, more animations, more skills, more epic and more FIGHT!
Mod
10,625,958
Illuminations 🔥
A client mod that adds fireflies and various glow-in-the-dark ambient particles to your world.
Mod
10,620,078
ICBM - Interconnected Block Missiles
Explosives, Missiles, and More!!!
Mod
10,602,374
Included in Modpacks
MTR Railway Network Access - Lite Edition
MTR Railway Network Access - Standard Edition
Architectoribus Datum
IR Railway Network Access (Immersive Railroading)