Skip to content

Latest commit

 

History

History
99 lines (46 loc) · 4.65 KB

CHANGELOG.md

File metadata and controls

99 lines (46 loc) · 4.65 KB

1.7.0 (2020-12-30)

Features

  • 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)

Bug Fixes

1.6.0 (2020-12-30)

Features

  • 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)

Features

  • Added synchronization of players ender chest. Closes #13. (650b0c8)

1.4.2 (2020-12-23)

Bug Fixes

  • Fix cleanup by keeping backups per world (d195ccc)

1.4.1 (2020-12-22)

Bug Fixes

  • Fixes world configuration to easily create world groups (341b1a1)

1.4.0 (2020-12-22)

Features

  • Adding world configs to prevent sync between specific worlds. Closes #8 (c4294c6)

1.3.0 (2020-12-22)

Features

  • Implement database cleanup. Fixes #10. (1ae9989)

1.2.0 (2020-12-22)

Features

  • Implement cyclic inventory saves. Closes #7 (5e52e83)

1.1.1 (2020-12-22)

Bug Fixes

  • Fix database inventory equals method (33abfda)
  • Fixed equals method of database inventory to avoid duplicate entries (b5383a1)

1.1.0 (2020-12-21)

Bug Fixes

  • Save inventories on plugin disable method call (abfe0e3)

Features

  • Add check if inventory is already up to date. Fixes #11 (bd17515)

1.0.0 (2020-12-21)

Bug Fixes

  • 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)

Features

  • Implement basic functionality (untested) (03771f4)