Regions and Protection - boxbeam/RedLib GitHub Wiki

When creating Spigot plugins, you often find yourself having to work with regions of blocks - either to detect when a player has entered them, to protect them from change, or a myriad of other purposes. For all of those purposes, there are the Region and Protection APIs in RedLib. Here are the relevant articles:

Region

ProtectionPolicy

MultiRegion

RegionMap