04-03-2013, 10:33 PM
Well, not really, because ChunkWorx works with chunks being generated, while this plugin will work with already present chunks.
I think the best course of action would be to do this in incremental steps. First step would be to define a fixed-size area (50x50 blocks in XZ) for which the action will be applied; use cBlockArea for the actual work. Then in next iteration you could make it work across all loaded chunks (although I'm not sure if the API is strong enough for this).
I think the best course of action would be to do this in incremental steps. First step would be to define a fixed-size area (50x50 blocks in XZ) for which the action will be applied; use cBlockArea for the actual work. Then in next iteration you could make it work across all loaded chunks (although I'm not sure if the API is strong enough for this).