fix broken history / geyser support
This commit is contained in:
@@ -5,13 +5,15 @@ public interface Configuration {
|
||||
char getCrackedChar();
|
||||
String getCrackedCharString();
|
||||
|
||||
char getBedrockChar();
|
||||
|
||||
boolean doReplaceSpacesWithUnderscore();
|
||||
|
||||
boolean useTheContainMethod();
|
||||
|
||||
AntiBot getAntiBot();
|
||||
|
||||
String getOflineModeDomain();
|
||||
String getOnlineModeDomain();
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user