Hey guys, I'm setting up a MC server for my friends and I to play on, and we want some things to regenerate. What do you use for the spawn regen zone? Does that plugin have the ability to set multiple zones to regenerate? Thanks! Meant to put this in "Help," got confused sorry! Edit 2: and how do you put the "tea party" message on cake? We want to make it so it says "the cake is a lie." LWC, or something else?
Spawn regen is handled using an external program written in PHP/BASH by myself. It's a very simple process though, you could even do it manually if you wanted, here's the program flow: Shut down the MC server and wait for it to completely save everything and stop running. Delete the following files: [ r.0.0.mcr, r.0.-1.mcr, r.-1.0.mcr, r.-1.-1.mcr ] Replace those files with "reference" copies, to what the world will be replaced with. Start server This will regenerate from -512,-512 to 512,512, as each region file represents a 512 x 512 area. The tea party message is because of WorldGuard. I don't think it's customizable without creating your own build of WorldGuard.
Great, thanks SuperRawr. Hopefully we'll be able to implement the regen. No wonder I couldn't find it on bukkit, haha. For our size doing it manually probably wouldn't be a problem, we'd only need to regen weekly or maybe even monthly really. Again, thanks! If you want to check out what we've been doing let me know and I'll PM the IP and whitelist you