From 293e036ea28469207bdf46887bba9093cd73c4c9 Mon Sep 17 00:00:00 2001 From: Roflicide Date: Sun, 31 Jan 2016 16:24:29 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 95797b4..c097f0c 100644 --- a/README.md +++ b/README.md @@ -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