Linux, Minecraft

Building mcMMO

Start by installing the necessary packages: wget https://miroir.univ-lorraine.fr/apache/maven/maven-3/3.8.2/binaries/apache-maven-3.8.2-bin.tar.gz tar -zxf apache-maven-3.8.2-bin.tar.gz -C /opt/ sudo ln -s /opt/apache-maven-3.8.2/bin/ /usr/local/bin/maven export PATH=/usr/local/bin/maven:$PATH Next clone the github repository: