Skip to content

Tags: AuraDevelopmentTeam/InvSync

Tags

v0.6.19

Toggle v0.6.19's commit message
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](#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](#42)).
\* Fixed several links in README.
\* Fixed reloading causing inventories not to be saved (Fixes [#43](#43)) (bug introduced during 0.6.19 DEV
   versions).
\* More debug logging.
\* A lot of internal improvements.

v0.6.18

Toggle v0.6.18's commit message
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](#17))
\* Improved database performance.

v0.6.17

Toggle v0.6.17's commit message
- Fixed synchronizing crashing when unknow item is being synchronized…

… (Fixes [#18](#18))

v0.6.14

Toggle v0.6.14's commit message
- Prevented a very race condition

v0.6.9

Toggle v0.6.9's commit message
- Added bStats metrics

- Internal restructuring

v0.6.0

Toggle v0.6.0's commit message
- Added individual permissions to allow fine tuning (Closes [#17](#17))

v0.5.51

Toggle v0.5.51's commit message
- Made plugin work with API version 5.x.x again

- Fixed console spam on error during synchronization (Fixes [#16](#16))
- Improved and made game mode synchronizing work again (Fixes [#15](#15))
- Improved debugging
- Synchronizing selected slot as well to make transition even smoother!

v0.5.42

Toggle v0.5.42's commit message
- 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.37

Toggle v0.5.37's commit message
- Synchronizing experience is now using a different method (Fixes [#4](

…#4))

- No longer using deprecated class

v0.5.32

Toggle v0.5.32's commit message
- Removed Synchronizing Achievements because it's working by default …

…(Fixes [#10](#10) and [#11](#11))

- Synchronizing PotionEffects (Not working because of a bug in Sponge. See: [#12](#12))
- Added Manifest to jar