Skip to content

Commit

Permalink
update to v1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mendozatudares committed Aug 3, 2021
1 parent c876843 commit 9bbd691
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified BuildTools.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repo contains instructions for creating your own Minecraft server with Mult
## Instructions
1. Clone or download the ZIP of this repo onto the machine which will host the server.
* If downloaded, unzip and move folder to proper location.
2. Open the folder in your terminal and run `java -jar BuildTools.jar --rev 1.9`
2. Open the folder in your terminal and run `java -jar BuildTools.jar --rev 1.14`
3. Wait for the setup to complete (this may take some time).
4. Double-click `run.bat` to generate server files.
* Mac: run `./start.sh` in terminal
Expand Down
2 changes: 1 addition & 1 deletion run.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java -Dfile.encoding=UTF-8 -jar spigot-1.9.jar
java -Dfile.encoding=UTF-8 -jar spigot-1.14.jar
PAUSE
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

cd "$(dirname "$0")"
exec java -Xms1G -Xmx1G -jar spigot-1.9.jar nogui
exec java -Xms1G -Xmx1G -jar spigot-1.14.jar nogui

0 comments on commit 9bbd691

Please sign in to comment.