Update to 1.20.4

This commit is contained in:
Len 2023-12-17 12:37:21 +01:00
parent 278129e8d8
commit eb7c1dd1e1
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ plugins {
dependencies {
implementation(project(":api")) // API
compileOnly("com.alttd:Galaxy-API:1.20.1-R0.1-SNAPSHOT") // Galaxy
compileOnly("com.alttd:Galaxy-API:1.20.4-R0.1-SNAPSHOT") // Galaxy
compileOnly("com.gitlab.ruany:LiteBansAPI:0.3.5") // move to proxy
compileOnly("org.apache.commons:commons-lang3:3.12.0") // needs an alternative, already removed from upstream api and will be removed in server
compileOnly("net.luckperms:api:5.3") // Luckperms

View File

@ -59,7 +59,7 @@ public class GalaxyUtility {
completions.addAll(pair.getY());
}
});
player.addAdditionalChatCompletions(completions);
player.addCustomChatCompletions(completions);
}
}