Update SquadJS.tactical.json.j2

This commit is contained in:
Skillet 2023-03-20 13:14:46 -04:00 committed by GitHub
parent 534b505262
commit 29c6ba717e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,6 +250,22 @@
"plugin": "TeamRandomizer",
"enabled": true,
"command": "randomize"
},
{
"plugin":SquadNameValidator",
"enabled": false,
"discordClient": "discord",
"channelID": "1066978080364707880",
"warningMessage": "Your squad has been disbanded due to a non-compliant name.",
"rules": [
{
"description": "Disband every ARMOR/ARMOUR/VIC/VEHICLE and other variants",
"type": "regex",
"logic": "match=disband",
"rule": "/(a ?r ?m ?(?:o|e)? ?u? ?r)|(v ?i ?c)|(v ?e ?h ?i ?c ?l ?e)/",
"warningMessage": "R9 | ARMOR/VIC/VEHICLE are not valid claims!"
}
]
}
],
"logger": {