#!/bin/bash MINECRAFT_PATH="{{ minecraft_data_location }}" COMMAND=${1:-help} cd "$MINECRAFT_PATH" usage() { cat < Copies a mod package to the mods directory of the mincraft server $0 mod-rm Removes a mod package from the mods directory of the minecraft server $0 world-ls Lists backed up worlds $0 world-rm