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." + } } ] }