Releases: fooeyround/Configured
v1.9.5 for Minecraft 1.21.11 – Update to 1.21.11
- Update to Minecraft
1.21.11 - Add support for reloading the config from disk with the
reloadcommand
v1.9.4 For Minecraft 1.21.10 - Hot-fix for crash.
Fixes an issue where the mod sometimes tries to load old mixins from the disableNether that was removed and superseded by vanilla gamerules.
v1.9.3 For Minecraft 1.21.10 - Many Feature are now in vanilla!
Features superseded by vanilla gamerules:
disableNether-> gameruleallowEnteringNetherUsingPortalsdisablePvP-> gamerulepvpforceEnableCommandBlocks-> gamerulecommandBlocksEnableddisableMonsterSpawning-> gamerulespawnMonsters
v1.9.3 For Minecraft 1.21.8 - Fix disableMonsterSpawning setting inverse settings on change
Fix an issue relating to the disableMonsterSpawning setting that would be inversed when changed.
v1.9.2 For Minecraft 1.21.8 - Fix Default disableMonsterSpawning
Somehow the default for disableMonsterSpawning was left to true. So sorry about that.
v1.9.1 For Minecraft 1.21.8 - Crash Fix!
Sorry, it seems as though version 1.9.0 had an unavoidable server crash due to some config options. This is now fixed.
v1.9.0 For Minecraft 1.21.8 - Add more Settings!
The following settings have been added:
simulationDistance(set to 0 to use server.properties value)viewDistance(set to 0 to use server.properties value)maxPlayers(set to -1 to use server.properties value)maxPlayersFakeListing(set to -1 to real value)spawnProtection(set to -1 to use server.properties value)forceEnableCommandBlockdisableMonsterSpawning(spawning is always disabled if in peaceful or set as such in server.properties)
v1.8.0 for Minecraft 1.21.5 - Project Restructuring and Bug Fixes 🐛
The project is no longer in the same branch for all versions; every supported release has its own branch that can be merged to seperatly. This should help simplify development and allow older versions to be brought into maintenance mode whne needed.
Fixed:
- Fixed a bug where getting the contents of playerConnectionBlockList would show UUIDs instead of usernames.
- Fixed a bug that allowed users to configure the mod's server side features from the client and on the client.
v1.8.0 for Minecraft 1.21.1 - Project Restructuring and Bug Fixes 🐛
This is parity release of the previously released version 1.8.0 for Minecraft 1.21.5.
From that release:
The project is no longer in the same branch for all versions; every supported release has its own branch that can be merged to seperatly. This should help simplify development and allow older versions to be brought into maintenance mode whne needed.
Fixed:
- Fixed a bug where getting the contents of playerConnectionBlockList would show UUIDs instead of usernames.
- Fixed a bug that allowed users to configure the mod's server side features from the client and on the client.
1.7.0 - Update to 1.21.5
This updates Configured to support 1.21.5; From now on all versions have independent branches of the code-base and are built separately.
If any behavior seems off, please report the bug here