Database Change The plugin now supports saving waystone data on MySQL. But if you want to keep your waystone data on local storage, you would also need to migrate the database to a new database structure. To migrate from old database structure to the new database structure: - Do "/ws migrate" - Wait until the migration is done - Do "/ws reload" To migrate from local database to MySQL database: - Make sure you have the new database structure, if not, please follow the instructions above - Do "/ws localtomysql" - Do "/ws reload" To migrate from MySQL database to local database: - Do "/ws mysqltolocal" - Do "/ws reload" PLEASE TAKE A BACKUP FIRST BEFORE START MIGRATING TO THE NEW DATABASE STRUCTURE OR MOVING TO ANOTHER DATABASE STORAGE
BungeeCord Support To enable this feature, set the Proxy Mode to "true" in config.yml Also, do not forget to put the plugin jar inside BungeeCord plugins folder!
MySQL Support To enable this feature, fill in the MySQL fields (host, port, username, password, database name) in config.yml and then set the Storage Location to "MYSQL"
Better Configuration Structure PLEASE RESET YOUR CONFIGURATIONS (DO NOT DELETE YOUR WAYSTONE DATABASE) BEFORE USING THIS UPDATE. To reset your configuration, simply do: - Take a backup of it (just in case you need to see the old configuration) - Delete the old configuration (books.yml, config.yml, effects.yml, gui.yml, messages.yml, models.yml, recipes.yml, waystones.yml) - Restart or do "/ws reload" The new configuration includes: - Customizable Waystone Types behavior - Improved GUI layout - Added Death Listener option to Death Book configuration - Permissioned recipes - Tweaked default waystone model
Improved Features
You can now clear your search result by right-clicking the search item
Fixed Bug
Fixed some waystone blocks are not loaded during chunk load or server startup (The plugin now loads before the world load)