diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 1f4021f..060854b 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -89,13 +89,12 @@ sleep: # If not: how much % make skipping full speed # "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: 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 - # The domain of the server, if it's myserver.com codes will be like 12d3123.myserver.com - # This doesn't do anything other than showing in /tauth new + # The domain of the server. Doesn't do anything other than showing in /tauth new domain: "replace.me" # Finally, thank you for downloading Tweaks724, I hope you enjoy!