mirror of
https://github.com/MinecraftServerControl/mscs.git
synced 2024-11-15 14:58:18 -07:00
Update README.md
This commit is contained in:
parent
b6ceb3a692
commit
293e036ea2
@ -15,8 +15,8 @@
|
||||
* [Creating a new world](#creating-a-new-world)
|
||||
* [Importing an existing world](#importing-an-existing-world)
|
||||
* [Adjusting world properties](#adjusting-world-properties)
|
||||
* [Enabling Forge, BungeeCord, and other server software](#enabling-forge-bungeecord-and-other-server-software)
|
||||
* [Adjusting global server options](#adjusting-global-server-settings)
|
||||
* [Enabling Forge, BungeeCord, and other server software](#enabling-forge-bungeecord-and-other-server-software)
|
||||
* [Automated backups and restarts](#automated-backups-and-restarts)
|
||||
* [Scheduling backups](#scheduling-backups)
|
||||
* [Removing backups after X days](#removing-backups-after-x-days)
|
||||
@ -233,6 +233,9 @@ The following variables may be used in some of the values of the above keys:
|
||||
mscs-maximum-memory=2048M
|
||||
mscs-server-location=/opt/mscs/server
|
||||
mscs-server-command=$JAVA -Xms$INITIAL_MEMORY -Xmx$MAXIMUM_MEMORY -jar $SERVER_LOCATION/$SERVER_JAR $SERVER_ARGS
|
||||
|
||||
#### Enabling Forge, BungeeCord, and other server software
|
||||
Please visit the [wiki](https://github.com/sandain/MinecraftServerControlScript/wiki/Server-Customization-Examples) for additional information.
|
||||
|
||||
### Adjusting global server settings
|
||||
In tandem with the `mscs.properties` file--which handles options for individual worlds--is the `mscs.conf` or simply `mscs` file, which handles global server settings.
|
||||
@ -255,9 +258,6 @@ Then simply `cd` into the directory it outputs and create the file.
|
||||
|
||||
Once you've created the file, you need to populate it with a list of properties. The list of properties can be found [here](https://github.com/sandain/MinecraftServerControlScript/wiki).
|
||||
|
||||
### Enabling Forge, BungeeCord, and other server software
|
||||
Please visit the [wiki](https://github.com/sandain/MinecraftServerControlScript/wiki/Server-Customization-Examples) for additional information.
|
||||
|
||||
## Automated backups and restarts
|
||||
|
||||
### Scheduling backups
|
||||
|
Loading…
Reference in New Issue
Block a user