feat: initial 1.21.5 with adventure still not being updated

This commit is contained in:
ChomeNS
2025-04-20 08:57:58 +07:00
parent ac9c26bcd0
commit db56afd319
11 changed files with 159 additions and 24 deletions

View File

@@ -76,7 +76,7 @@ public class Configuration {
}
public static class Core {
public String customName = "{\"text\":\"@\"}";
public String customName = "{text:'@'}";
}
public static class Position {
@@ -172,6 +172,7 @@ public class Configuration {
public boolean useCore = true;
public boolean useCorePlaceBlock = false;
public boolean useChat = false;
public boolean useSNBTComponents = true;
public boolean coreCommandSpy = true;
public boolean resolveSRV = true;
public int reconnectDelay = 2000;