mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
Updated documentation to reference new server config file type
This commit is contained in:
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
|
||||
|
||||
/**
|
||||
* 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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -239,8 +239,8 @@ After setting up git lfs, you may need to run `git lfs pull` in the root of the
|
|||
<br>
|
||||
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
|
||||
<br>
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue