Tower Protection
Tower protection ensures that towers cannot be broken or tampered with by unauthorized players. This feature can be configured in the plugin settings.
Enabling Tower Protection
Tower protection can be enabled by setting towerProtection
to true
in the config.yml
.
Breaking Towers
Players can only break towers if:
- They are the owner of the carrier that owns the tower.
- They have the neotelecom.bypassprotection
permission.
If WorldGuard is enabled, additional checks will be performed to ensure the player has build permissions in the region.
Notes
- If
towerProtection
is disabled, any player can break towers without restrictions. - WorldGuard integration must be enabled in the configuration to use region-based protection.
- Unauthorized attempts to break a tower will result in the action being canceled, and a message will be sent to the player.