InControl 1.20-9.1.3
- The 'spawner' test will now also work for 'onjoin'
InControl 1.19-7.1.12
- Removed invalid dimension test from the parser. That test would give errors when loading for dimensions that don't exist yet
InControl 1.20-9.1.2
- Removed invalid dimension test from the parser. That test would give errors when loading for dimensions that don't exist yet
InControl 1.18-6.1.12
- Fixed a rare threading condition related to counting
InControl 1.20-9.1.1
- Fixed a problem with the 'spawner' test not working with 'when' equal to 'position' (default)
- Fixed a timing isue with loading the rule files again. In some cases rules where not executing during initial chunk loading
InControl 1.20-9.1.0
- New events.json system that allows the player to spawn mobs whenever something happens. Still work in progress
- Implemented 'mob_killed' and 'block_broken' events
- New 'eventspawn' test in 'spawn.json' that can be used to test for mobs spawned by the new events.json system
- Added new 'setphase', 'clearphase', and 'togglephase' actions for effects, experience, leftclicks, rightclicks, harvests, and spawn events
- New area system in 'areas.json'. This can be used by map makers to define predefined locations on the map. These areas can then be used in various rules. For example to create a peaceful area on a server
- New 'area' test that can be used in nearly all rules (like spawn.json, loot.json, effects.json, ...). This will evaluate to true if the position is in the specified area
- Added new /incontrol area command to show the current area
- Added 'setphase' and 'clearphase' commands
InControl 1.20-9.0.4
- Fixed a timing error with loading rules at startup. They were loaded too late which causes onjoin rules to not work soon enough
InControl 1.20-9.0.3
- The 'timeout' keyword wasn't working in effects.json
- Fixed a problem with the damage action. It wasn't working properly
InControl 1.18-6.1.11
- Fixed a problem in the spawner where there was the possibility that some mobs caused crashes during spawn position selection
InControl 1.19-7.1.11
- Fixed a problem in the spawner where there was the possibility that some mobs caused crashes during spawn position selection
InControl 1.19-7.1.10
- Fixed a rare threading condition related to counting
InControl 1.20-9.0.2
- Fixed a rare threading condition related to counting
InControl 1.20-9.0.1
- Fixed spawn.json not working correctly for mobs spawned using spawner.json
InControl 1.20-9.0.0
- In Control for 1.20 works differently then previous versions. "onjoin" is gone. Instead there is now "when" with four possible values 'position', 'onjoin', 'finalize', and 'despawn'
- The 'special.json' file is gone. Instead you can now use 'spawn.json' for all your needs. Using 'when' at finalize you can now control the equipment and stats of mobs
- Merged all FxControl functionality into InControl
InControl 1.19.3-8.0.7
- Added 'minlight_full' and 'maxlight_full' keywords. These are similar to 'minlight' and 'maxlight' but they will test the full light level (including the sky light level)
InControl 1.19-7.1.9
- Added 'minlight_full' and 'maxlight_full' keywords. These are similar to 'minlight' and 'maxlight' but they will test the full light level (including the sky light level)
InControl 1.18-6.1.10
- Added 'minlight_full' and 'maxlight_full' keywords. These are similar to 'minlight' and 'maxlight' but they will test the full light level (including the sky light level)
InControl 1.19.3-8.0.6
- Fixed a bug in 'addscoreboardtags'
InControl 1.19-7.1.8
- Fixed a bug in 'addscoreboardtags'
InControl 1.18-6.1.9
- Fixed a bug in 'addscoreboardtags'