Advertisement
lowheartrate

Note to self

Aug 1st, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. // How to run the minecraft server //
  2. java -Xmx1024M -Xms1024M -jar spigot_server.jar
  3. * Create bash file for start server script *
  4.  
  5. // How to install plugins on to server //
  6. wget [download link of plugin]
  7. e.g. wget http://dev.bukkit.org/media/files/891/400/Essentials.zip
  8. * Server must not be online when installing plugins *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement