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

17 lines
628 B
YAML

# This message handles what type of char the system should use
# like if its - Cracked players will have it in the name
# example:
# Ham1255 is a cracked player want to join mc.limework.net
# when system checks if he is cracked then if the name does not contain -
# system will replace the name to -Ham1255
default-cracked-char: "-"
# Just simple anti bot
# example:
# when a player joins a server it makes request to mojang api which has 600 per 10 mins
# if the server reach's the limits players can no longer join + possibility of getting banned by mojang api for a day!
simple-anti-bot:
max-connections: 590
reset: 10