Перейти к содержимому
Mineforgian

GameRule Manager

Enhance controls for gamerules

Загрузки
44K
Подписчики
5
Обновлён
18 мая 2026 г.
Лицензия
All-Rights-Reserved

Опубликован 10 июля 2024 г.

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.

Ченджлог

2.0-beta.2-1.21.10-neoforgeБета1.21.8, 1.21.9, 1.21.10 · 21 марта 2026 г.

fix crashes

2.0-beta.2-1.21.10-fabricБета1.21.9, 1.21.10 · 21 марта 2026 г.

fix crashes

2.0-beta.2-1.21.8-fabricБета1.21.6, 1.21.7, 1.21.8 · 21 марта 2026 г.

fix crashes

2.0-beta.2-1.21.3-neoforgeБета1.21.2, 1.21.3 · 21 марта 2026 г.

fix crashes

2.0-beta.2-1.21.1-neoforgeБета1.21, 1.21.1 · 21 марта 2026 г.

fix crashes

2.0-beta.2-1.21.1-fabricБета1.20.6, 1.21, 1.21.1 · 21 марта 2026 г.

fix crashes

2.0-beta.2-1.20.6-neoforgeБета1.20.5, 1.20.6 · 21 марта 2026 г.

fix crashes

2.0-beta.2-1.20.4-fabricБета1.20.2, 1.20.3, 1.20.4 · 21 марта 2026 г.

fix crashes

Комментарии

Загружаем…