GreenAppleLogin/gal-api/src/main/resources/config.json

19 lines
596 B
JSON
Raw Normal View History

{
"default-cracked-char": "-",
2023-03-18 16:10:43 +00:00
"bedrock-char": "*",
2021-12-14 16:55:57 +00:00
"replace-spaces-with-underscore": true,
"use-the-contain-method": false,
"simple-anti-bot": {
2021-12-14 16:55:57 +00:00
"max-connections": 590,
"reset": 10
2021-12-14 19:03:58 +00:00
},
2023-03-25 10:22:01 +00:00
"online-mode-domain": "p.limework.net",
"disclaimer-message": [
"§e=======================================",
"§eHi there, welcome to §a§LGovindas Limework",
"§eYou are logged in As Offline player and identified as %player-name%",
"§eif this a mistake please disconnect and connect to",
"§ep.limework.net",
"§e======================================="
]
}