Changes

From Amahi Wiki
Jump to: navigation, search
50 bytes removed ,  03:59, 16 July 2012
m
Formatted
* Before continuing, you must start Tekkit and stop it after Tekkit has completely loaded. This will create essential files.
{{Code|cd /var/hda/web-apps/tekkit ./start.sh stop}}
* You must also do the same thing with McMyAdmin
{{Code|cd /var/hda/web-apps/mcmyadmin mono McMyAdmin.exe stop}}
For the purposes of this tutorial, it is assumed that both McMyAdmin and Tekkit have been installed and started/stopped as outlined above. We need to copy the Tekkit files into McMyAdmin. I used the GUI here and am unfamiliar with the terminal commands.
* Follow the McMyAdmin tutorial above, except name the McMyAdmin folder "McMA_Vanilla". Replace all "McMyAdmin" with "McMA_Vanilla" as needed.
* Create a folder called MineCraft.
{{Code|mkdir /var/hda/web-apps/MineCraft}}
* Copy (not move) McMA_Vanilla into the MineCraft folder.
{{Code|cp -fr /var/hda/web-apps/McMA_Vanilla /var/hda/web-apps/MineCraft}}
* Rename the original McMA_Vanilla to McMA_Tekkit.
* Move McMA_Tekkit into MineCraft folder.
{{Code|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.
{{Code|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.
* Delete the now empty tekkit directory
{{Code|rm -fr /var/hda/web-apps/tekkit}}
* Now we must edit the ports so that both McMyAdmin servers can run at the same time:
{{Code|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}} {{Code|ctrl+x y (to confirm save) enter}}
* And the same must be done with the MineCraft servers
{{Code|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)}}
* Start the Tekkit server
{{Code|cd /var/hda/web-apps/MineCraft/McMA_Tekkit mono McMyAdmin.exe}}
* In a new terminal, start the Vanilla server
{{Code|cd /var/hda/web-apps/MineCraft/McMA_Vanilla mono McMyAdmin.exe}}
===Access McMyAdmin===
* For the Tekkit McMyAdmin:
{{Code|hda:8081}}
* For the Vanilla McMyAdmin:
{{Code|hda:8080}}
===Join MineCraft Server with Client===
* For the Tekkit server:
({{Code|hda IP):25665}}
* For the Vanilla server:
({{Code|hda IP):25565}}
[[Category:Apps]]
110

edits