diff --git a/appsettings-example.json b/appsettings-example.json new file mode 100644 index 0000000..78aafb1 --- /dev/null +++ b/appsettings-example.json @@ -0,0 +1,16 @@ +{ + "IP": "0.0.0.0", + "Port": 30001, + "LogLevel": 15, + "ChatCommandPrefix": "!", + "Password": "password", + "LaunchCustomGamemode": "none", + "MapRotation": [ + "LONOVO", + "TENSATOWN", + "WINEPARADISE" + ], + "GamemodeRotation": [ + "DOMI" + ] +} \ No newline at end of file