Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. Download:
- Spoiler
- minecraft_server.jar from https://minecraft.net/download
- minecraftforge-universal-1.4.6-6.5.0.486.zip from http://files.minecraftforge.net/
- MC 1.4.6 - Player API universal 1.3.zip from http://www.minecraft...api-player-api/
- (i will also add SmartMoving)
- MC 1.4.6 - Smart Moving 11.11.zip from http://www.minecraft...p-smart-moving/
- and
- TFCraft-Universal-Core-B2-Build75.zip
- 2. Make a folder where you want your server to be. I will use C:\TFC_Server
- 3. Copy or Move minecraft_server.jar to C:\TFC_Server
- 4. Make a copy of minecraft_server.jar in C:\TFC_Server for backup, if something goes wrong.
- 5. Make a new folder mods in C:\TFC_Server --> C:\TFC_Server\mods
- 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
- then from MC 1.4.6 - Player API universal 1.3.zip
- Spoiler
- iq.class
- ServerPlayerAPI.class
- ServerPlayerBase.class
- ServerPlayerBaseSorter.class
- ServerPlayerBaseSorting.class
- then everything from Smart Moving Server for Minecraft Forge.zip (this file is in MC 1.4.6 - Smart Moving 11.11.zip)
- It has to be in this order!
- 7. Copy TFCraft-Universal-Core-B2-Build75.zip to C:\TFC_Server\mods
- Now you can start the server my double-clicking the C:\TFC_Server\minecraft_server.jar which will start with a nice GUI.
- If you want to give the server more RAM you can make a run.bat file in the same folder as minecraft_server.jar.
- Put this in run.bat
- @echo off
- java -Xms1G -Xmx2G -jar minecraft_server.jar
- or if you dont want to start the GUI.
- @echo off
- java -Xms1G -Xmx2G -jar minecraft_server.jar nogui
- or if you only want the GUI with more RAM
- @echo off
- start javaw -Xms1G -Xmx2G -jar minecraft_server.jar
- 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