-
Guest, this forum cannot be posted in as it has been replaced by the Services & Recruitment v2 forum. Please direct your posts and threads there instead. If you require your thread moved, please report it!
Windows Installation
-
Simple start script(top)
- As a prerequisite, install Java 8 or above if you don't have it already (from Java.com).
- Compile the latest build by following the BuildTools wiki page.
- Place the server file in a new directory dedicated to Spigot.
After running BuildTools you will find the Spigot/CraftBukkit server files in the same directory. - To launch the server you must create a start script. Do this by adding the following text to a text document and saving it as start.bat in the same directory:
Code (Example):@echo off
java -Xms1G -Xmx1G -jar spigot.jar
pause - Double Click The Batch File
Optional: Automatic restart on crash(top)
You can modify the previous script to restart on server crash:
Code (Example):@echo off
:repeat
java -Xms1G -Xmx1G -jar spigot.jar
pause
goto :repeat - Loading...
- Loading...
XenCarta PRO
© Jason Axelrod from 8WAYRUN.COM