10-12-2014, 07:19 PM
@ThuGie: I think we need a plugin that's smarter than that - checking all the stored blocks for each placement will be ineffective very soon. When there are thousands of stored blocks, you need something better. For each player, load a list of all protected blocks within a 32x32x32 area around them; reload the list every time when they leave the 16x16x16 subarea of that big area. As for storage, store a hash of both the chunk coords for all the blocks and index on that.