From 9c1cd7096d61da71d99715f95cda58136621fe11 Mon Sep 17 00:00:00 2001 From: Chip <65827213+ChipmunkMC@users.noreply.github.com> Date: Tue, 7 Mar 2023 20:39:59 -0500 Subject: [PATCH] default config --- src/main/resources/default_config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/default_config.json b/src/main/resources/default_config.json index 501b5e5..bbd34c9 100644 --- a/src/main/resources/default_config.json +++ b/src/main/resources/default_config.json @@ -4,7 +4,11 @@ "host": "localhost", "port": 25565, "username": "ChipmunkBot", - "reconnectDelay": 1000 + "reconnectDelay": 1000, + + "commands": { + "prefix": "default." + } } ] }