diff --git a/Management-Server/src/main/java/ms/system/util/ManagementConfigParser.kt b/Management-Server/src/main/java/ms/system/util/ManagementConfigParser.kt
index 7aba7f237..90c0ce80f 100644
--- a/Management-Server/src/main/java/ms/system/util/ManagementConfigParser.kt
+++ b/Management-Server/src/main/java/ms/system/util/ManagementConfigParser.kt
@@ -7,7 +7,7 @@ import java.io.FileReader
import kotlin.system.exitProcess
/**
- * Class for parsing the server config, I.E default.json
+ * Class for parsing the server config, I.E default.conf
* @param path the path to the JSON file to parse.
* @author Ceikry
*/
@@ -68,4 +68,4 @@ class ManagementConfigParser(path: String) {
return pathProduct
}
-}
\ No newline at end of file
+}
diff --git a/README.md b/README.md
index 13f795d8c..5586e9424 100644
--- a/README.md
+++ b/README.md
@@ -239,8 +239,8 @@ After setting up git lfs, you may need to run `git lfs pull` in the root of the
3. Click on the "application" folder for the Server and double-click "run"
* Please note this may take a minute or two to build, it is compiling a lot of files!
- * If you receive an error on server start, check and make sure that your worldprops/default.json is pointing to the correct paths
- * * Server debug mode/other information can be changed in worldprops/default.json
+ * If you receive an error on server start, check and make sure that your worldprops/default.conf is pointing to the correct paths
+ * * Server debug mode/other information can be changed in worldprops/default.conf
4. Clone the legacy-client repo and follow the same Intellij setup steps
* Click on the "application" folder for the Client and double-click "run"