Sim---

Setup TFC Server

Jan 9th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. 1. Download:
  2. Spoiler
  3. minecraft_server.jar from https://minecraft.net/download
  4. minecraftforge-universal-1.4.6-6.5.0.486.zip from http://files.minecraftforge.net/
  5. MC 1.4.6 - Player API universal 1.3.zip from http://www.minecraft...api-player-api/
  6. (i will also add SmartMoving)
  7. MC 1.4.6 - Smart Moving 11.11.zip from http://www.minecraft...p-smart-moving/
  8. and
  9. TFCraft-Universal-Core-B2-Build75.zip
  10. 2. Make a folder where you want your server to be. I will use C:\TFC_Server
  11. 3. Copy or Move minecraft_server.jar to C:\TFC_Server
  12. 4. Make a copy of minecraft_server.jar in C:\TFC_Server for backup, if something goes wrong.
  13. 5. Make a new folder mods in C:\TFC_Server --> C:\TFC_Server\mods
  14. 6. With winrar or 7zip copy everything from minecraftforge-universal-1.4.6-6.5.0.486.zip into C:\TFC_Server\minecraft_server.jar
  15. then from MC 1.4.6 - Player API universal 1.3.zip
  16. Spoiler
  17. iq.class
  18. ServerPlayerAPI.class
  19. ServerPlayerBase.class
  20. ServerPlayerBaseSorter.class
  21. ServerPlayerBaseSorting.class
  22. then everything from Smart Moving Server for Minecraft Forge.zip (this file is in MC 1.4.6 - Smart Moving 11.11.zip)
  23. It has to be in this order!
  24. 7. Copy TFCraft-Universal-Core-B2-Build75.zip to C:\TFC_Server\mods
  25. Now you can start the server my double-clicking the C:\TFC_Server\minecraft_server.jar which will start with a nice GUI.
  26. If you want to give the server more RAM you can make a run.bat file in the same folder as minecraft_server.jar.
  27. Put this in run.bat
  28.  
  29. @echo off
  30. java -Xms1G -Xmx2G -jar minecraft_server.jar
  31.  
  32. or if you dont want to start the GUI.
  33.  
  34. @echo off
  35. java -Xms1G -Xmx2G -jar minecraft_server.jar nogui
  36.  
  37. or if you only want the GUI with more RAM
  38.  
  39. @echo off
  40. start javaw -Xms1G -Xmx2G -jar minecraft_server.jar
  41.  
  42.  
  43. note: It is always best to use the Forge version listed on the TFC download page.
Advertisement
Add Comment
Please, Sign In to add comment