Update README.md
This commit is contained in:
@@ -65,6 +65,7 @@ The default configuration:
|
|||||||
- config - This allows you to set ANY configuration item from the config, example below:
|
- config - This allows you to set ANY configuration item from the config, example below:
|
||||||
|
|
||||||
Example instance with extra configuration:
|
Example instance with extra configuration:
|
||||||
|
**NOTE:** Most settings that are filepaths should be left alone in the instance config settings, and will probably be overwritten anyways (like the ModPaths setting).
|
||||||
```json
|
```json
|
||||||
"test_server": {
|
"test_server": {
|
||||||
"Version": "1.22.3",
|
"Version": "1.22.3",
|
||||||
@@ -73,7 +74,7 @@ Example instance with extra configuration:
|
|||||||
"config": {
|
"config": {
|
||||||
"AllowPvP": true,
|
"AllowPvP": true,
|
||||||
"WhiteListMode": 1,
|
"WhiteListMode": 1,
|
||||||
"WelcomeMessage": "Welcome to the server, {0}!"
|
"WelcomeMessage": "Welcome to the server, {0}!",
|
||||||
"WorldConfig": {
|
"WorldConfig": {
|
||||||
"Seed": "superawesomeseed",
|
"Seed": "superawesomeseed",
|
||||||
"WorldName": "A new world",
|
"WorldName": "A new world",
|
||||||
@@ -83,7 +84,7 @@ Example instance with extra configuration:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
**NOTE:** Most settings that are filepaths should be left alone in the config, and will probably be overwritten anyways (like the ModPaths setting).
|
|
||||||
|
|
||||||
|
|
||||||
## Web Interface
|
## Web Interface
|
||||||
|
|||||||
Reference in New Issue
Block a user