Changes

From Amahi Wiki
Jump to: navigation, search
40 bytes removed ,  07:17, 25 October 2012
→‎Installing the Tekkit Server: Revised instructions to reflect latest McMyAdmin feature
'''''To logon to a Tekkit server the user must use the [http://www.technicpack.net/launcher/ Technic Launcher] and not the default MineCraft app.'''''
[http://www.technicpack.net/tekkit/ Tekkit] is a collection of Minecraft mods that allows for more advanced gameplay. The purpose of this tutorial is to illustrate the installation of Tekkit on your HDA. All commands below are for the terminal. The Parts of the instructions are taken from [http://www.youtube.com/watch?v=u8-uGqSyaMo this] fine YouTube video.*Do not start the Minecraft server upon installation of McMyAdmin.*Logon to McMyAdmin, go to Configuration, Server Settings, and select Tekkit as the Server Type.
*Navigate to the default hda web-apps folder
{{Code|cd /var/hda/web-apps/mcmyadmin}}
*Create a folder for Tekkit and get in the folder:
{{Code|mkdir tekkit
cd tekkit}}
*Download the latest Tekkit server zip file from [http://www.technicpack.net/tekkit/ here]. Replace my link below with your own latest one.
{{Code|wget http://mirror.technicpack.net/files/Tekkit_Server_3.0.4.zip}}
*Extract the zip file with unzip. Replace name of file with your own latest one.
{{Code|yum apt-get install unzip
ls
unzip Tekkit_Server_3.0.4.zip}}
*Create startup script for Tekkit. Note that 1500M stands for the number of megabytes of ram you are letting Tekkit use potentially. The 512M stands for the number of megabytes of ram you let Java use at startup.
{{Code|nano start.sh}}
{{Text|Text=#!/bin/shjava -Xmx1500M -Xms512M -jar Upon starting of the Minecraft server from the McMyAdmin portal, the Tekkitserver will be started instead.jar}}*Give permissions Building the world and installing the mods and plugins will take a while (around 5-10 minutes), so make sure to give McMyAdmin sufficient time to the script.{{Code|chmod +x start.sh}}*Start Tekkit{{Code|./startfinish.sh}}
 The default port is 25565. This will may be edited below.
=Tekkit with McMyAdmin=
110

edits