Original Timestamp: 2014-02-06 00:09:18.512687

Original Timestamp: 2014-02-06 00:09:18.512687
Get going quick – coding for MineCraft on FreeBSD10 # mkdir mineDev # cd mineDev # mkdir craftbukkit # pkg install netbeans *you can accomplish this different ways – this is the newest / easiest (instal # fetch http://dl.bukkit.org/downloads/craftbukkit/get/02389_1.6.4-R2.0/craftbuk # fetch http://apache.mirrors.tds.net/maven/maven-3/3.1.1/binaries/apache-maven- # mv craftbukkit.jar craftbukkit # tar -xf apache-maven-3.1.1.bin.tar.gz # ln -s /usr/home/colin/mineDev/apache-maven-3.1.1 /usr/local/maven # setenv M2_HOME /usr/local/maven # setenv PATH ${M2_HOME}/bin:${PATH} # cd craftbukkit # java -Xmx1024M -Xms1024M -jar craftbukkit.jar nogui # >stop # cd .. # git clone https://github.com/colinstgeorge/MinePlug.git *use NetBeans to modify, see link below for references # cd MinePlug # mvn clean package # cp target/hwcdi-plugin-1.0-SNAPSHOT.jar ../craftbukkit/plugins *start the server again – check that your module loaded. *with assistance from: https://java4kids.java.net/minecraft-workshop/mar2013/steps.html

Leave a Reply

Your email address will not be published. Required fields are marked *