49 lines
1.2 KiB
Text
49 lines
1.2 KiB
Text
## ##
|
|
## EasyAuth ##
|
|
## Main Configuration ##
|
|
## ##
|
|
|
|
# Don't auto-login players with Microsoft accounts — treat everyone the same
|
|
premium-auto-login = false
|
|
|
|
# All players are offline players
|
|
offline-by-default = true
|
|
|
|
# No Bedrock auto-login
|
|
floodgate-auto-login = false
|
|
|
|
# Session timeout: 24 hours (if they reconnect within this time, no re-login needed)
|
|
session-timeout = 86400
|
|
|
|
# Max login attempts before kick
|
|
max-login-tries = 3
|
|
|
|
# 5 minutes to authenticate before being kicked
|
|
kick-timeout = 300
|
|
|
|
# 2 minutes before they can rejoin after being kicked for failed attempts
|
|
reset-login-attempts-timeout = 120
|
|
|
|
# Per-user passwords, set by admin via `auth register <user> <pass>`
|
|
enable-global-password = false
|
|
single-use-global-password = false
|
|
|
|
# Hide player coordinates during auth (teleport to spawn)
|
|
hide-player-coords = true
|
|
|
|
# Hide unauthenticated players from everyone (requires Vanish mod)
|
|
vanish-until-auth = true
|
|
|
|
# Auth spawn location — players teleported here until authenticated
|
|
world-spawn {
|
|
dimension = "minecraft:overworld"
|
|
x = -1965
|
|
y = 167
|
|
z = 1109
|
|
yaw = 0
|
|
pitch = 0
|
|
}
|
|
|
|
debug = false
|
|
|
|
config-version = 2
|