Commit Graph

60 Commits

Author SHA1 Message Date
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
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
74d2a547be
Add option to handle database connections from the PCGF PluginLib 2018-05-22 13:55:39 +02:00
GeorgH93
63b97cc201
Add option to remove/destroy existing shulkerboxes 2018-05-18 18:33:38 +02:00
GeorgH93
d663fb1d22
Code cleanup and add jenkins update provider 2018-04-30 01:51:52 +02:00
GeorgH93
b6bbc7d103 Update repo 2017-10-19 17:30:00 +02:00
GeorgH93
f931273c00 Switch to Java 1.8 2017-06-10 20:30:39 +02:00
GeorgH93
58de4fec7d Update to MC 1.12 2017-06-09 02:07:06 +02:00
GeorgH93
58b4bb3eb0 Update to https
Update the link to the build server to use https
Update pcgf repository to use https
2017-02-28 22:58:27 +01:00
GeorgH93
329ef26cb6 Continue changes for V2 2016-12-19 22:06:08 +01:00
GeorgH93
76dda7896f Streamline naming 2016-11-23 21:06:45 +01:00
GeorgH93
58ba5abcc5 Bugfix for the language file converter
Bugfix for the missing dependency in the plugin.yml
2016-11-20 23:50:50 +01:00
GeorgH93
b07809939d Start the clean up for V2 2016-11-06 18:09:23 +01:00
GeorgH93
ac229627d4 Changed build server name 2016-08-01 02:20:49 +02:00
GeorgH93
d95816eddb Bugfix for MC 1.10 2016-06-13 04:51:04 +02:00
GeorgH93
92f9a20b8f Allow MC 1.10 2016-06-09 14:53:04 +02:00
GeorgH93
515fe76d76 Bugfix for the update provider 2016-05-20 14:06:04 +02:00
GeorgH93
0826f6e91c Update to V1.16
Changed updater logic
2016-05-16 00:49:52 +02:00
GeorgH93
ee30e1d2dd Performance upgrade for UUID updater 2016-03-21 00:59:25 +01:00
GeorgH93
4228867c1c Add warning and stop startup when plugin is used with a minecraft version that has not been tested yet (I hope this reduce confusion on the next major minecraft update) 2016-03-12 15:11:45 +01:00
GeorgH93
271da25236 Update to V1.15
Add config option for max MySQL connections
Bugfix for SQLite when used with UUIDs
2016-03-06 20:29:12 +01:00
GeorgH93
d7aeac4feb Performance improvements
Update for MC 1.9
2016-03-01 00:39:28 +01:00
GeorgH93
06634817be Code cleanup 2015-09-17 22:09:20 +02:00
GeorgH93
53f27ee07a Bugfix for updated dependency 2015-09-16 13:48:35 +02:00
GeorgH93
1c8810ec0b Mega Update
default config now with comments
serializer now uses reflections
bug fixes and performance improvements
2015-09-16 13:31:39 +02:00
GeorgH93
fea451a01c Auto pickup on full inventory
Allow bigger backpacks (7, 8 and 9 rows, have broken gui thanks to Minecraft)
2015-09-12 18:17:41 +02:00
GeorgH93
95d0df88a9 Code cleanup 2015-07-31 21:18:22 +02:00
GeorgH93
5fe014644a Add option to disable backpack close message 2015-07-30 23:19:37 +02:00
Georg
db3854d6a2 Update to V1.12 2015-06-13 13:51:43 +02:00
GeorgH93
b8a7cfc4d8 Bugfix
Bugfix where cleaning the backpack sometimes didn't save the cleaned
backpack
2015-06-09 14:38:00 +02:00
GeorgH93
fc895b9b5e Add auto cleanup function 2015-06-08 01:07:33 +02:00
Georg
361f33eccc Update to V1.11
Bugfix for an item duplication bug
Skipping V1.10 cause of an bukkit version detection bug
2015-06-01 01:35:20 +02:00
GeorgH93
69bb88ba73 Update to V1.9
Add compatibility with MC 1.8.4
2015-05-19 16:31:08 +02:00
GeorgH93
93532290ea Update to V1.8
Add cooldown bypass permission
Change cooldown time from milliseconds to seconds
Cooldown now only effects the open command
2015-05-13 19:05:46 +02:00
Georg
9961301937 Add command cooldown 2015-05-10 17:23:32 +02:00
Georg
c79c262db1 update descriptions 2015-04-25 12:52:47 +02:00
GeorgH93
f33161be31 Add autoupdater 2015-04-01 20:56:55 +02:00
GeorgH93
57e7382be1 Update to V1.7
Bugfix for closed connection with MySQL database
Replacing stacktrace through an message when unable to get an online
UUID
Replacing error on not found name for an UUID through an attempt to get
the players name through Bukkit offline players
Adding files as storage option
2015-03-31 00:05:06 +02:00
GeorgH93
e1449a4bfc Bugfix and code changes
Bugfix for not correctly generated mysql table when not using uuids.
Moving some variables
2015-03-30 00:02:28 +02:00
GeorgH93
06e6b73b4b Changes for the DB
only code part
2015-03-29 00:03:24 +01:00
GeorgH93
1f3f1ae748 No longer loading the backpack on disconnect 2015-03-28 20:14:40 +01:00
GeorgH93
f45fa903df Bugfix for not correctly generated mysql tables 2015-03-28 14:19:41 +01:00
Georg
761c25f0fc Bugfix for not saved backpack 2015-03-26 18:23:11 +01:00
Georg
995a6cf362 Update for MySQL
Update for MySQL to allow using player tables where the UUIDs are stored
with "-" separators
2015-03-25 18:18:58 +01:00
Georg
fcdeb6cfad Bugfix for mysql 2015-03-24 21:16:15 +01:00
Georg
f4b513f153 Add colorcode translation and MySQL field config 2015-03-23 19:22:06 +01:00
Georg
c813804707 Update to V1.4 2015-03-21 22:29:50 +01:00
Georg
068c27b7a4 Bugfix
SQLite and UUIDs
2015-03-21 22:25:00 +01:00
Georg
c8bf481d1a Update to V1.3 2015-03-20 13:12:57 +01:00
Georg
3922fbdf97 Save some memory
Remove gson and switch over to json simple to save some memory.
2015-03-20 13:00:45 +01:00