Commit Graph

202 Commits

Author SHA1 Message Date
GeorgH93
4df0ea78e9
Add warning when bungeecord settings mismatch between server and plugin 2020-12-08 16:04:29 +01:00
GeorgH93
865148fee3
Expose isDisabled and WorldBlacklistMode #135 2020-12-07 19:56:38 +01:00
GeorgH93
f85586b7ee
Update to v2.3.21 2020-11-13 23:55:14 +01:00
GeorgH93
eb9fd13c9e
Update for MC 1.16.4 2020-11-03 22:16:23 +01:00
GeorgH93
53bf6b7a9f
Fix error when using MySQL and auto cleanup 2020-10-31 14:09:11 +01:00
GeorgH93
dce86eb79d
Update to v2.3.19
* Prepare for PCGF_PluginLib v1.0.31-SNAPSHOT
* Fix RGB colors in legacy formatted messages
* Fix empty messages causing errors when attempting to send them (they now set the send method to disabled)
2020-09-20 22:33:21 +02:00
GeorgH93
e091b182b3
Update to v2.3.18
- Add compatibility with MC 1.16.3
- Improve handling of legacy formatted messages
- Fix missing colors in action bar messages
2020-09-11 00:49:33 +02:00
GeorgH93
9f89b8c266
Update for MC 1.16.2 2020-08-12 23:04:27 +02:00
GeorgH93
edbbdc4f42
Update BadRabbit - fixes startup error on old MC versions (#107) 2020-08-07 22:46:44 +02:00
GeorgH93
e8574fcde7
Fix item duplication glitch when DropOnDeath is enabled 2020-08-05 21:25:24 +02:00
GeorgH93
4956f0cf09
Fix API not working on Tuinity servers (#105) 2020-07-30 02:13:48 +02:00
GeorgH93
2cf9d9b163
Fix error when using backpacks with less than 6 rows on MC 1.14, 1.15 or 1.16 2020-07-29 18:14:26 +02:00
GeorgH93
c7000b74ab
Update to v2.3.12 2020-07-29 04:17:41 +02:00
GeorgH93
a2ddf9f4df
Fix wrong name being displayed when viewing someone elses backpack #101 2020-07-14 21:48:23 +02:00
GeorgH93
05de6aebbb
Fix error when backpack is opened by more than one player on MC 1.14, 1.15 and 1.16
Add support for RGB colors in all messages
2020-07-06 00:11:10 +02:00
GeorgH93
7f5e85d9cc
Update to v2.3.10 2020-06-26 00:34:36 +02:00
GeorgH93
c5f502fdec
Add support for MC 1.16 2020-06-25 17:48:29 +02:00
GeorgH93
34b1aa9cb2
Add new config option (HonorKeepInventoryOnDeath) 2020-06-07 21:55:47 +02:00
GeorgH93
daa98edb6d
Add some new API methods 2020-05-23 23:58:41 +02:00
GeorgH93
e685f28680
Add world filter whitelist option 2020-05-17 00:37:09 +02:00
GeorgH93
2eee3b5fb4
Add option to prevent backpack from being moved 2020-05-07 23:34:18 +02:00
GeorgH93
7cb27ffb15
Add update channel config 2020-05-05 02:54:40 +02:00
GeorgH93
d01f91edc9
Prevent problems migrating to SQLite 2020-05-02 01:33:53 +02:00
GeorgH93
53147aaa6e
Switch to new ManagedUpdater
This should make the plugin more flexible
2020-04-30 00:22:59 +02:00
GeorgH93
b9ee7dfc41
Add more information on failed database connection attempts 2020-04-27 00:59:35 +02:00
GeorgH93
f86e30bd6a
Use quotes for all SQL server strings
This should prevent confusion if the password fails to load because it contains a #
2020-03-23 02:14:57 +01:00
GeorgH93
1cf93591e0
Use translated command for shortcut 2020-03-20 00:58:32 +01:00
GeorgH93
96897a336b
Fix a bug on MC 1.8 2020-03-18 13:44:09 +01:00
GeorgH93
119692188f
Update to v2.3.4 2020-03-15 23:20:25 +01:00
GeorgH93
44cfbecb49
Fix inventory size reduction 2020-03-12 19:17:36 +01:00
GeorgH93
edf2c01785
Add option to select a preferred slot id for backpack item 2020-03-11 19:31:27 +01:00
GeorgH93
3d22067746
Add option to allow containers to be opened instead of the backpack when right clicking them with the shortcut item #74 2020-03-11 15:58:09 +01:00
GeorgH93
53d8183368
Add option to prevent the backpack from being used as a hat 2020-03-04 00:17:12 +01:00
GeorgH93
b15b049bfb
Update to v2.3.3
Fix dupe glitch on MC 1.8.8 with drag and drop support
2020-03-03 01:10:23 +01:00
GeorgH93
1a619037fb
Update to v2.3.2
Add config option to improve compatibility with some death chest plugins #71
Add missing version to Polish language file
2020-02-29 15:39:55 +01:00
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