This commit is contained in:
parent
742efc144d
commit
84aa625eae
1 changed files with 3 additions and 4 deletions
|
@ -89,13 +89,12 @@ sleep:
|
||||||
# If not: how much % make skipping full speed
|
# If not: how much % make skipping full speed
|
||||||
|
|
||||||
# "Hostname" authentication
|
# "Hostname" authentication
|
||||||
# This makes a player need to join a unique hostname like "23sedf345.myserver.com" where "23sedf345" is the key
|
# This makes a player need to join a unique hostname like "asd123.example.com" where "asd123" is the key
|
||||||
auth:
|
auth:
|
||||||
enabled: true
|
enabled: true
|
||||||
# All players must use a key. So new players will need a new key
|
# Players need a key if this is true. So the only way to register is to get a key (if false, using a key is opt-in)
|
||||||
force: false
|
force: false
|
||||||
# The domain of the server, if it's myserver.com codes will be like 12d3123.myserver.com
|
# The domain of the server. Doesn't do anything other than showing in /tauth new
|
||||||
# This doesn't do anything other than showing in /tauth new
|
|
||||||
domain: "replace.me"
|
domain: "replace.me"
|
||||||
|
|
||||||
# Finally, thank you for downloading Tweaks724, I hope you enjoy!
|
# Finally, thank you for downloading Tweaks724, I hope you enjoy!
|
||||||
|
|
Loading…
Add table
Reference in a new issue