fix broken history / geyser support

This commit is contained in:
2023-03-18 20:10:43 +04:00
parent a58191a961
commit 6c1699b2c5
5 changed files with 26 additions and 11 deletions

View File

@@ -5,13 +5,15 @@ public interface Configuration {
char getCrackedChar();
String getCrackedCharString();
char getBedrockChar();
boolean doReplaceSpacesWithUnderscore();
boolean useTheContainMethod();
AntiBot getAntiBot();
String getOflineModeDomain();
String getOnlineModeDomain();

View File

@@ -1,10 +1,11 @@
{
"default-cracked-char": "-",
"bedrock-char": "*",
"replace-spaces-with-underscore": true,
"use-the-contain-method": false,
"simple-anti-bot": {
"max-connections": 590,
"reset": 10
},
"offline-mode-domain": "cracked.glomc.net"
"online-mode-domain": "p.limework.net"
}