Commit Graph

127 Commits

Author SHA1 Message Date
GeorgH93
c730c18b05
No longer create the cooldowns table if cooldown syncing is disabled 2019-06-16 16:10:56 +02:00
GeorgH93
64badad148
Fix crash when using mysql without UUIDs 2019-06-16 15:14:06 +02:00
GeorgH93
893ef67ff6
Fix wrong formatting of cooldowns 2019-06-13 00:34:16 +02:00
GeorgH93
011c729973
Use PCGF PluginLib v1.0.13-SNAPSHOT (contains fix for language file updates) 2019-06-08 14:38:27 +02:00
GeorgH93
d8e11a41a6
Bugfixes
[Fix] Allow players to move blocked items out of backpacks Fixes #37
[Fix] Problems when reloading the plugin while players have the backpack open on MC 1.14
[Fix] Missing messages in the language files
2019-06-08 00:25:30 +02:00
GeorgH93
6f1177df78
Release v2.0 2019-06-04 21:54:43 +02:00
GeorgH93
ea95072ab4
Merge remote-tracking branch 'origin/V2' 2019-06-03 15:24:57 +02:00
GeorgH93
d6caa348b4
Use dev.bukkit.org as update provider for release builds 2019-06-01 19:23:33 +02:00
GeorgH93
46f54e63c3
Add Release build config (bundle normal + standalone in one .jar file) 2019-06-01 18:49:03 +02:00
GeorgH93
bc93ea7cb5
Move the whole depend string into the pom.xml
now there is no longer a empty list in the plugin.yml when the plugin is build in standalone mode
2019-06-01 18:28:06 +02:00
GeorgH93
dac38c3b36
Cleanup build a bit 2019-06-01 00:16:24 +02:00
GeorgH93
c09f518342
Release Minepacks v2.0-RC1 2019-05-31 18:54:31 +02:00
GeorgH93
531fa82f73
Use munge-maven-plugin to reduce final jar size
All the code changes for the Standalone edition are now done at compile time and no longer on runtime,
this also reduces the final jar size as some classes of the PluginLib are not needed in Standalone mode
2019-05-31 16:09:22 +02:00
GeorgH93
580b7b1347
Add Standalone build profile 2019-05-30 02:36:25 +02:00
GeorgH93
319011f4a4
Update to V1.19.3 2019-05-22 22:51:55 +02:00
GeorgH93
d1aac2bb67
Prevent error if the db validator doesn't process correctly 2019-05-19 15:02:50 +02:00
GeorgH93
f828aa0c0a
Use connection provider classes from PluginLib 2019-05-18 15:50:15 +02:00
GeorgH93
1ad3d09640
Update to V1.19.2
fix typo in update info
2019-05-10 22:02:55 +02:00
GeorgH93
6aca1cbbb5
Move the API into it's own branch and depend on it via maven 2019-05-10 02:01:55 +02:00
GeorgH93
83965a9c8a
Use https for pcgf maven repo 2019-04-29 18:06:03 +02:00
GeorgH93
636acc2255
Improve handling of old backpacks on MC 1.14 2019-04-27 16:58:23 +02:00
GeorgH93
e5045dcb64
Update to V1.19 2019-04-27 00:48:40 +02:00
GeorgH93
a4fd00f687
Add support for MC 1.14 2019-04-26 00:09:42 +02:00
GeorgH93
20708f45b6
Add support for MC 1.14 2019-04-22 20:13:01 +02:00
GeorgH93
5e08858560
Auto rewrite old backpacks on startup 2019-04-20 17:58:34 +02:00
GeorgH93
dde3e77b7e
Update to MC 1.13 2019-01-15 16:48:56 +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
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
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
d2405995d6
Fix missing relocation 2018-07-26 20:41:58 +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
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
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
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
GeorgH93
a92eabb6d2
Update to V1.17.8
Fix wrong version in config.yml
2018-05-04 14:35:19 +02:00
GeorgH93
d663fb1d22
Code cleanup and add jenkins update provider 2018-04-30 01:51:52 +02:00
GeorgH93
f4b816b24f
Fix create statements 2018-04-28 15:04:37 +02:00
GeorgH93
1a6c664719
Fix shading settings
Cleanup
Chance MySQL table validation code
2018-04-27 20:58:13 +02:00
GeorgH93
2f72293b04 Update to V1.17.7
Chance shading options for the PCGF PluginLib to prevent conflicts with Marriage Master V2.0
2018-04-20 18:35:58 +02:00