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 |