Hi, I've been looking for ages to find a 1.18 plugin that slowly restores the server world back to its original untouched state. There are a few that I've seen, but none of them work with 1.18. Do any of you have any recommendations?
Slow is a gradual, not all at once process. I'm envisioning something that would gradually fill in a creeper hole over the course of two weeks or so. It shouldn't affect certain worldguard regions and faction land.
An easy way to code this would be a routine that randomly selects a block in the world, compares it to a separate world file, detects if it's in worldguard or factions, and applies the change. Configurable by adjusting the tick speed at which this happens.
Don't need the separate world file, it is just annoying to have everything run over that long of a time period. Also need to think about how many places you are gonna modify at the same time, how long it will take for the plugin to start working on that place.