This plugin synchronizes the player inventory with a database

0.5.14

Release

BrainStone released this version on Apr 25, 2017

48.2 KB
Download

0.5.14

  • Added health to synchronization
  • Added hunger to synchronization
  • Internal improvements

0.5.10

  • Files are now additionally signed with PGP (For real this time!)

0.5.7

  • Files are now additionally signed with PGP (Not working! See next release)

0.5.4

  • Added config option for individual parts to synchronize

0.5.0-beta

  • Fixed #6: Serialize inventories to NBT
  • Data in database is now way more portable
  • Fixed #7: Only one instance of the plugin can work with a H2 database

0.4.6-beta

  • Fixed #5: Database connection sometimes times out and should be reconnected (Really this time)
  • Internal improvements

0.4.2-beta

  • Fixed #5: Database connection sometimes times out and should be reconnected (Not really fixed)

0.4.0-beta

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

0.3.18-beta

  • Fixed #3: Special chars in the MySQL password do not work

0.3.16-beta

  • Fixed #2: When switching servers by bungeecord, the inventory gets loaded from the database before the new data is written
  • No item pickup while waiting for synchronization
  • Storing inventories to database when server stops
  • Internal improvements

0.3.8-beta

  • Synchronizing from database now working
  • Fixed reloading bug
  • Fixed several bugs with statements

0.3.0-alpha

  • Added config
  • Added reload functionality
  • Fixed serialization for enchantments

0.2.0-alpha

  • Removed MySQL driver (sponge alerady has it implemented)
  • Added inventory serialization and deserialization (Not working 100%)
  • Added README
  • Compressing serialized data to safe space

0.1.0-alpha

  • Added MySQL driver
  • Fixed signing
  • Added Lombok to project
  • Added basic functionality
  • Added MySQL connection handler/wrapper

0.0.13-alpha

  • Set up project
  • First semi working plugin version!

0.0.0-alpha

  • Initial commit

Dependencies