File Details
Rule Control 1.6.2
- R
- Feb 5, 2023
- 628.11 KB
- 115
- 1.19.2
- Forge
File Name
rule_control_1.6.2_forge_1.19.2.jar
Supported Versions
- 1.19.2
Curse Maven Snippet
Mod Version 1.6.2 (Forge 43.2.0):
- 1.19.2
- Added a config file with the following content:
- [encryption]
- 'usePassword' set to true or false to either use or disable a password encryption to the Gamerule Control Centre.
- 'password' actual password to use if the previous parameter is set to true.
- Important notice:
- Can be changed in real-time, so be cautious when modifying the config.
- The password can no longer be updated in-game.
- Use a mod like https://www.curseforge.com/minecraft/mc-mods/configured to change the config file in-game.
- Removed the '/gamerules' command.
- Added command parameters to '/rc' and '/rulecontrol' commands:
- 'menu' opens the Gamerule Control Centre.
- 'config' send the contents of the config file in chat.
- Commands are only available to players with permission level 3.
- 'See https://mcreator.net/wiki/command-permission-levels for more information.