[NF] Creating with screen Session
This commit is contained in:
parent
56d7a2a30d
commit
efff45c462
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,28 +1,23 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Minecraft Control-Scripts Config-File
|
# Minecraft Control-Scripts Config-File
|
||||||
|
|
||||||
# (please remember that there are no spaces allowed around the =-Sign
|
# (please remember that there are no spaces allowed around the =-Sign
|
||||||
# in the config-lines)
|
# in the config-lines)
|
||||||
|
|
||||||
# JAVA-Params
|
# Minecraft-Dir & JAR
|
||||||
CPU_COUNT="1"
|
|
||||||
MAX_MEM="1024M"
|
# Directory where minecraft is in
|
||||||
MIN_MEM="768M"
|
mc_root="~/Hue-Bot"
|
||||||
|
|
||||||
# Minecraft-Dir & JAR
|
# Root of Control-Scripts
|
||||||
|
control_root="$mc_root/control"
|
||||||
# Directory where minecraft is in
|
|
||||||
mc_root="~/Hue-Bot"
|
|
||||||
|
# MC-Server-Jar (will be executed in mc_root)
|
||||||
# Root of Control-Scripts
|
mc_jar="$mc_root/Hue-Bot.exe"
|
||||||
control_root="$mc_root/control"
|
|
||||||
|
# MC-Server Start-Command
|
||||||
|
mc_cmd="mono $mc_jar"
|
||||||
# MC-Server-Jar (will be executed in mc_root)
|
|
||||||
mc_jar="$mc_root/Hue-Bot.exe"
|
# Screen
|
||||||
|
|
||||||
# MC-Server Start-Command
|
|
||||||
mc_cmd="mono $mc_jar"
|
|
||||||
|
|
||||||
# Screen
|
|
||||||
screen_name="Hue-Bot"
|
screen_name="Hue-Bot"
|
Binary file not shown.
@ -1,28 +1,23 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Minecraft Control-Scripts Config-File
|
# Minecraft Control-Scripts Config-File
|
||||||
|
|
||||||
# (please remember that there are no spaces allowed around the =-Sign
|
# (please remember that there are no spaces allowed around the =-Sign
|
||||||
# in the config-lines)
|
# in the config-lines)
|
||||||
|
|
||||||
# JAVA-Params
|
# Minecraft-Dir & JAR
|
||||||
CPU_COUNT="1"
|
|
||||||
MAX_MEM="1024M"
|
# Directory where minecraft is in
|
||||||
MIN_MEM="768M"
|
mc_root="~/Hue-Bot"
|
||||||
|
|
||||||
# Minecraft-Dir & JAR
|
# Root of Control-Scripts
|
||||||
|
control_root="$mc_root/control"
|
||||||
# Directory where minecraft is in
|
|
||||||
mc_root="~/Hue-Bot"
|
|
||||||
|
# MC-Server-Jar (will be executed in mc_root)
|
||||||
# Root of Control-Scripts
|
mc_jar="$mc_root/Hue-Bot.exe"
|
||||||
control_root="$mc_root/control"
|
|
||||||
|
# MC-Server Start-Command
|
||||||
|
mc_cmd="mono $mc_jar"
|
||||||
# MC-Server-Jar (will be executed in mc_root)
|
|
||||||
mc_jar="$mc_root/Hue-Bot.exe"
|
# Screen
|
||||||
|
|
||||||
# MC-Server Start-Command
|
|
||||||
mc_cmd="mono $mc_jar"
|
|
||||||
|
|
||||||
# Screen
|
|
||||||
screen_name="Hue-Bot"
|
screen_name="Hue-Bot"
|
Loading…
Reference in New Issue
Block a user