Skip to content

Instantly share code, notes, and snippets.

@jdkeke142
Last active February 16, 2016 22:29
Show Gist options
  • Save jdkeke142/dd26392a786e52ec65fc to your computer and use it in GitHub Desktop.
Save jdkeke142/dd26392a786e52ec65fc to your computer and use it in GitHub Desktop.
Script for AutoRegen
#!/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