- Fixed dimension load tracker not clearing itself of the data for a previously loaded world, when creating new worlds in single player
- Added new variants of world creation and loading commands. There are now two separate variants:
- One that executes before the worlds/dimensions have loaded
- One that executes after the server has started, i.e. the "static" dimensions have loaded and the overworld spawn chunks have loaded
- Added dimension ID and spawn point coordinate substitution support to the commands
- Added several new debug console log messages, that can be enabled with the existing verbose logging option. (They also now always log on the debug level even when the option is disabled. If the option is enabled, then they log on the info level.)
- NOTE: Because of the new command variants, some config options have been renamed and the time at which the commands run, has changed a bit. Backing up the old config (renaming it) and then generating a new config is recommended!
Original build time: 2017-05-19 18:01:06 UTC+3
- Fixed the configs not loading properly due to casing issues
- Added dimension load count tracking
- Added a new dimension loading command variant to run commands either on a specific load count, or on any multiple of a load count (modulo)
- The world creation commands should now work in all WorldTypes, if using the dimension load tracking
- World loading commands are now ran from the server started event, instead of dimension 0 loading event
Original build time: 2017-03-15 21:40:38 UTC+2
- Added the option to run commands on every world load
- Added the option to run commands on every dimension load, with the possibility to only run them for a specific dimension
- Added toggle options to disable specific types of commands without having to remove all of them from the config
Original build time: 2017-02-06 20:23:45 UTC+2
- Update to be based on the 1.10.2/1.11.2 0.4.0 release
- Add dimension load count tracking and a new dimension load command variant
- Add several debug log messages
- Fix dimension load tracker not always clearing the old data
- Added and changed the world creation and loading commands
- Add dimension ID and spawn coordinate substitution support to the commands
Original build time: 2017-09-13 15:53:54 UTC+3