1.7.0 (2020-12-30)
- Automatically handle Nether and TheEnd world as partner world for each configured partner world (249efe9)
- Only sync inventories with same world if no special world config was found (a2b7c10)
1.6.1 (2020-12-30)
- Fix some NPEs (7cf53e9)
1.6.0 (2020-12-30)
- Implement pre caching when player joins server but is not loaded into world. Database inventory is loaded and deserialized asynchronously. Closes #16 (31a2b00)
1.5.0 (2020-12-27)
1.4.2 (2020-12-23)
- Fix cleanup by keeping backups per world (d195ccc)
1.4.1 (2020-12-22)
- Fixes world configuration to easily create world groups (341b1a1)
1.4.0 (2020-12-22)
1.3.0 (2020-12-22)
1.2.0 (2020-12-22)
1.1.1 (2020-12-22)
- Fix database inventory equals method (33abfda)
- Fixed equals method of database inventory to avoid duplicate entries (b5383a1)
1.1.0 (2020-12-21)
- Save inventories on plugin disable method call (abfe0e3)
- Add database migration (b07c3dd)
- Fix database layout and player listener to handle join/leave events (4a868b8)
- Fix inv restore at login (73691cb)
- Initial adaptions to introduce new plugin from scratch (6da568c)
- Introduce player holder to abstract inventory holder (d311a1b)
- Implement basic functionality (untested) (03771f4)