Towers
Towers provide signal coverage for carriers. Players can create towers to expand their carrier's network.
Creating a Tower
A tower can be created using /tower create [carrier] [type]
. The player must be looking at a valid block (as defined in the configuration) to create the tower.
Requirements:
- The player must have the
neotelecom.tower.create
permission. - The block being targeted must be a valid tower block.
- The player must have build permissions in the area (if WorldGuard is enabled).
Example:
/tower create MyCarrier 5g
- Creates a5G
tower for the carrierMyCarrier
.
Tower Information
Players can view information about a tower by looking at it and using /tower info
.
Example:
/tower info
- Displays the owner, type, range, and speed of the tower being targeted.
Listing Tower Types
Players can view all available tower types using /tower list
.
Example:
/tower list
- Displays a list of all tower types, including their range and speed.
Notes
- The range and speed of a tower depend on its type, as defined in the configuration.
- Towers can only be created on blocks specified in the
towerBlocks
configuration.