From a399713fcaf5aa36de41f2288636c40485cfe0ab Mon Sep 17 00:00:00 2001 From: Alexis Rossfelder Date: Thu, 31 Mar 2022 22:57:54 +0200 Subject: [PATCH] Use json with comments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 011ad73..5513f44 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Additionally you can start the server by running the file located in `src/server ### Customizable Settings The game now includes support for settings modification. This can be done by editing `settings.json`. Keep in mind that you will need to restart the server for modifications to take effect. \ Here are the default settings in JSON with some informations : -```json +```jsonc { "server_port": 8080, // The port on which the server is available // Some ports like 80 require an elevation, in that case launch the server as root