Commit Graph

693 Commits

Author SHA1 Message Date
snyk-bot 53f2ffa64a
fix: upgrade org.projectlombok:lombok from 1.18.22 to 1.18.24
Snyk has created this PR to upgrade org.projectlombok:lombok from 1.18.22 to 1.18.24.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.projectlombok/lombok/

See this project in Snyk:
https://app.snyk.io/org/georgh93/project/635e8b32-9df9-4ee2-ba3c-349a9374fa76?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-05-10 05:26:47 +00:00
GeorgH93 8609791fb8
Run sonarcloud on dev branch 2022-05-01 10:58:02 +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
GeorgH93 2baf799979
Merge pull request #190 from Umekaw/patch-2
Traditional Chinese (繁體中文)
2021-12-23 15:54:04 +01:00
95768c19c5
Traditional Chinese (繁體中文)
Changed the author name to Umekaw from previous name Dantaaa.
2021-12-23 22:51:53 +08:00
GeorgH93 94c9dcb8b6
Disable sonarcloud integration for pullrequests, does not work with forks 2021-12-09 21:43:54 +01:00
GeorgH93 11728cf5b6
Update to v2.4.3 2021-11-30 18:42:41 +01: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 9ba5a2bfb8
Rename release github workflow 2021-11-07 14:30:27 +01:00
GeorgH93 fb44588a21
Fix github workflow 2021-11-06 21:27:14 +01:00
GeorgH93 410ce286e7
Add SonarCloud integration 2021-11-05 20:25:13 +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 f4881b807b
Remove continue-on-error 2021-11-02 22:04:11 +01:00
GeorgH93 96a18a9d4f
Switch github action to matrix build 2021-11-02 21:24:25 +01:00
GeorgH93 f64d74aa16
Update dependencies 2021-11-01 21:22:23 +01:00
GeorgH93 c42825b5e8
Remove .travis.yml 2021-10-31 11:42:25 +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 f159e72388
Update to v2.4.1 2021-06-17 22:30:19 +02:00
GeorgH93 36859756fd
Update to v2.4 2021-06-16 23:30:55 +02:00
GeorgH93 f0b880df61
Merge pull request #168 from GeorgH93/MC1.17
Add support for MC 1.17 (Closes #167)
2021-06-16 23:27:00 +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 1acd9c3e5c
Add IntelliJ project icon 2021-04-15 21:12:52 +02:00
GeorgH93 b0c973afe2
Update to v2.3.23 2021-04-14 21:38:01 +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