Commit Graph

291 Commits

Author SHA1 Message Date
GeorgH93
96175d1304
Merge pull request #27 from mijiko200/master
Add Spanish lang
2018-12-28 15:15:56 +01:00
mijiko200
2bb36b68ef
Add Spanish lang 2018-12-28 14:43:00 +01:00
GeorgH93
1c37dc20a9
Set sql dialect for SQLtoSQLMigration.java for IntelliJ 2018-12-21 18:47:39 +01:00
GeorgH93
d092081d08
Add restore command 2018-12-21 18:06:59 +01:00
GeorgH93
8d1db257f5
Bugfix for cauldron/uranium 2018-12-05 10:01:07 +01:00
GeorgH93
6f1f3c791f
Add proper MC 1.13 support for backpack storage 2018-12-05 09:57:00 +01:00
GeorgH93
128f836211
Update to V1.18 2018-12-04 18:50:41 +01:00
GeorgH93
2f8e062216
MC 1.13 upgrade support
This commit adds the "/backpack rewrite" command which enables admins to convert the backpacks into an upgradable format
All backpacks written with this version can be upgraded to MC 1.13 or newer!
2018-12-04 18:36:26 +01:00
GeorgH93
b060a64a43
Reduce UUID field size if trimmed UUIDs are used
Fixes #25
2018-10-07 22:04:28 +02:00
GeorgH93
5103b307a8
Merge pull request #24 from Leomixer17/master
Use VARCHAR instead of CHAR in player names
2018-09-19 22:44:50 +02:00
Leomixer17
455ce72fae
Merge pull request #2 from Leomixer17/patch-1
Update MySQL.java
2018-09-06 17:27:25 +02:00
Leomixer17
7c59a43644
Merge pull request #1 from Leomixer17/patch-2
Update SQLite.java
2018-09-06 17:26:58 +02:00
Leomixer17
7fad1f993f
Update SQLite.java 2018-09-06 17:25:39 +02:00
Leomixer17
86612aa732
Update SQLite.java 2018-09-06 17:24:27 +02:00
Leomixer17
bd3c1a4de5
Update MySQL.java 2018-09-06 17:23:23 +02:00
GeorgH93
f39fa948ca
Update to V1.17.13 2018-08-28 00:10:53 +02:00
GeorgH93
c7101ed5e9
Adjust event priority's 2018-08-11 19:06:40 +02:00
GeorgH93
8aa891ff1d
Add Files to MySQL/SQLite DB migration support 2018-08-10 20:23:38 +02:00
GeorgH93
af875737d7
Update to MC 1.13 2018-08-10 18:05:58 +02:00
GeorgH93
d2975ac796
Update to V1.17.12
- Fix missing lastupdate column for sqlite when auto cleanup is not used
- Fix backpack title switching on MC 1.13
2018-08-09 21:48:00 +02:00
GeorgH93
f697c728c1
Add MySQL to SQLite and SQLite to MySQL DB migration support 2018-08-07 17:53:48 +02:00
GeorgH93
eef444d0bd
Bugfixes and code cleanup
Fix batch execution for uuid converter
Fix last update for SQLite
2018-08-05 21:59:03 +02:00
GeorgH93
e0f32d6982
Fix error saving new backpack with autocleanup enabled on SQLite 2018-07-27 20:44:32 +02:00
GeorgH93
d2405995d6
Fix missing relocation 2018-07-26 20:41:58 +02:00
GeorgH93
86ced09103
Code cleanup 2018-07-25 23:55:28 +02:00
GeorgH93
7c1db6199e
Fix console spam for not existing old keys 2018-07-25 23:28:06 +02:00
GeorgH93
358ddf1b77
Add support to migrate SQL storage to files storage 2018-07-25 23:27:19 +02:00
GeorgH93
b59e2bd368
Add data migration framework 2018-07-25 22:35:15 +02:00
GeorgH93
8b883ec2e3
Improve backup logic 2018-07-25 18:49:54 +02:00
GeorgH93
2156e0d6b7
Prevent backpack shrinking if player doesn't have permission to open it 2018-07-25 18:30:34 +02:00
GeorgH93
192d805154
Prevent backpack shrinking if player doesn't have the permission to open it 2018-07-24 23:47:35 +02:00
GeorgH93
5a60f09ed7
Add basic MC 1.13 support
TODO:
- Title switching between owner and other viewers
- Upgrading from older MC versions
2018-07-22 22:57:32 +02:00
GeorgH93
82c5f3cf2e
Code cleanup, performance improvement, bugfix 2018-06-16 19:40:17 +02:00
GeorgH93
0e83e76653
Allow the open command to be executed from the help by clicking it 2018-06-16 18:55:10 +02:00
GeorgH93
be6644b4d5
Make the PluginLib also check for updates when "/bp update" is used 2018-06-08 18:53:42 +02:00
GeorgH93
01375de1a7
Add backup command 2018-06-07 23:43:33 +02:00
GeorgH93
f3ea7f3fee
Refactor code to make it more readable 2018-06-07 22:10:43 +02:00
GeorgH93
09cd1a0fb2
Upgrade cooldown management to allow syncs and add more settings 2018-06-07 22:10:11 +02:00
GeorgH93
71b2e3f447
Add title parameter to the open function of the backpack 2018-06-07 00:43:28 +02:00
GeorgH93
c5751431ad
Replace public variable for config and language with getter 2018-06-07 00:30:48 +02:00
GeorgH93
c426683360
Upgrade command system to a more flexible one
Add reload command
Add update command
2018-06-07 00:23:26 +02:00
GeorgH93
001f35bf77
Update to V1.17.9 2018-06-06 15:41:07 +00:00
GeorgH93
042941a4e7
Rename database getter 2018-06-04 17:19:18 +02:00
GeorgH93
b6a8d372f5
Improve disabling of the plugin 2018-06-04 13:14:15 +02:00
GeorgH93
1506792757
Improve unloading/disabling of the plugin 2018-06-01 18:19:33 +02:00
GeorgH93
5c75bea337
Create backup of backpack in case of errors
This should prevent lost backpacks and should allow to restore/recover them in case of problems
2018-05-23 20:16:50 +02:00
GeorgH93
b3993fcc9a
Refactor code 2018-05-22 15:16:37 +02:00
GeorgH93
74d2a547be
Add option to handle database connections from the PCGF PluginLib 2018-05-22 13:55:39 +02:00
GeorgH93
d493e9905a
Fix typo
Move author and website from plugin.yml into pom.xml
2018-05-18 18:38:04 +02:00
GeorgH93
63b97cc201
Add option to remove/destroy existing shulkerboxes 2018-05-18 18:33:38 +02:00