-
v0.6.19788b7671 · ·
Version 0.6.19 -------------- \+ Added support for Baubles. \+ Added support for Cyclic. \+ Added support for Spice of Life: Carrot Edition (1.8.2 or above). \+ Added support for Spice of Life. \+ Added support for Tough As Nails. \+ Implemented module system to allow mods to easily add support themselves. \+ Added automatic conversion from old (data storage and config) format to new format. \+ Added system to prevent saving inventory when the player hasn't fully joined yet. \* Fixed issue with players not properly saving on server shutdown (Fixes [#32](https://github.com/AuraDevelopmentTeam/InvSync/issues/32)). \* `RuntimeException`s while printing debug info won't cause any data being lost. \* Allow empty MySQL passwords. \* Allow special chars like `@` or `:` in MySQL passwords and usernames (Fixes [#42](https://github.com/AuraDevelopmentTeam/InvSync/issues/42)). \* Fixed several links in README. \* Fixed reloading causing inventories not to be saved (Fixes [#43](https://github.com/AuraDevelopmentTeam/InvSync/issues/43)) (bug introduced during 0.6.19 DEV versions). \* More debug logging. \* A lot of internal improvements.
-
v0.6.18678a24b0 · ·
Version 0.6.18 -------------- \+ Added GradleCommon (helper project. Only used for compiling) \* Using new versioning System (due to GradleCommon) \* Using SpongeAPI 7.1.0 (instead of 7.1.0-SNAPSHOT) \* Using better config code. \* Fixed Connection Leaks (Fixes [#17](https://github.com/AuraDevelopmentTeam/InvSync/issues/17)) \* Improved database performance.
-
v0.6.17486c36e8 · ·
- Fixed synchronizing crashing when unknow item is being synchronized (Fixes [#18](https://github.com/AuraDevelopmentTeam/InvSync/issues/18))
-
-
-
v0.6.078204377 · ·
- Added individual permissions to allow fine tuning (Closes [#17](https://github.com/BrainStone/InvSync/issues/17))
-
v0.5.51b8d0682f · ·
- Made plugin work with API version 5.x.x again - Fixed console spam on error during synchronization (Fixes [#16](https://github.com/BrainStone/InvSync/issues/16)) - Improved and made game mode synchronizing work again (Fixes [#15](https://github.com/BrainStone/InvSync/issues/15)) - Improved debugging - Synchronizing selected slot as well to make transition even smoother!
-
v0.5.423a4d1579 · ·
- Added URL to plugin info - Improved event prevention (More events and they don't get prevented if the module is disabled) - Added warning when previous server took too long
-
v0.5.37468c4718 · ·
- Synchronizing experience is now using a different method (Fixes [#4](https://github.com/BrainStone/InvSync/issues/4)) - No longer using deprecated class
-
v0.5.32838d8695 · ·
- Removed Synchronizing Achievements because it's working by default (Fixes [#10](https://github.com/BrainStone/InvSync/issues/10) and [#11](https://github.com/BrainStone/InvSync/issues/11)) - Synchronizing PotionEffects (Not working because of a bug in Sponge. See: [#12](https://github.com/BrainStone/InvSync/issues/12)) - Added Manifest to jar
-
v0.5.197ef555eb · ·
- Now Synchronizing Achievements (Fixes [#9](https://github.com/BrainStone/InvSync/issues/9)) - Not perfect as achievements get announced - Added hidden debug setting
-
v0.5.14e71684ca · ·
- Added health to synchronization - Added hunger to synchronization - Internal improvements
-
v0.5.109701c746 · ·
- Files are now additionally signed with PGP (For real this time!)
-
-
-
v0.5.03cfe0f99 · ·
- Fixed [#6](https://github.com/BrainStone/InvSync/issues/6): Serialize inventories to NBT - Data in database is now way more portable - Fixed [#7](https://github.com/BrainStone/InvSync/issues/7): Only one instance of the plugin can work with a H2 database
-
v0.4.60450408c · ·
- Fixed [#5](https://github.com/BrainStone/InvSync/issues/5): Database connection sometimes times out and should be reconnected (Really this time) - Internal improvements
-
v0.4.2f3345b3d · ·
- Fixed [#5](https://github.com/BrainStone/InvSync/issues/5): Database connection sometimes times out and should be reconnected
-
v0.4.0ec3d3e58 · ·
- Gamemode and Experience are now synced too (experience is bugged atm) - Waiting for other server to finish instead of waiting a fixed amount of time. Makes it more secure!
-
v0.3.18ff1f2caa · ·
- Fixed [#3](https://github.com/BrainStone/InvSync/issues/3): Special chars in the MySQL password do not work