lower permission requirement for uptime
This commit is contained in:
parent
166fa8a6e1
commit
e84f616d9b
|
@ -43,7 +43,6 @@ object CommandConfig {
|
||||||
),
|
),
|
||||||
"uptime" to CustomCommand(
|
"uptime" to CustomCommand(
|
||||||
type = CommandType.RESPONSE,
|
type = CommandType.RESPONSE,
|
||||||
permLevel = 1.0,
|
|
||||||
response = "{uptime}",
|
response = "{uptime}",
|
||||||
help = "Print server uptime",
|
help = "Print server uptime",
|
||||||
defaultCommand = true
|
defaultCommand = true
|
||||||
|
|
Loading…
Reference in New Issue