- Important fix, made sure items drop don't get any extra NBT tags unless they actually enter the database.
- Made sure the database is never corrupted in case of hard crashes or out of disk space errors.
- Improved database performances, latest libraries, better organization.
- You can now select in which worlds you want despawned items to go to the database.
Add this to your configs
YAML:########################################################### # WORLD WHITELIST # # Only items despawned in these worlds will be processed # # and saved to the database. Set whitelist_enabled to true # # if you want to enable this check. # ########################################################### worlds: whitelist_enabled: false whitelist: - world - world_nether - world_the_end