mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2024-11-25 05:49:46 +01:00
23 lines
462 B
INI
23 lines
462 B
INI
# These are the settings you need to configure.
|
|
# Rename this file to "config.ini"
|
|
|
|
[discord]
|
|
token =
|
|
|
|
[mcserver]
|
|
# default port is 25565
|
|
server_address =
|
|
server_port = 25565
|
|
|
|
[perms]
|
|
# These users are admins and have access to all commands
|
|
# enter multiple user ids or roles ids by separating them with space. Can be left empty.
|
|
admin_ids =
|
|
role_ids =
|
|
|
|
# these commands can be executed by non admins
|
|
start = true
|
|
stop = false
|
|
status = true
|
|
dev_commands = false
|