Updated documentation to reference new server config file type

This commit is contained in:
Harris Hackett
2022-02-09 06:52:36 +00:00
committed by Ryan
parent 14528411a7
commit 4390372879
2 changed files with 4 additions and 4 deletions
@@ -7,7 +7,7 @@ import java.io.FileReader
import kotlin.system.exitProcess 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. * @param path the path to the JSON file to parse.
* @author Ceikry * @author Ceikry
*/ */
+2 -2
View File
@@ -239,8 +239,8 @@ After setting up git lfs, you may need to run `git lfs pull` in the root of the
<br> <br>
3. Click on the "application" folder for the Server and double-click "run" 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! * 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 * 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.json * * Server debug mode/other information can be changed in worldprops/default.conf
<br> <br>
4. Clone the <a href="https://gitlab.com/2009scape/legacy-client">legacy-client</a> repo and follow the same Intellij setup steps 4. Clone the <a href="https://gitlab.com/2009scape/legacy-client">legacy-client</a> repo and follow the same Intellij setup steps
* Click on the "application" folder for the Client and double-click "run" * Click on the "application" folder for the Client and double-click "run"