Skip to content

Releases: fooeyround/Configured

v1.9.5 for Minecraft 1.21.11 – Update to 1.21.11

01 Jan 00:02

Choose a tag to compare

  • Update to Minecraft 1.21.11
  • Add support for reloading the config from disk with the reload command

v1.9.4 For Minecraft 1.21.10 - Hot-fix for crash.

25 Oct 00:09

Choose a tag to compare

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!

22 Oct 03:04

Choose a tag to compare

Features superseded by vanilla gamerules:

  • disableNether -> gamerule allowEnteringNetherUsingPortals
  • disablePvP -> gamerule pvp
  • forceEnableCommandBlocks -> gamerule commandBlocksEnabled
  • disableMonsterSpawning -> gamerule spawnMonsters

v1.9.3 For Minecraft 1.21.8 - Fix disableMonsterSpawning setting inverse settings on change

07 Aug 05:13

Choose a tag to compare

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

07 Aug 05:04

Choose a tag to compare

Somehow the default for disableMonsterSpawning was left to true. So sorry about that.

v1.9.1 For Minecraft 1.21.8 - Crash Fix!

07 Aug 04:18

Choose a tag to compare

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!

31 Jul 05:43

Choose a tag to compare

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)
  • forceEnableCommandBlock
  • disableMonsterSpawning (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 🐛

09 Jun 00:32

Choose a tag to compare

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 🐛

09 Jun 09:09

Choose a tag to compare

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

16 May 06:28

Choose a tag to compare

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