From 0ac52da62f4bdceddaff69054a3adb3741672af9 Mon Sep 17 00:00:00 2001 From: ChomeNS Date: Fri, 24 Mar 2023 16:51:33 +0700 Subject: [PATCH] update default config --- src/main/resources/default-config.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/main/resources/default-config.yml b/src/main/resources/default-config.yml index fb00c105..b566d195 100644 --- a/src/main/resources/default-config.yml +++ b/src/main/resources/default-config.yml @@ -16,16 +16,19 @@ selfCare: endCredits: true # essentials - cspy: true vanish: true nickname: true socialspy: true mute: true # extras + cspy: true prefix: true 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' port: 25565 - username: 'ChomeNS_Bot' \ No newline at end of file + username: 'ChomeNS_Bot' + kaboom: false \ No newline at end of file