
Server-side Area "claims" using Signs with popup alerts
Sign Alerts allows you to create areas using signs. When a player enters or leaves the area, they will receive a popup notification displaying the Area name using completely vanilla methods allowing this to run completely server-side.
Create areas by placing a sign with the format:
[Area <radius>]
Display Name
Additional Text
More Text
The first line defines the area radius, while the remaining lines create the display name shown to players. Both the back and front can be used to create areas and all lines under the area will be joint into a single text. By default a sign must be waxed after completing the format in order to register it's area
Choose how area notifications appear to players:
Area names automatically use the sign's text color with limitations based on avaliable text colours and if dark colours are allowed.
When signs have glowing ink applied, colored beacon beams mark the far outlines, making it easy to locate areas from a distance. Due to vanilla restrictions this can cause significant to players and should probably be avoided.
/areaDisplay mode <actionBar|title|bossBar> - Set notification style/areaDisplay mode title <title|subtitle> - Set title display type/areaDisplay maxRadius <1-500> - Set maximum area radius/areaDisplay waxedRequired <true|false> - Toggle waxed sign requirement/areaDisplay glowBeams <true|false> - Enable/disable beacon beams/areaDisplay allowDarkText <true|false> - Control dark color visibility/areaDisplay list all - View all registered areas/areaDisplay list within <radius> - List areas within range/areaDisplay list page <number> - Paginated area listThese commands are saved per-player and won't affect others.
/areaToggle areaNotice - Hide/show area entry/exit messages/areaToggle particleDisplay - Toggle beacon beam visibilityThis mod provides server-side functionality similar to the client side Areas mod, allowing servers to create area without requiring players to install the mod on their client.
On first launch, a config file is created at config/signalerts.json with the following default settings:
All settings can be modified via commands or by editing the config file directly.