mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2024-11-25 00:29:43 +01:00
commented out not necessary args
This commit is contained in:
parent
f0621fbb6f
commit
04f0afbc9a
@ -1,13 +1,13 @@
|
|||||||
# These are the settings you need to configure.
|
# These are the settings you need to configure.
|
||||||
# Rename this file to "config.ini"
|
# Rename this file to "config.ini"
|
||||||
|
# remove ; to modify further options
|
||||||
|
|
||||||
[discord]
|
[discord]
|
||||||
token =
|
token =
|
||||||
|
|
||||||
[mcserver]
|
[mcserver]
|
||||||
# default port is 25565
|
|
||||||
server_address =
|
server_address =
|
||||||
server_port = 25565
|
; server_port = 25565
|
||||||
|
|
||||||
[perms]
|
[perms]
|
||||||
# These users are admins and have access to all commands
|
# These users are admins and have access to all commands
|
||||||
@ -16,7 +16,7 @@ admin_ids =
|
|||||||
role_ids =
|
role_ids =
|
||||||
|
|
||||||
# these commands can be executed by non admins
|
# these commands can be executed by non admins
|
||||||
start = true
|
; start = true
|
||||||
stop = false
|
; stop = false
|
||||||
status = true
|
; status = true
|
||||||
dev_commands = false
|
; dev_commands = false
|
||||||
|
Loading…
Reference in New Issue
Block a user