Guest User

endreset.sh

a guest
Apr 25th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. #!/bin/bash
  2. set -e
  3. cd $(dirname $0)
  4. world=world_the_end
  5. rm -fv \
  6. $world/level.dat \
  7. $world/level.dat_old \
  8. $world/uid.dat \
  9. $world/DIM1/region/r.0.0.mca \
  10. $world/DIM1/region/r.-1.0.mca \
  11. $world/DIM1/region/r.0.-1.mca \
  12. $world/DIM1/region/r.-1.-1.mca
  13. echo -e '\033[1;34mThe end has been reset\033[0m'
Advertisement
Add Comment
Please, Sign In to add comment