-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin to auto-generate regionlist file? #21
Comments
Okay, I got bored and wrote a small bash script...
I'm keeping this issue open for now so other users can provide comments on how to improve this... If this is not the appropriate action, please feel free to adjust as you see fit. |
I made this little script for my server : https://gist.github.com/922978 |
I'll probably add an option eventually to detect changed regions/chunks by timestamp; since it's so easy to do this with a script, though, it's not a high priority. P.S. pigmap.params is already touched on every map generation (full or incremental); no need for another file. |
...uh, I see tdebarochez beat me to it! Be sure to look at his script; it's very nice. |
Just in case you might make use of my script I put it on gist: https://gist.github.com/944469 |
…ants#26, closes equalpants#27) Added mossy and cracked stone bricks (closes equalpants#21, closes equalpants#22) modified: blockimages.cpp modified: blockimages.h
…ants#26, closes equalpants#27) Added mossy and cracked stone bricks (closes equalpants#21, closes equalpants#22) modified: blockimages.cpp modified: blockimages.h
Might be over-kill on server resources with a plugin that'd keep track of region changes, so I don't think that is a viable solution.
But, at the same time, I find it annoying and difficult to maintain regionlist file manually.
It'd be really nice and cool if you can do this:
Hope my pseudo steps make sense and get considered :)
The text was updated successfully, but these errors were encountered: