Commit Graph

167 Commits

Author SHA1 Message Date
GeorgH93 906fd41029
Add missing permissions to plugin.yml 2020-02-26 17:12:07 +01:00
GeorgH93 394ffc809d
Update to v2.3 2020-02-25 02:00:03 +01:00
GeorgH93 1a5adf8270
Fixes and cleanup for build 2020-02-23 23:50:18 +01:00
GeorgH93 ea09d5fb06
Add inventory clear command 2020-02-22 17:27:16 +01:00
GeorgH93 96fd949f4d
Update to v2.2 2020-02-17 02:16:11 +01:00
GeorgH93 1a69bd6e62
Convert to multi module build 2020-02-17 01:16:20 +01:00
GeorgH93 c4af733660
Update API 2020-02-15 03:41:14 +01:00
GeorgH93 daa1642e2a
Improve item filter
Blocked items can now be moved freely within the inventory
2020-02-14 00:24:31 +01:00
GeorgH93 0070d5bb84
Rename Blacklist to Materials. Since the item filter supports whitelists now the name didn't fit any longer 2020-02-12 02:15:05 +01:00
GeorgH93 6724f48ccd
Use permissions class to prevent writing the same magic value all over the place 2020-02-07 01:02:15 +01:00
GeorgH93 fc9151b99f
Merge branch 'master' into dev
# Conflicts:
#	pom.xml
#	src/at/pcgamingfreaks/Minepacks/Bukkit/Database/Config.java
#	src/at/pcgamingfreaks/Minepacks/Bukkit/Database/Database.java
#	src/at/pcgamingfreaks/Minepacks/Bukkit/Database/Files.java
2020-02-05 03:11:32 +01:00
GeorgH93 27c194c84b
Fix bug that allowed players to move blocked items into the backpack #65 2020-02-01 15:32:44 +01:00
GeorgH93 cf32237ae9
Hide message about backpacks with more than 6 rows if the backpack does not have more than 6 rows 2020-01-30 23:41:30 +01:00
GeorgH93 54f69b41dc
Try to put items into inventory instead of dropping them all directly 2020-01-26 19:39:25 +01:00
GeorgH93 46672c44f1
Implement migration for backpacks with more than 6 rows
Minecraft 1.14 no longer allows more than 6 rows. The plugin will try to put all the items within empty space in the backpack, if there are still more items than can fit within the 6 rows and the owner is online the extra items will drop to the ground.
Start work on #64
2020-01-26 00:17:20 +01:00
GeorgH93 5a165f3dc6
Do not broadcast reload messages (Fixes #60) 2020-01-10 02:57:04 +01:00
GeorgH93 124f865104
Prevent players from adding the shortcut to item frames and armor stands 2020-01-09 14:11:44 +01:00
GeorgH93 6dd2394574
Add UUID type config option 2020-01-07 21:27:27 +01:00
GeorgH93 8d69d725bc
Update to v2.1 (Closes #31) 2020-01-07 02:58:31 +01:00
GeorgH93 e469f1a16d
Prevent a backpack from being opened when it is already open 2020-01-06 16:13:21 +01:00
GeorgH93 56d4280e38
Add open/close sound effects 2020-01-05 03:19:22 +01:00
GeorgH93 01776e3489
Add ItemShortcut 2020-01-05 03:16:46 +01:00
GeorgH93 87b2c93a1b
Update PCGF_PluginLib 2019-12-31 11:23:54 +01:00
GeorgH93 f2e5e0e399
Fix build with JDK 11 2019-12-13 21:13:42 +01:00
GeorgH93 dc3961f8a8
Add support for MC 1.15 2019-12-11 02:50:47 +01:00
GeorgH93 655f702d33
Remove UseUUIDs option, UUIDs are now always used 2019-12-01 23:25:38 +01:00
GeorgH93 6c93d1adf7
Fix bug where the auto-pickup feature bypassed the item filter
Fixes #48
2019-10-16 22:42:57 +02:00
GeorgH93 6d07050346
Fix item filter for item switching (Fixes #51) 2019-10-16 19:38:24 +02:00
GeorgH93 7f3c012cf6
Add warning when not using UUIDs 2019-09-19 00:02:56 +02:00
GeorgH93 9a94fecaaa
Update to v2.0.10 2019-08-24 19:14:36 +02:00
GeorgH93 515a185046
Set locale for toLowerCase and toUpperCase methods 2019-08-17 15:00:50 +02:00
GeorgH93 1a5fa66737
Keep author and language name for v1 language files 2019-08-12 18:25:35 +02:00
GeorgH93 068fbf1a14
Fix default shulker boxes not being treated correctly on MC 1.13/1.14
Fixes #45
2019-07-31 23:14:08 +02:00
GeorgH93 38a9463016
Update PCGF PluginLib
Add support for Cauldron / Uranium 1.7
Fix error with MySQL
2019-07-13 01:15:38 +02:00
GeorgH93 f521f56195
Fix async backpack save on unload (Fixes #43) 2019-07-13 01:08:41 +02:00
GeorgH93 b5cedf3033
Add auto updater for standalone builds 2019-07-13 00:56:04 +02:00
GeorgH93 18d2cd4534
Fix bug where failed message was shown when folder creation succeeded 2019-07-11 15:46:13 +02:00
GeorgH93 be65d62340
Update PCGF PluginLib 2019-07-01 18:31:32 +02:00
GeorgH93 ba3ec3753e
add 3. party licenses to release jar 2019-06-22 21:34:27 +02:00
GeorgH93 4b41901c38
Fix error with Shulkerbox filter on MC 1.14 2019-06-21 21:26:27 +02:00
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