Hue-Bot/Hue-Bot/control/settings.cfg

28 lines
532 B
Bash

#!/bin/bash
# Minecraft Control-Scripts Config-File
# (please remember that there are no spaces allowed around the =-Sign
# in the config-lines)
# JAVA-Params
CPU_COUNT="1"
MAX_MEM="1024M"
MIN_MEM="768M"
# Minecraft-Dir & JAR
# Directory where minecraft is in
mc_root="~/Hue-Bot"
# Root of Control-Scripts
control_root="$mc_root/control"
# MC-Server-Jar (will be executed in mc_root)
mc_jar="$mc_root/Hue-Bot.exe"
# MC-Server Start-Command
mc_cmd="mono $mc_jar"
# Screen
screen_name="Hue-Bot"