Differences between Protection Module & Block Protection Module
Protection Module
Get by block location
IProtectionModule module = ProtectorAPI.findModule(location);Block Protection Module
Get by block location and player
IBlockProtectionModule module = ProtectorAPI.findBlockModule(player, location);Last updated