Commit Graph

  • 8e0e866b4d Bugfix SQLITE_BUSY error GeorgH93 2017-09-12 18:44:41 +0200
  • b828c36418 Update ToDo list GeorgH93 2017-09-12 17:35:47 +0200
  • 55943e65f7 Switch to openjdk GeorgH93 2017-08-08 19:59:56 +0200
  • 059e5ab6f0 Update to V1.17.2 Bugfix backpack clean not saved when server restarts v1.17.2 GeorgH93 2017-07-30 00:05:26 +0200
  • c9dda334ca Bugfix for not saving backpacks only occurred when there was a broken backpack saved once for a player GeorgH93 2017-07-14 00:29:48 +0200
  • 26e4dca589 Bugfix for not saving backpacks only occurred when there was a broken backpack saved once for a player GeorgH93 2017-07-14 00:29:22 +0200
  • 1f1837a958 Fix typo GeorgH93 2017-06-14 14:38:37 +0200
  • 9326c64e23 Make getVersion function static (thanks Java 1.8) Fix bugs in the API GeorgH93 2017-06-10 21:24:59 +0200
  • bf5f9448be Switch to Java 1.8 GeorgH93 2017-06-10 20:41:54 +0200
  • f931273c00 Switch to Java 1.8 GeorgH93 2017-06-10 20:30:39 +0200
  • 392a2a7c74 Split load and unload code into their own functions to prepare for reload support GeorgH93 2017-06-10 20:17:46 +0200
  • 1f28b62f16 Increment config version GeorgH93 2017-06-09 02:33:23 +0200
  • 167a204c2a Add option to set SQL connection properties, e.g. disable SSL GeorgH93 2017-06-09 02:32:10 +0200
  • f051ed9193 Update to V1.17.1 Add option to set MySQL connection properties, e.g. disable SSL v1.17.1 GeorgH93 2017-06-09 02:27:16 +0200
  • 58de4fec7d Update to MC 1.12 GeorgH93 2017-06-09 02:07:06 +0200
  • 48ffb37503 Update to V1.17 Release for MC 1.12 v1.17 GeorgH93 2017-06-08 19:04:23 +0200
  • ee35080142 Merge remote-tracking branch 'origin/master' GeorgH93 2017-06-03 14:14:27 +0200
  • 669f94493f Bugfix: On join cooldowns not working correctly GeorgH93 2017-06-03 14:14:10 +0200
  • 7116b7a2ef Merge pull request #7 from ragnaroks/master GeorgH93 2017-05-23 19:03:12 +0200
  • f197bc2667 Add support for MC 1.12 (pre) GeorgH93 2017-05-23 18:59:43 +0200
  • 2c95f2bed9 Bugfix for error on unsupported MC versions GeorgH93 2017-05-23 18:56:31 +0200
  • 3498c50cbe Signed-off-by: Ragnaroks <admin@ragnaroks.org> Ragnaroks 2017-05-23 15:30:10 +0800
  • ba6915bfb5 Update to V1.16.7 Fix for backpack.use permission with some versions of PEX v1.16.7 GeorgH93 2017-03-09 19:36:04 +0100
  • 231b398b66 Make sure that the Shulkerbox-Filter is only active with MC 1.11 or higher GeorgH93 2017-03-06 00:38:35 +0100
  • 462ab1b680 improve stability GeorgH93 2017-03-05 15:04:25 +0100
  • 5c442369e8 Cleanups GeorgH93 2017-03-05 00:19:13 +0100
  • ff59e68a94 Add missing permission in backpack.* group GeorgH93 2017-03-05 00:16:09 +0100
  • 8c9107285a Add permission group to disable the plugin GeorgH93 2017-03-05 00:14:37 +0100
  • f46aa2e6e6 Add permission group to disable the plugin GeorgH93 2017-03-04 19:36:05 +0100
  • 553255a8a8 Bugfixes and improvements GeorgH93 2017-03-04 18:33:41 +0100
  • ae1bbaea2f Add ItemNameResolver and update item filter GeorgH93 2017-03-04 17:58:59 +0100
  • 58b4bb3eb0 Update to https Update the link to the build server to use https Update pcgf repository to use https GeorgH93 2017-02-28 22:58:27 +0100
  • 3abe14158b Remove unused config option GeorgH93 2017-02-28 22:57:23 +0100
  • 26eb28a37e Change the backpack.use permission from alias to real permission to improve reliability GeorgH93 2017-02-19 18:36:50 +0100
  • 3d4c2cd2e6 Move drop and clear logic into the backpack class GeorgH93 2017-02-15 19:40:03 +0100
  • c96e7a4b59 Fix a bug where the items from the backpack could be dropped on the wrong location with a very very slow database GeorgH93 2017-02-15 00:09:26 +0100
  • f8dd837012 Add an item filter Change listener class structure Rename some methods GeorgH93 2017-02-13 00:26:02 +0100
  • 7f3d7699fd Update to V1.16.6 v1.16.6 GeorgH93 2017-02-11 13:52:47 +0100
  • 70e7eaa589 Merge pull request #3 from mics8128/master GeorgH93 2017-02-11 13:51:19 +0100
  • 77e152077b Bugfixes GeorgH93 2017-02-11 13:48:45 +0100
  • 9408e1aa35 FIX didn't save database after item more than backpack. Mics 2017-02-11 11:59:28 +0800
  • b0c098a508 Bugfix for MySQL Improved handling for column names GeorgH93 2017-02-05 04:47:54 +0100
  • 7c18cd067d Update to V1.16.5 v1.16.5 GeorgH93 2017-01-30 08:06:52 +0100
  • 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 GeorgH93 2017-01-30 08:00:43 +0100
  • d82bea094f Bugfixes More shulkerboxes related stuff is blocked now GeorgH93 2017-01-29 00:41:51 +0100
  • 9ae1909200 Code cleanup GeorgH93 2017-01-28 23:26:02 +0100
  • 3b99fb9150 Add game-mode filter GeorgH93 2017-01-28 23:08:10 +0100
  • 3862592b4b Fix typos GeorgH93 2017-01-28 22:45:10 +0100
  • ab440fc176 Add missing methods GeorgH93 2017-01-28 22:38:32 +0100
  • c707eed9b9 Bugfix GeorgH93 2017-01-25 09:30:03 +0100
  • e5b6981ad4 Add missing messages GeorgH93 2017-01-24 23:53:47 +0100
  • b28a19b7d7 Fix typos in config Add option to add command cooldown to every player that joins the server Add option to limit the backpack to certain game-modes GeorgH93 2017-01-24 23:16:26 +0100
  • 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 GeorgH93 2017-01-24 20:16:21 +0100
  • ba5eb84c61 Fix a fail returned from the database in the database thread Rename some functions GeorgH93 2017-01-23 06:08:47 +0100
  • 329ef26cb6 Continue changes for V2 GeorgH93 2016-12-19 22:06:08 +0100
  • cea7476511 Optimize plugin.yml creation GeorgH93 2016-11-28 21:31:09 +0100
  • 82856a81e3 Fix for reveling hidden debug info for plugins GeorgH93 2016-11-24 21:31:59 +0100
  • 079003cbb8 Fix folder naming BuildTools 2016-11-24 21:14:35 +0100
  • 76dda7896f Streamline naming GeorgH93 2016-11-23 21:06:45 +0100
  • 58ba5abcc5 Bugfix for the language file converter Bugfix for the missing dependency in the plugin.yml GeorgH93 2016-11-20 23:50:50 +0100
  • 96215c5a7c Update for MC 1.11 GeorgH93 2016-11-19 00:36:36 +0100
  • 241527aac6 Update to V1.16.4 Update for MC 1.11 v1.16.4 GeorgH93 2016-11-19 00:31:02 +0100
  • 122ae41b0d Bump Version to V1.16.3.1 GeorgH93 2016-11-08 13:34:36 +0100
  • ad6b618520 Bugfix for wrong version in config.yml GeorgH93 2016-11-08 13:22:01 +0100
  • e7e3c80bb5 Adjust for changes in the plugin lib GeorgH93 2016-11-06 18:12:59 +0100
  • 6edc661b06 Fix link to build badge GeorgH93 2016-11-06 18:10:19 +0100
  • b07809939d Start the clean up for V2 GeorgH93 2016-11-06 18:09:23 +0100
  • 512b39038f Change version placeholder to work with maven and not only with jenkins GeorgH93 2016-10-02 14:10:52 +0200
  • ac229627d4 Changed build server name GeorgH93 2016-08-01 02:20:49 +0200
  • 75624ac624 Allow url redirect Bukkit changed download urls from http to https so this fix is needed GeorgH93 2016-07-31 23:20:49 +0200
  • d95816eddb Bugfix for MC 1.10 GeorgH93 2016-06-13 04:51:04 +0200
  • 92f9a20b8f Allow MC 1.10 GeorgH93 2016-06-09 14:53:04 +0200
  • 515fe76d76 Bugfix for the update provider GeorgH93 2016-05-20 14:06:04 +0200
  • 0826f6e91c Update to V1.16 Changed updater logic v1.16 GeorgH93 2016-05-16 00:49:52 +0200
  • 41862b32d2 Fix typo GeorgH93 2016-04-23 22:43:57 +0200
  • aa431c955b Code cleanup GeorgH93 2016-04-15 01:44:58 +0200
  • 8875652920 Add Java 1.7 warning GeorgH93 2016-04-10 20:27:06 +0200
  • d81dc5a9e5 Add config option to define the max backpack size GeorgH93 2016-04-06 18:38:39 +0200
  • be9b55d56c Update for the updater More comments :) GeorgH93 2016-04-01 21:33:56 +0200
  • 344cefc820 Use the new updater GeorgH93 2016-03-27 03:27:31 +0200
  • 45b24f3115 Fix missing @Override annotations GeorgH93 2016-03-26 16:10:41 +0100
  • bf946c6bca Add option to define a different title for the backpack owner then for everyone else GeorgH93 2016-03-25 00:49:45 +0100
  • 8d76a18677 Bugfix GeorgH93 2016-03-21 17:32:43 +0100
  • ee30e1d2dd Performance upgrade for UUID updater GeorgH93 2016-03-21 00:59:25 +0100
  • 1520c8a788 Update formatting GeorgH93 2016-03-20 20:54:38 +0100
  • 43f9c2ba28 fix missing permission for backpack.* GeorgH93 2016-03-16 01:56:20 +0100
  • 2c44ddc41a Update description GeorgH93 2016-03-13 20:54:21 +0100
  • 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) GeorgH93 2016-03-12 15:11:45 +0100
  • 900d106a7c Add Travis CI build status to description GeorgH93 2016-03-11 22:10:39 +0100
  • 271da25236 Update to V1.15 Add config option for max MySQL connections Bugfix for SQLite when used with UUIDs v1.15 GeorgH93 2016-03-06 20:29:12 +0100
  • d7aeac4feb Performance improvements Update for MC 1.9 GeorgH93 2016-03-01 00:39:28 +0100
  • 9be8d64e6f Prepare for V1.9 GeorgH93 2016-02-27 20:25:45 +0100
  • 13e770a7a9 Add missing copyright header GeorgH93 2016-02-13 23:37:33 +0100
  • 7e3597de71 Bugfix GeorgH93 2015-11-04 16:19:21 +0100
  • 47f2dcb174 Verbesserte formulierungen GeorgH93 2015-11-04 16:10:58 +0100
  • 7fe9445360 Bugfix BuildTools 2015-11-03 18:31:12 +0100
  • a7c12782d5 Bugfix GeorgH93 2015-09-30 23:55:31 +0200
  • 563a260248 changing the package GeorgH93 2015-09-25 00:42:25 +0200
  • fcb44a0a55 Mega Update Performance optimisation Async MySQL Code cleanup/restructure GeorgH93 2015-09-24 17:06:00 +0200
  • daa328cd1f Using the Bukkit/Bungee Plugin Lib GeorgH93 2015-09-23 00:33:34 +0200