Skip to content

Instantly share code, notes, and snippets.

@1ron-pon3
1ron-pon3 / start.bat
Last active December 21, 2015 16:38
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