update default config
This commit is contained in:
parent
40f936090f
commit
0ac52da62f
1 changed files with 6 additions and 3 deletions
|
@ -16,16 +16,19 @@ selfCare:
|
||||||
endCredits: true
|
endCredits: true
|
||||||
|
|
||||||
# essentials
|
# essentials
|
||||||
cspy: true
|
|
||||||
vanish: true
|
vanish: true
|
||||||
nickname: true
|
nickname: true
|
||||||
socialspy: true
|
socialspy: true
|
||||||
mute: true
|
mute: true
|
||||||
|
|
||||||
# extras
|
# extras
|
||||||
|
cspy: true
|
||||||
prefix: true
|
prefix: true
|
||||||
bots:
|
bots:
|
||||||
# username is optional, if it doesn't exist it will default to random username
|
# username and kaboom are optional.
|
||||||
|
# for username if it doesn't exist it will default to random username
|
||||||
|
# for kaboom it will just default to `false`
|
||||||
- host: 'localhost'
|
- host: 'localhost'
|
||||||
port: 25565
|
port: 25565
|
||||||
username: 'ChomeNS_Bot'
|
username: 'ChomeNS_Bot'
|
||||||
|
kaboom: false
|
Loading…
Reference in a new issue