FIX ~ When the connection to the database is lost, it now automatically attempts to reconnect. You can also do this manually when you reload the plugin with /si reload (thanks to Nathan Lai for the report!).

SaveInventory [1.13 - 1.18.2] 1.2.2
~ Save, Clear, Load, and Sync player inventories & enderchests! ~
-
1.2.2 ~ Automatically reconnect to database
-
1.2.1 ~ Added BackupOnDeath feature, Fixed a minor error
NEW ~ You can now automatically backup player inventories when they die! Just set:
Code (Text):BackupOnDeath: true
*NOTE*: backups created with /si backup [player], BackupOnJoin, and BackupOnDeath are all saved in the same place
FIX ~ An IllegalMonitorStateException sometimes occurred when stopping the server, but it didn't cause any problems. The error will no... -
1.2.0 ~ Added auto backups
NEW ~ Now you can make backups automatically for players when they join your server! Just set the following in config.yml:
Code (Text):BackupOnJoin: true -
1.1.0 ~ HUGE update! Database storage :)
NEW ~ SaveInventory now uses a database, using your choice of SQLite (local file, the default) or MySQL!
- Don't worry, your current data (from saves.yml) will be copied to the database automatically!
- Switch between SQLite and MySQL types in config.yml, by setting
-
Code (Text):MySQL: true
~ OR ~
MySQL: false - Your database will be converted automatically!
NEW ~... -
1.0.3 ~ Added backwards compatibility & major bug fix
Fixed inventory backups not saving properly (MAJOR BUG - Update NOW!)
Added backwards compatibility so you can use this plugin on server versions 1.16.3 and older. I successfully tested this plugin back to 1.13, but it could work down to at least 1.8 -
1.0.2 ~ Added help message and fixed bug
Fixed a bug where Java versions prior to 11 would give a "NoSuchMethodError" on startup.
Added a help message when you enter an invalid command or do /si or do /si help