Look@World foundation ( http://vaatamaailma.ee/en ) organises a Minecraft build competition for children of Baltic nations every year in December under the Hour of Code initiative.
The purpose of this repository is to store configuration and sources for the competition.
The competition includes Spigot Minecraft server to run the necessary mods to provide easy building tools and anti-griefing support.
- Prepare a VM with Ubuntu LTS release ( allowing incoming ports
22
and25565
) - Install git if needed (
apt-get install git
) - Clone the repository (
git clone https://github.com/ivari/minecraft.git
) - Navigate to the cloned folder (
cd minecraft
) - Run prepare.sh (
bash ./prepare.sh
)