Commit Graph

153 Commits

Author SHA1 Message Date
GeorgH93
2209b02feb Code cleanup
Now less restrictive
2015-09-21 16:07:34 +02:00
GeorgH93
06634817be Code cleanup 2015-09-17 22:09:20 +02:00
GeorgH93
95f6a4d09b Updates and Bugfixes 2015-09-17 15:10:00 +02:00
GeorgH93
c12bfb006e Bugfix 2015-09-16 14:46:31 +02:00
GeorgH93
886b73de28 New upgrade code 2015-09-16 14:45:51 +02:00
GeorgH93
53f27ee07a Bugfix for updated dependency 2015-09-16 13:48:35 +02:00
GeorgH93
dc2f6a42c6 Bugfix
for commit 1c8810ec0b
2015-09-16 13:34:02 +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
573c2531b4 just some code movement 2015-09-04 16:13:19 +02:00
GeorgH93
a88cc2e8c2 added new types 2015-09-04 15:56:08 +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
08f5c3a58f Bugfix autoupdater 2015-04-29 14:27:05 +02:00
Georg
c79c262db1 update descriptions 2015-04-25 12:52:47 +02:00
Georg
dcaaec559e add command alias 2015-04-11 22:08:14 +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
Georg
4276af6938 Bugfix for SQLite and UUIDs 2015-03-20 12:49:07 +01:00
Georg
2c73e5d33e Suppress error if added column already exists 2015-03-17 16:44:22 +01:00
Georg
50a2936b8d Update to V1.2
MC 1.8 support
2015-03-13 17:22:36 +01:00
GeorgH93
c09b291f65 Performance optimization for the UUID Updater 2015-03-01 18:15:12 +01:00
GeorgH93
ef51db0e0b Dependency update 2015-02-27 12:57:06 +01:00
Georg
d80b58079a optimized sql inv serialising 2015-01-12 21:07:11 +01:00
Georg
1752fcc5be Copyright update to 2015 2015-01-08 23:30:59 +01:00
GeorgH93
305e4f99eb Bugfix 2015-01-01 23:34:10 +01:00
GeorgH93
cf1be4b95a Bugfix 2015-01-01 23:16:29 +01:00
GeorgH93
7c7f9d799b nothing important 2015-01-01 23:04:14 +01:00
GeorgH93
881ef13fbc Added pom.xml 2015-01-01 21:06:50 +01:00
Georg Hagen
94f82511df Update to V1.1
Bugfix where increasing the size of the backpack caused the first item
in it to clone
2014-12-02 15:38:13 +01:00
Georg Hagen
4b34569729 Added ability to access the plugin from another one
Added ability to access the plugin from another plugin
2014-08-10 00:12:34 +02:00