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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user