Minecraft

From Funiaita
Revision as of 13:47, 1 August 2016 by Zany (talk | contribs)

old content of this page: Minecraft (old)


I am playing mostly Tekkit-Lite.


Mincecraft/Mystcraft (Tekkit-Lite-Version)

Links

For a good book

  • Terrain generator, clear modifiers
  • Length, phase, direction, sun, clear modifiers
  • Length, phase, direction, moon, clear modifiers
  • Length, phase, direction, stars, clear modifiers
  • Biome, biome, biome, biome controller, clear modifiers
  • Features/materials/stability/aesthetic/weather pages go here, clear modifiers

Tekkit-Lite-Mystcraft-1-of-2.JPG Tekkit-Lite-Mystcraft-2-of-2.JPG

Server

Needed:

  • MineCraft Server Java Files
  • Java (I am using OpenJdk for Tekkit-Lite)
  • screen
apt-get install default-jre screen unzip

Script for starting the server: (launch.sh)

#!/bin/sh
cd /home/mc/tekkit-lite
java -Xmx2G -Xms1G -jar TekkitLite.jar nogui

Make lauch.sh executable

chmod u+x launch.sh

Cronjob of the user mc for starting minecraft:

@reboot . /etc/profile && screen -d -m /home/mc/tekkit-lite/launch.sh

Cronjob of the root for the daily restart of the server:

0 7 * * * /sbin/shutdown -r now

Connecting to the MineCraft console:

ssh mc@yourServer
screen -r

Leave the screen, but keep it running: Hold "ctrl", then press once "a" and after that press once "d" while you still hold "ctrl".

server.properties: http://minecraft.gamepedia.com/Server.properties