This build is a bugfix build that resolves a few of the most important problems since the implementation of the new API, including world loading problems, the "Removing entity while ticking!" thing and trigger signs. I hope that this can finally end the schism between 0.17.7, #771, #819 and latest build users - but note that especially the new sign system also included
intended changes, so make sure to read the last changelogs (especially #893) if you update.
From the last dev build that was published a few hours ago:
This build resolves a few problems with world loading / unloading. Because of this, the Paper check on startup has been removed.
The most important new features in this build are the escape/finishLocation game rule and the timeframe requirement:
Code (Text):
# Where the player respawns when he leaves the dungeon without finishing the game.
escapeLocation: "spawnworld,49.5,65.0,598.5,29.0,-84.4"
# Where the player respawns when he finishs the game.
finishLocation: "spawnworld,49.5,65.0,598.5"
# Dungeon can only be played on a friday and from sunday to tuesday respectively at 15-16 o'clock.
# Note that the week in the Java Calendar API begins with sunday, so SATURDAY-SUNDAY does not work.
requirements:
timeframe:
- "FRIDAY"
- "SUNDAY-TUESDAY"
- "15-16"
Changelog
Fixed #getDungeonMob() NPE
Instance IDs now use a static counter
Fixed "Removing entity while ticking!" bug
Fixed an NPE when a played instance is played again
Fixed some exceptions with Citizens
Fixed trigger signs
These changes were posted a few hours ago:
New features:
API module
All old events in the implementation module have been replaced with API events except for the trigger events
Update policy This build is a development build. That means that it is not only not as stable as release builds but also that its features are always subject to change. Features in development builds might be removed or changed without automatical data converters in a following build. The builds posted here are only builds from the master branch.
Support for Minecraft 1.14 / 1.15 The current development builds come with technical support for Minecraft 1.14.x-1.15.x. This means technical inclusion and consideration of 1.14.x-1.15.x features are present.
The the item library Caliburn hasn't been updated yet. This is intentional.