Advertisement
Guest User

Running the build jar directly

a guest
May 25th, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. Administrators-MacBook-Pro-2:libs mbroomfield$ java -jar sponge-1.8-1371-2.1DEV-0.jar
  2.  
  3. Sponge v1.8-1371-2.1DEV-0+unknown-b0.git-unknown for Minecraft Forge 1371
  4. implementing SpongeAPI version 2.1-SNAPSHOT
  5.  
  6. --------------------------------------------------------------------------------
  7.  
  8. Oops! You attempted to run the Sponge Forge Mod directly!
  9.  
  10. This jar file is a mod for Minecraft Forge. You can run this file as a Forge
  11. mod by installing Minecraft Forge and simply dropping the jar file into the
  12. Forge "mods" directory. You can get Minecraft Forge from:
  13.  
  14. http://files.minecraftforge.net/
  15.  
  16. Once you have downloaded and installed Forge, you can load Sponge as a mod.
  17.  
  18.  
  19. Alternatively, for headless server installations you can use this Sponge jar
  20. as a launcher for Minecraft Forge. To use the jar as a launcher, you can:
  21.  
  22. 1) Install Minecraft Forge and the dependencies by running:
  23.  
  24. java -jar sponge-1.8-1371-2.1DEV-0.jar install
  25.  
  26. 2) Run Minecraft Forge with Sponge by running
  27.  
  28. java -jar sponge-1.8-1371-2.1DEV-0.jar run {args}
  29.  
  30.  
  31. If you need more help, you should check out our forums:
  32.  
  33. http://forums.spongepowered.org/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement