Last active
December 21, 2015 16:38
-
-
Save 1ron-pon3/6334476 to your computer and use it in GitHub Desktop.
Pocket Hunger Games Start.bat for Windows
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
@echo off | |
TITLE Pocket Hunger Games | |
echo Pocket Hunger Games Reloader by 1ron_pon3 | |
echo Wait a bit! Reloading Map... | |
cd %CD% | |
echo y|rd players /s > nul | |
echo y|rd worlds /s > nul | |
del console.log | |
md worlds\HungerGames | |
copy HungerGamesMap\chunks.dat worlds\HungerGames\ > nul | |
copy HungerGamesMap\entities.dat worlds\HungerGames\ > nul | |
copy HungerGamesMap\level.dat worlds\HungerGames\ > nul | |
if exist bin\ansicon.exe ( | |
bin\ansicon.exe php.cmd -d enable_dl=On PocketMine-MP.php --enable-ansi %* | |
) else ( | |
php.cmd -d enable_dl=On PocketMine-MP.php %* | |
) | |
start start.bat | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to plugin