Advertisement
Guest User

Untitled

a guest
Apr 30th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #!/bin/bash
  2. service minecraft stop
  3. rm -r /srv/minecraft/worlds/*
  4. mkdir /srv/minecraft/worlds/dota
  5. cp -r /srv/minecraft/backups/dota/* /srv/minecraft/worlds/dota
  6. rm /srv/minecraft/plugins/SimpleClans/SimpleClans.db
  7. rm /srv/minecraft/dota
  8. service minecraft start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement