Commit Graph

218 Commits

Author SHA1 Message Date
GeorgH93 88bedd3b78
Add support for MC 1.19 #216 2022-06-07 21:19:31 +02:00
GeorgH93 a9c930b393
Cleanup ItemNameResolver generation 2022-05-17 21:29:37 +02:00
GeorgH93 dcf4249afb
Move sqliteDateFormat into the only class using it 2022-05-01 10:53:16 +02:00
GeorgH93 90921384a2
Add more details to config 2022-05-01 10:39:59 +02:00
GeorgH93 dffb886c22
Update maven-shade 2022-04-13 16:44:45 +02:00
GeorgH93 2acff3673a
Fix plugin not starting without PCGF PluginLib 2022-03-05 00:02:22 +01:00
GeorgH93 a165ca9531
Update for Minecraft 1.18.2 2022-03-04 13:34:53 +01:00
GeorgH93 53e99e1aef
Update Config and Language class to fully use the new base 2022-02-26 19:27:52 +01:00
GeorgH93 a97ba36ebc
Update PCGF PluginLib 2022-02-24 19:54:46 +01:00
GeorgH93 d1ca2796dc
Fix issues with open command 2022-02-01 20:35:22 +01:00
GeorgH93 3617d5f5b9
Implement IPlugin 2022-01-22 21:22:07 +01:00
GeorgH93 04cda9d490
Update BadRabbit
Fix loading with PluginManager
2022-01-19 18:27:40 +01:00
GeorgH93 7d8a93fc7b
Fix API.Events not working in Standalone mode 2022-01-09 16:50:57 +01:00
GeorgH93 37d9ba7b35
Add BackpackDropOnDeathEvent (#197) 2022-01-08 13:37:34 +01:00
95768c19c5
Traditional Chinese (繁體中文)
Changed the author name to Umekaw from previous name Dantaaa.
2021-12-23 22:51:53 +08:00
GeorgH93 1f1c482c5d
Update for MC 1.18 2021-11-30 18:41:22 +01:00
GeorgH93 757c31f9b2
Merge remote-tracking branch 'origin/master' 2021-11-27 14:46:47 +01:00
GeorgH93 e00d92a130
Fix item duplication with full inventory and auto pickup (#186) 2021-11-25 22:39:44 +01:00
GeorgH93 e998161c5c
Doing some refactoring 2021-11-08 19:14:45 +01:00
GeorgH93 97917ad4b9
Add warning when wrong ItemStackSerializer is used 2021-11-04 19:22:14 +01:00
GeorgH93 eba5792d91
No longer use deprecated RegisterablePluginCommand 2021-11-03 21:14:20 +01:00
GeorgH93 f64d74aa16
Update dependencies 2021-11-01 21:22:23 +01:00
GeorgH93 1ad83c7173
Add command to create a backup of all online players 2021-10-30 15:34:32 +02:00
GeorgH93 04bf7da6ff
Also remove shortcut-item in worlds where the plugin is disabled (#184) 2021-10-24 11:43:03 +02:00
GeorgH93 ce1a5fca45
Remove shortcut item in worlds where the player doesn't have the permission to use it (#184) 2021-10-24 11:28:22 +02:00
GeorgH93 272d674007
Make it possible to run debug command twice 2021-08-24 19:11:26 +02:00
GeorgH93 5f948e1508
Fix BungeeCord mode warnings 2021-08-22 15:49:06 +02:00
GeorgH93 d24ca1cc7b
Add traditional Chinese language file (thanks to Special-Base)
(Closes #175)
2021-08-13 23:04:46 +02:00
GeorgH93 cbdd6d5ac6
Fix client ui not updating correctly after interacting with the backpack item (#174) 2021-07-17 15:07:49 +02:00
GeorgH93 8e8ce18aff
Add missing API classes in standalone mode 2021-07-16 19:15:05 +02:00
GeorgH93 8ea8c83f79
Add support for MC 1.17 (Closes #167) 2021-06-13 16:32:18 +02:00
GeorgH93 28796ef0f7
Prevent players from using the offhand swap key to move the backpack item (fixes #162) 2021-04-22 19:44:15 +02:00
GeorgH93 c0002f75a5
Define priority for BlockPlaceEvent handler 2021-04-19 19:19:30 +02:00
GeorgH93 9d851304f2
Fix error with cooldown sync 2021-04-13 01:13:18 +02:00
GeorgH93 b688cd3022
Add warning when using BungeeCord withtout setting online mode in config 2021-04-09 19:50:15 +02:00
GeorgH93 0c05eb359e
Move items_lt.yml to PCGF PluginLib 2021-04-08 18:12:31 +02:00
Vyciokazz d72340221c
Add files via upload 2021-04-08 12:54:12 +03:00
GeorgH93 0cee4ba066
Fix bug with the backpack item detection on Paper 2021-03-11 23:18:54 +01:00
GeorgH93 0aee9bf302
Ignore backpack requests for NPCs (#156) 2021-03-11 16:49:33 +01:00
GeorgH93 c1cf6e6316
Move ItemFilter logic into PCGF_PluginLib 2021-03-10 19:02:38 +01:00
Danta 0a90c35851
Chinese Traditional 2021-02-08 00:07:15 +08:00
GeorgH93 7a118e2385
Play backpack sound only for player using the backpack 2021-01-19 19:23:15 +01:00
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 ce57d6e415
Fix mistake in compatibility detection 2020-11-03 22:49:30 +01:00
GeorgH93 53bf6b7a9f
Fix error when using MySQL and auto cleanup 2020-10-31 14:09:11 +01:00
GeorgH93 56f3f8b0af
Fix mistake in French language file 2020-09-30 19:38:11 +02:00
GeorgH93 3278019206
Store the last used plugin version in the sqlite database 2020-09-24 22:40:48 +02: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 0d7a6b6c5c
Fix error on disable if the plugin was not enabled correctly 2020-09-11 00:21:26 +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 30b52b91ee
Don't include the database host, user or password in the debug.txt 2020-08-05 23:27:30 +02:00
GeorgH93 e8574fcde7
Fix item duplication glitch when DropOnDeath is enabled 2020-08-05 21:25:24 +02:00
GeorgH93 9fdc1d0c0a
Update BadRabbit 2020-08-01 22:03:57 +02:00
GeorgH93 4956f0cf09
Fix API not working on Tuinity servers (#105) 2020-07-30 02:13:48 +02:00
GeorgH93 a36a2ff037
Refactoring (the version depending code to open an inventory with a different title into the PCGF_PluginLib)
This also fixes the title change bug (#99)
The code changes here and in the lib should also improves the performance of the plugin bit
2020-07-29 00:09:24 +02:00
GeorgH93 23a50776a9
Update PCGF_PluginLib version 2020-07-27 18:22:04 +02:00
GeorgH93 d69116fe4b
Improve compatibility with some combat plugins 2020-07-27 18:09:49 +02:00
GeorgH93 1b075aadab
Add hidden `/backpack debug` command 2020-07-27 17:46:52 +02:00
GeorgH93 55355b62ab
Disable updates on MC 1.7. It's time to end support for a 6 year old version. 2020-07-27 17:45:18 +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 5891a7da7c
Some refactoring
Also check for updates before checking if MC version is compatible
2020-06-27 17:53:04 +02:00
GeorgH93 01ba0d59cc
Fix missing texture for backpack item in MC 1.16 #95 2020-06-26 00:28:03 +02:00
GeorgH93 c5f502fdec
Add support for MC 1.16 2020-06-25 17:48:29 +02:00
GeorgH93 4cc8d5f943
Use new BadRabbit version (fix PlugMan compatibility) 2020-06-08 23:36:20 +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 e3dbc6b849
Refactoring 2020-05-22 01:38:40 +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 736a42b73c
Merge pull request #89 from SniperTVmc/patch-1
Update fr.yml
2020-04-29 16:34:38 +02:00
Xelium 6211af10d0
Update nl.yml
Changing 2 parameter translations back to english version as I was also using the english parameters in the translations themself.
2020-04-28 02:10:15 +02:00
GeorgH93 a4a9da46a6
Merge pull request #86 from Xelium/master
Update nl.yml
2020-04-27 02:46:23 +02:00
Xelium d1c1a25ca6
Update nl.yml 2020-04-27 02:39:02 +02:00
Xelium 25b44e6c71
Update nl.yml
Updated Dutch Translations
2020-04-27 01:59:05 +02:00
GeorgH93 b9ee7dfc41
Add more information on failed database connection attempts 2020-04-27 00:59:35 +02:00
GeorgH93 020aae6b88
Update config.yml 2020-04-23 20:53:05 +02:00
Sniper_ TVmc 72f4167b3b
Update fr.yml 2020-04-22 18:36:08 +02:00
GeorgH93 785d56271c
Change event priorities 2020-04-11 15:05:43 +02:00
GeorgH93 72e3b948a1
Update chinese language file (thanks HuangJin) 2020-04-07 01:07:02 +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 c32cf7419c
Update Database.Type description [ci skip] 2020-03-18 20:13:07 +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 7fdc2acc45
Merge pull request #73 from MastoryMd5/patch-1
Create it.yml
2020-03-03 01:21:56 +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
MastoryMd5 d80cfd9858
Create it.yml
Italian translation :D
2020-03-03 01:08:50 +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 d901327975
Merge pull request #72 from Mrok71/patch-1
pl.yml
2020-02-29 15:04:06 +01:00
ethernetcat e131bf5a31 Update ja.yml 2020-02-27 20:16:15 +09:00
GeorgH93 906fd41029
Add missing permissions to plugin.yml 2020-02-26 17:12:07 +01:00
Mrok71 7b661d2203
pl.yml
translation to polish
2020-02-25 22:29:57 +01:00
GeorgH93 ac11c305be
Make sort persist even if nothing else has been changed in the backpack 2020-02-25 01:51:20 +01:00
GeorgH93 23311588e7
MC 1.7 does not support shrink approaches other than fast 2020-02-25 01:49:30 +01:00
GeorgH93 f96aa39a3c
Add ShrinkApproach config option 2020-02-25 01:31:58 +01:00
GeorgH93 88d79baad6
Add sort command 2020-02-25 01:13:32 +01:00
GeorgH93 fbf76b19dc
Fix bug where items added to the backpack were not saved correctly 2020-02-25 01:00:46 +01:00
GeorgH93 160efba42e
Add different message if the backpack was cleared by another player 2020-02-24 23:24:32 +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 ba3331d16a
Refactoring 2020-02-22 16:52:14 +01:00
GeorgH93 c7c8ac81f2
Include build timestamp in all normal builds 2020-02-22 16:46:11 +01:00
GeorgH93 b0d0933321
Update PluginLib 2020-02-22 16:17:48 +01:00
GeorgH93 930706db04
Code cleanup 2020-02-19 21:04:43 +01:00
Seliba 75ce95ac60
Update German translation
- Fix typos
- Improve spelling
2020-02-17 12:47:03 +01:00
GeorgH93 e02aa9aeac
Fix release build config 2020-02-17 02:45:37 +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