9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-29 03:29:12 +00:00

feat: correctly apply keyed attribute modifiers, close #326

We need to construct attributes with their key if possible to avoid stacking. Uses reflection :( to do this.

Also adds a bit of error checking to health scale syncing
This commit is contained in:
William
2024-06-21 13:17:53 +01:00
parent 3d10b2324f
commit 2fcd58fc18
4 changed files with 86 additions and 37 deletions

View File

@@ -50,7 +50,7 @@ shadowJar {
tasks {
runServer {
minecraftVersion('1.20.4')
minecraftVersion('1.21')
downloadPlugins {
url('https://download.luckperms.net/1549/bukkit/loader/LuckPerms-Bukkit-5.4.134.jar')