This update brings a few changes that should improve performance, especially if you're generating chunks extremely fast. I've limited the chunk snapshot caching so that it won't lag your server for every chunk you load, just cache the ones it can grab.
I've also added the
showname option to the config, that will toggle whether or not the player's name shows up on the minimap. Note that this only affects servers and users 1.13 and above!
For the people who get an
java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper error, please add
-Djavax.accessibility.assistive_technologies=" " as a startup flag when running your server.
For developers, I've added in a new map menu system, and map interactions. Commands from modules should now also work properly.
As always, please report any bugs to me as soon as possible!