diff --git a/Hue-Bot/bin/Release/ConnectorDataMqtt.dll b/Hue-Bot/bin/Release/ConnectorDataMqtt.dll index b3cbadb..2f76942 100644 Binary files a/Hue-Bot/bin/Release/ConnectorDataMqtt.dll and b/Hue-Bot/bin/Release/ConnectorDataMqtt.dll differ diff --git a/Hue-Bot/bin/Release/Hue-Bot.exe b/Hue-Bot/bin/Release/Hue-Bot.exe index d2b29f5..dc683df 100644 Binary files a/Hue-Bot/bin/Release/Hue-Bot.exe and b/Hue-Bot/bin/Release/Hue-Bot.exe differ diff --git a/Hue-Bot/bin/Release/Hue.dll b/Hue-Bot/bin/Release/Hue.dll index 3753d2e..e0351da 100644 Binary files a/Hue-Bot/bin/Release/Hue.dll and b/Hue-Bot/bin/Release/Hue.dll differ diff --git a/Hue-Bot/bin/Release/M2Mqtt.dll b/Hue-Bot/bin/Release/M2Mqtt.dll index ad17304..95d997a 100644 Binary files a/Hue-Bot/bin/Release/M2Mqtt.dll and b/Hue-Bot/bin/Release/M2Mqtt.dll differ diff --git a/Hue-Bot/bin/Release/Utils-IoT.dll b/Hue-Bot/bin/Release/Utils-IoT.dll index 02b53e5..1503ad9 100644 Binary files a/Hue-Bot/bin/Release/Utils-IoT.dll and b/Hue-Bot/bin/Release/Utils-IoT.dll differ diff --git a/Hue-Bot/bin/Release/Utils.dll b/Hue-Bot/bin/Release/Utils.dll index 1abc9db..5ef1787 100644 Binary files a/Hue-Bot/bin/Release/Utils.dll and b/Hue-Bot/bin/Release/Utils.dll differ diff --git a/Hue-Bot/bin/Release/control/settings.cfg b/Hue-Bot/bin/Release/control/settings.cfg index 81004a6..188cd86 100644 --- a/Hue-Bot/bin/Release/control/settings.cfg +++ b/Hue-Bot/bin/Release/control/settings.cfg @@ -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" \ No newline at end of file diff --git a/Hue-Bot/bin/Release/litjson.dll b/Hue-Bot/bin/Release/litjson.dll index d7954ae..606ca72 100644 Binary files a/Hue-Bot/bin/Release/litjson.dll and b/Hue-Bot/bin/Release/litjson.dll differ diff --git a/Hue-Bot/control/settings.cfg b/Hue-Bot/control/settings.cfg index 81004a6..188cd86 100644 --- a/Hue-Bot/control/settings.cfg +++ b/Hue-Bot/control/settings.cfg @@ -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" \ No newline at end of file