-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefaultConfiguration.yml
59 lines (45 loc) · 1.52 KB
/
defaultConfiguration.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Configuration file for plugin MCDC
# Author: MaFeLP (https://github.com/MaFeLP/MCDC/)
# if the message should be shortened
# Allowed values: <true|false>
useShortMessageFormat: false
# the prefix displayed in the console before logs and in
# Allowed values: any String
pluginPrefix: '§8[§6MCDC§8]§0: §r'
# The name of the server displayed in discord messages
# Allowed values: any string
serverName: 'A Minecraft Server'
# If additional information should be displayed.
# Allowed values: <true|false>
debug: false
# The Token used to create your bot instance
# Allowed values: any String
apiToken: 'Your API Token goes here!'
# The String used before commands in the discord channels
# Allowed values: any String
discordCommandPrefix: '.'
# Discord Channel IDs to broadcast messages to.
channelIDs:
- 1234
# Permission section for setting permission levels
permission:
# Permission for minecraft command /config
configEdit:
# Required OP level
level: 3
# A list of UUIDs of Players who have a wildcard to use this command.
allowedUserUUIDs:
- a unique ID
# Discord Server Admins are allowed to create Channels and Roles
discordServerAdmin:
# A list of discord IDs of users who have a wildcard to use this command
allowedUserIDs:
- 1234
# Discord Bot admins, use cases may follow.
discordBotAdmin:
# A list of authorised bot users.
allowedUserIDs:
- 1234
# If the command parser should treat \ as a normal character
# Allowed values: <true|false>
saveEscapeCharacterInConfig: true