debug - prints some messages to the console to help debug issues
listCommand
itemsPerPage - defines how many rows should be on a single page of the list command
infoCommand
signal
scanRadius - how many blocks away should the scan go around the player (higher values will result in worse accuracy unless scans per radius is increased). The scan is done in a circle with this radius.
scansPerRadius - how many scans should be performed in the given radius. (higher values will cause more scans requiring more cpu power)
lang
Everything under here is related to what messages the plugin displays
There are some placeholders that can be used if applicable, examples can be found in the default config
Placeholders
There are 3 types of placeholders, providing info about different things.
The placeholderAPI format looks like this: %telecominfo_[type]_[carrier]_[info]%
Replace the things in square brackets with the required information, carrier is the name of the carrier you want the info about, and info is the specific information you want to get.
Types
carrier
carrier - The name of the carrier
owner - Owner of the carrier
textPrice - Price per text
callPrice - Price per call message
subscribers - A list of subscribers separated by commas
subscriberCount - The number of the current count of subscribers
peers - A comma separated list of all peered carriers
location
bestBandTower - The type of tower that is providing the highest type signal
bestBandTowerStrength - the strength of the tower that is providing the highest type of signal
bestSignalTower - The type of tower providing the strongest signal
bestSignalTowerStrength - The signal strength of the tower providing the strongest signal
area | Warning, use not reccomended! Can be very resource intensive if frequently queried.
averageSignalRadius - The radius that is set in config to be scanned
averageSignalStrength - The average strength of signal scanned from the player's location
averageCellType - The average type of tower scanned from the player's location
coverage - The percentage that signal was found at during the scan
Using placeholder in the lang
Currently, PlaceholderAPI is not supported
These, with a few extras can be used in the lang, but in a different way.
To use them, but whatever info you want inside {curly braces}
Some commands only support a few types
listCommand: carrier
nfoCommand
subscribers: carrier
signal: carrier, location
general: carrier
price: carrier, extra
here you can use some extra placeholders:
peer - Name of the peered carrier
peerOwner - Name of the owner of the peered carrier
peerTextPrice - The price of texts at the peered carrier
peerCallPrice - The price of call messages at the peered carrier
peerSubscribers - The number of subscribers the peered carrier has