This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
++++++++++ | |
[ | |
>+++++++>++++++++++>+++>+<<<<- | |
] | |
>++. | |
>+. | |
+++++++. | |
. | |
+++. | |
>++. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Written by X41 | |
#Modified by Centzilius | |
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
# Version 2, December 2004 | |
# | |
# Copyright (C) 2004 Sam Hocevar <[email protected]> | |
# | |
# Everyone is permitted to copy and distribute verbatim or modified | |
# copies of this license document, and changing it is allowed as long | |
# as the name is changed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Minecraft server implementing the Bukkit API | |
[Service] | |
User=craftbukkit | |
Group=craftbukkit | |
ExecStart=/usr/bin/tmux new-session -d -s craftbukkit-console -d 'cd /srv/craftbukkit; java -Xmx1024M -Xms1024M -jar /srv/craftbukkit/craftbukkit.jar nogui' | |
ExecStop=/usr/bin/tmux send-keys -t craftbukkit-console 'broadcast NOTICE: Server shutting down in 5 seconds!' C-m; | |
ExecStop=/usr/bin/sleep 5 | |
ExecStop=/usr/bin/tmux send-keys -t craftbukkit-console 'stop' C-m; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/PKGBUILD 2013-10-16 10:42:28.000000000 +0200 | |
+++ b/PKGBUILD 2014-02-02 17:16:06.451836286 +0100 | |
@@ -1,5 +1,7 @@ | |
-# $Id$ | |
-# Maintainer: Pierre Schmitz <[email protected]> | |
+# Maintainer: Spider.007 | |
+# Contributor: Vincent Post <[email protected]> | |
+# Contributor: arjen | |
+# Contributor: Pierre Schmitz <[email protected]> | |
NewerOlder