Changes

From Amahi Wiki
Jump to: navigation, search
616 bytes added ,  02:49, 16 July 2012
no edit summary
==Tekkit and Minecraft Vanilla Coexisting in McMyAdmin==
* Follow the McMyAdmin tutorial above, except rename name the McMyAdmin folder to "McMA_Vanilla". Replace all "McMyAdmin" with "McMA_Vanilla" as needed.
* Create a folder called MineCraft.
mkdir /var/hda/web-apps/MineCraft
* Copy (not move) McMA_Vanilla into the MineCraft folder.
cp -fr /var/hda/web-apps/McMA_Vanilla /var/hda/web-apps/MineCraft
* Rename the original McMA_Vanilla to McMA_Tekkit.
* Paste Move McMA_Tekkit into MineCraft folder. mv /var/hda/web-apps/McMA_Tekkit /var/hda/web-apps/MineCraft
* Follow the Tekkit tutorial above.
* Rename the Tekkit.jar file to craftbukkit.jar, AFTER having started and stopped the Tekkit and MineCraft servers at least once as outlined above.
cd /var/hda/web-apps/tekkit
RENAME command
* Copy the contents of the tekkit folder into the McMA_Tekkit/Minecraft folder, merge and replace all files as needed.
* Now we must edit the ports so that both McMyAdmin servers can run at the same time:
cd /var/hda/web-apps/MineCraft/McMA_Tekkit
nano /McMyAdmin.conf
Change webserver .port=8080 (line 71) to webserver.port=8081 Change server.address =localhost:25565 (line 152) to server.address=localhost:25665
ctrl+x
y (to confirm save)
cd /var/hda/web-apps/MineCraft/McMA_Tekkit/Minecraft
nano server.properties
Change server.-port 25565 (line 8) to server.-port 25665
ctrl+x
y (to confirm save)
110

edits