From 7dc1f2fe923109ad74d60c9fc70f362a50e1c7fa Mon Sep 17 00:00:00 2001 From: dfsek Date: Sun, 28 Nov 2021 21:55:10 -0700 Subject: [PATCH] add info comment to config.yml --- common/implementation/base/src/main/resources/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common/implementation/base/src/main/resources/config.yml b/common/implementation/base/src/main/resources/config.yml index df25839f4..72dd67061 100644 --- a/common/implementation/base/src/main/resources/config.yml +++ b/common/implementation/base/src/main/resources/config.yml @@ -1,3 +1,10 @@ +# This file contains core configuration options for Terra +# +# As you can see, there is not that much to configure here. +# For advanced configuration, use config packs. Config +# packs are loaded from the packs directory. Check the +# wiki for information regarding config pack development. + debug: commands: false log: false