Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- set -e
- cd $(dirname $0)
- world=world_the_end
- rm -fv \
- $world/level.dat \
- $world/level.dat_old \
- $world/uid.dat \
- $world/DIM1/region/r.0.0.mca \
- $world/DIM1/region/r.-1.0.mca \
- $world/DIM1/region/r.0.-1.mca \
- $world/DIM1/region/r.-1.-1.mca
- echo -e '\033[1;34mThe end has been reset\033[0m'
Advertisement
Add Comment
Please, Sign In to add comment