Updated documentation to reference new server config file type
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user