Skip to content

Commit

Permalink
Minor edits: Unifying the notation for terminal code
Browse files Browse the repository at this point in the history
Signed-off-by: Rhotias <[email protected]>
  • Loading branch information
Phidica committed Nov 26, 2015
1 parent 6bddd6f commit 8bbff08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The script requires the following packages and libraries:

You may need to install pyjavaproperties:

$ pip install pyjavaproperties
# pip install pyjavaproperties

## Installation
Clone the repository with
Expand All @@ -37,11 +37,11 @@ Server directory names cannot contain whitespace or particularly fancy character

Each server directory must contain a *run.sh* script that will cause that server to start. An example of a valid *run.sh* script is the following:

java -Xms2G -Xmx4G -jar ../minecraft_server.1.8.8.jar nogui
$ java -Xms2G -Xmx4G -jar ../minecraft_server.1.8.8.jar nogui

Note that the implication here is that the main servers directory contains server JAR files, which is recommended to keep them out of the backups. If you wish to keep the server JAR in the server directory, do so and remove the *../* from the example above

## Execution
The primary program accepts no flags or arguments, just run:

mcserver
$ mcserver

0 comments on commit 8bbff08

Please sign in to comment.