Skip to content

Instantly share code, notes, and snippets.

@1ron-pon3
Last active December 21, 2015 16:38
Show Gist options
  • Save 1ron-pon3/6334476 to your computer and use it in GitHub Desktop.
Save 1ron-pon3/6334476 to your computer and use it in GitHub Desktop.
Pocket Hunger Games Start.bat for Windows
@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
@NOob03
Copy link

NOob03 commented May 14, 2015

How to plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment