fix: auth timeout seconds
This commit is contained in:
@@ -46,7 +46,7 @@ public class Configuration {
|
||||
|
||||
public static class OwnerAuthentication {
|
||||
public boolean enabled = false;
|
||||
public int timeout = 10 * 1000;
|
||||
public int timeout = 10;
|
||||
}
|
||||
|
||||
public static class Backup {
|
||||
|
||||
@@ -80,7 +80,7 @@ consoleChatFormat: '{"translate":"chat.type.text","with":["OWNER_NAME","MESSAGE"
|
||||
|
||||
ownerAuthentication:
|
||||
enabled: false
|
||||
timeout: 10000 # 10 seconds - 10 * 1000
|
||||
timeout: 10 # in seconds !!! not milliseconds
|
||||
|
||||
# if this is enabled when someone does a clear chat command the bot
|
||||
# will tellraw `{player} cleared the chat`
|
||||
|
||||
Reference in New Issue
Block a user