Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Fixed typo "simle" => "simple" #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions resources/config.yml
Expand Up @@ -26,12 +26,12 @@ blockAfterFail: 6
#If enabled, accounts that are using the same unique id (ip + clientId + name) when logging in again will be automatically authenticated
authenticateByLastUniqueId: false

#If enabled, will set all the permissions for simleauth.command.register to false
#If enabled, will set all the permissions for simpleauth.command.register to false
disableRegister: false

#If enabled, will set all the permissions for simleauth.command.login to false
#If enabled, will set all the permissions for simpleauth.command.login to false
disableLogin: false

#Number of seconds to wait for a player to be authenticated. If false, disables the timeout
#TODO
authenticateTimeout: 120
authenticateTimeout: 120