mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2024-11-25 03:29:44 +01:00
config settings
This commit is contained in:
parent
16d4b14db8
commit
c74457a77a
22
bot/config/config-example.ini
Normal file
22
bot/config/config-example.ini
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# 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
|
8
bot/config/settings.ini
Normal file
8
bot/config/settings.ini
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# You can change setting in here if you wish but it works
|
||||||
|
# fine as it is configured by default
|
||||||
|
|
||||||
|
[logging]
|
||||||
|
# folders are created if not existent
|
||||||
|
# logging levels can be: 10 (Debug), 20 (Info), 30 (Warning), 40 (Critical)
|
||||||
|
path = logs/
|
||||||
|
level = 10
|
Loading…
Reference in New Issue
Block a user