Skip to content

Commit

Permalink
Language Changes
Browse files Browse the repository at this point in the history
Changing parts back to english and crediting Marc Tönsing for his contributions
  • Loading branch information
TheRemote committed May 20, 2018
1 parent 8c16688 commit e68cc3c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions start.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash
# Marc Tönsing - V1.0 - 18.05.2018
# James Chambers - V1.0 - March 24th 2018
# Marc Tönsing - V1.1 - May 18th 2018
# Minecraft Server startup script using screen
echo "Starte Minecraft Server. Um screen -r minecraft."
echo "Um den screen in den Hintergrund zu schieben, drücke Ctrl+A und dann Ctrl+D"
echo "Starting Minecraft server. To view window type screen -r minecraft."
echo "To minimize the window and let the server run in the background, press Ctrl+A then Ctrl+D"
cd /home/pi/minecraft/
/usr/bin/screen -dmS minecraft /usr/lib/jvm/java-9-openjdk-armhf/bin/java -jar -Xms800M -Xmx800M /home/pi/minecraft/paperclip.jar

0 comments on commit e68cc3c

Please sign in to comment.