[NF] Creating with screen Session

This commit is contained in:
BlubbFish 2018-05-02 17:03:17 +00:00
parent 56d7a2a30d
commit efff45c462
9 changed files with 44 additions and 54 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,28 +1,23 @@
#!/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
#!/bin/bash
# Minecraft Control-Scripts Config-File
# (please remember that there are no spaces allowed around the =-Sign
# in the config-lines)
# 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"

Binary file not shown.

View File

@ -1,28 +1,23 @@
#!/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
#!/bin/bash
# Minecraft Control-Scripts Config-File
# (please remember that there are no spaces allowed around the =-Sign
# in the config-lines)
# 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"