Last active
February 16, 2016 22:29
-
-
Save jdkeke142/dd26392a786e52ec65fc to your computer and use it in GitHub Desktop.
Script for AutoRegen
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
#!/bin/bash | |
# Script For AutoRegen worlds | |
/etc/init.d/minecraft2 command "mvunload world_hypercraft_nether" | |
rm -rf /home/minecraft2/world_hypercraft_nether/ | |
cp -rf /home/minecraft2/WorldAutoRegen/world_hypercraft_nether/ /home/minecraft2/ | |
/etc/init.d/minecraft2 command "mvload world_hypercraft_nether" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment