Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- service minecraft stop
- rm -r /srv/minecraft/worlds/*
- mkdir /srv/minecraft/worlds/dota
- cp -r /srv/minecraft/backups/dota/* /srv/minecraft/worlds/dota
- rm /srv/minecraft/plugins/SimpleClans/SimpleClans.db
- rm /srv/minecraft/dota
- service minecraft start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement