Commit Graph

160 Commits

Author SHA1 Message Date
GeorgH93
ae1bbaea2f Add ItemNameResolver and update item filter 2017-03-04 17:58:59 +01: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
3abe14158b Remove unused config option 2017-02-28 22:57:23 +01:00
GeorgH93
26eb28a37e Change the backpack.use permission from alias to real permission to improve reliability 2017-02-19 18:36:50 +01:00
GeorgH93
3d4c2cd2e6 Move drop and clear logic into the backpack class 2017-02-15 19:40:03 +01:00
GeorgH93
c96e7a4b59 Fix a bug where the items from the backpack could be dropped on the wrong location with a very very slow database 2017-02-15 00:09:26 +01:00
GeorgH93
f8dd837012 Add an item filter
Change listener class structure
Rename some methods
2017-02-13 00:26:02 +01:00
GeorgH93
77e152077b Bugfixes 2017-02-11 13:48:45 +01:00
GeorgH93
b0c098a508 Bugfix for MySQL
Improved handling for column names
2017-02-05 04:47:54 +01:00
GeorgH93
da9043100f Switch MySQL table creation to DBTools
Allways store the last modify date for backpack
Disable cooldown sync for SQLite
Add cooldown sync table for MySQL
2017-01-30 08:00:43 +01:00
GeorgH93
d82bea094f Bugfixes
More shulkerboxes related stuff is blocked now
2017-01-29 00:41:51 +01:00
GeorgH93
9ae1909200 Code cleanup 2017-01-28 23:26:02 +01:00
GeorgH93
3b99fb9150 Add game-mode filter 2017-01-28 23:08:10 +01:00
GeorgH93
3862592b4b Fix typos 2017-01-28 22:45:10 +01:00
GeorgH93
ab440fc176 Add missing methods 2017-01-28 22:38:32 +01:00
GeorgH93
41717e2f09 Start implementation of cooldown syncing
Add message parameter {TimeLeft} to command cooldown message
Fix grammar of comment
Move command handling in it's own package, preparation for the rewrite of the command handling
2017-01-24 20:16:21 +01:00
GeorgH93
ba5eb84c61 Fix a fail returned from the database in the database thread
Rename some functions
2017-01-23 06:08:47 +01:00
GeorgH93
329ef26cb6 Continue changes for V2 2016-12-19 22:06:08 +01:00
BuildTools
079003cbb8 Fix folder naming 2016-11-24 21:14:35 +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
96215c5a7c Update for MC 1.11 2016-11-19 00:36:36 +01:00
GeorgH93
6edc661b06 Fix link to build badge 2016-11-06 18:10:19 +01:00
GeorgH93
b07809939d Start the clean up for V2 2016-11-06 18:09:23 +01:00
GeorgH93
512b39038f Change version placeholder to work with maven and not only with jenkins 2016-10-02 14:10:52 +02:00
GeorgH93
ac229627d4 Changed build server name 2016-08-01 02:20:49 +02:00
GeorgH93
75624ac624 Allow url redirect
Bukkit changed download urls from http to https so this fix is needed
2016-07-31 23: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
41862b32d2 Fix typo 2016-04-23 22:43:57 +02:00
GeorgH93
aa431c955b Code cleanup 2016-04-15 01:44:58 +02:00
GeorgH93
8875652920 Add Java 1.7 warning 2016-04-10 20:27:06 +02:00
GeorgH93
d81dc5a9e5 Add config option to define the max backpack size 2016-04-06 18:38:39 +02:00
GeorgH93
be9b55d56c Update for the updater
More comments :)
2016-04-01 21:33:56 +02:00
GeorgH93
344cefc820 Use the new updater 2016-03-27 03:27:31 +02:00
GeorgH93
45b24f3115 Fix missing @Override annotations 2016-03-26 16:10:41 +01:00
GeorgH93
bf946c6bca Add option to define a different title for the backpack owner then for everyone else 2016-03-25 00:49:45 +01:00
GeorgH93
8d76a18677 Bugfix 2016-03-21 17:32:43 +01:00
GeorgH93
ee30e1d2dd Performance upgrade for UUID updater 2016-03-21 00:59:25 +01:00
GeorgH93
1520c8a788 Update formatting 2016-03-20 20:54:38 +01:00
GeorgH93
43f9c2ba28 fix missing permission for backpack.* 2016-03-16 01:56:20 +01:00
GeorgH93
2c44ddc41a Update description 2016-03-13 20:54:21 +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
900d106a7c Add Travis CI build status to description 2016-03-11 22:10:39 +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
9be8d64e6f Prepare for V1.9 2016-02-27 20:25:45 +01:00
GeorgH93
13e770a7a9 Add missing copyright header 2016-02-13 23:37:33 +01:00