Skip to content

Releases: raidcraft/rcinventory

v1.7.0

30 Dec 21:39
Compare
Choose a tag to compare

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)

v1.6.1

30 Dec 20:47
Compare
Choose a tag to compare

1.6.1 (2020-12-30)

Bug Fixes

v1.6.0

30 Dec 19:29
Compare
Choose a tag to compare

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)

v1.5.0

27 Dec 15:38
Compare
Choose a tag to compare

1.5.0 (2020-12-27)

Features

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

v1.4.2

23 Dec 07:49
Compare
Choose a tag to compare

1.4.2 (2020-12-23)

Bug Fixes

  • Fix cleanup by keeping backups per world (d195ccc)

v1.4.1

22 Dec 17:19
Compare
Choose a tag to compare

1.4.1 (2020-12-22)

Bug Fixes

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

v1.4.0

22 Dec 16:47
Compare
Choose a tag to compare

1.4.0 (2020-12-22)

Features

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

v1.3.0

22 Dec 13:25
Compare
Choose a tag to compare

1.3.0 (2020-12-22)

Features

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

v1.2.0

22 Dec 11:35
Compare
Choose a tag to compare

1.2.0 (2020-12-22)

Features

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

v1.1.1

22 Dec 10:08
Compare
Choose a tag to compare

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)