UPDATE: Now includes a backup manager! Please read the instructions inside the code to setup this feature!
after system reboot, will it run pocketmine servers again? because seeing the code, it just runs pocketmine if it just stops. how about making pocketmine running in screen if the system rebooted or something? thanks
You can always include code to start in inside your motd file! http://parkersamp.com/2010/10/howto-creating-a-dynamic-motd-in-linux/ I would have to recode and re-position it to auto start after a cold boot!
the tutorial u gave is kinda broad. ill try to expand that with google search. anyways, thanks for the tip! maybe in the future, u could support that too ^_^
hmmmm kind of confused Exactly "which" one do i remove... can you upload one that you edited? Code: @echo off TITLE PocketMine-MP server software for Minecraft: Pocket Edition cd /d %~dp0 if exist bin\php\php.exe ( if exist bin\mintty.exe ( start "" bin\mintty.exe -o Columns=88 -o Rows=32 -o AllowBlinking=0 -o FontQuality=3 -o Font="DejaVu Sans Mono" -o FontHeight=10 -o CursorType=0 -o CursorBlinks=1 -h error -t "PocketMine-MP" -i bin/pocketmine.ico -w max bin\php\php.exe -d enable_dl=On PocketMine-MP.php --enable-ansi %* ) else ( bin\php\php.exe -d enable_dl=On PocketMine-MP.php %* ) ) else ( if exist bin\mintty.exe ( start "" bin\mintty.exe -o Columns=88 -o Rows=32 -o AllowBlinking=0 -o FontQuality=3 -o Font="DejaVu Sans Mono" -o FontHeight=10 -o CursorType=0 -o CursorBlinks=1 -h error -t "PocketMine-MP" -i bin/pocketmine.ico -w max php -d enable_dl=On PocketMine-MP.php --enable-ansi %* ) else ( php -d enable_dl=On PocketMine-MP.php %* ) )
Is that the newest build? Sometimes it contains the batch command "Pause" on the last line, which would break my script by requiring user input. If there isn't that then just save it as start.bat and your good!
No need to change anything right? its not a build.... its .. 1.3.12 and... will the server restart even if somebody runs /stop?
Basically, if it doesn't have the word PAUSE on the last line your set! Just follow the instructions I've updated on the post!
Um.. Not working... Again, it opens up a bunch of Pocketminesses until my Comp crashed Any other way?