About TwigNotifier
Sends players a chat reminder whenever they place a twig building block, warning them to upgrade it before others can break it. Players can toggle this reminder on or off with /togglereminder. When a player destroys a twig block that doesn't belong to them or a clanmate, the plugin sends them a warning in chat and fires a Discord webhook notification with the attacker's name/steamid, the owner's name/steamid, grid location, and a teleport command for admin reference.
There are options in the config to:
- configure clans compatibility
- specify discord webhook to send notifications to
Chat Commands:
/togglereminder - toggles chat notifications when building (each player would be able to do this)
Config:
{
"Plugin Settings": {
"Use Clans [true/false]": false
},
"Twig Destroyed Settings": {
"Webhook": ""
},
"Configuration version": {
"Major": 1,
"Minor": 3,
"Patch": 0
}
}
Data:
{
"DisabledPlayers": []
}
Lang:
{ "ReminderMessage": "<color=#FFA500>[TwigNotifier]</color> You just placed a twig building block. <color=#57c2ce>Don't forget to upgrade it as others can break it!</color>\n\nYou can disable this reminder with <color=#57c2ce>/togglereminder</color>", "ToggleEnabledMessage": "<color=#FFA500>[TwigNotifier]</color> Twig reminders <color=#57c2ce>enabled</color>.", "ToggleDisabledMessage": "<color=#FFA500>[TwigNotifier]</color> Twig reminders <color=#57c2ce>disabled</color>.", "WarningMessage": "<color=red>You should not be destroying another player's twig...</color>" }