This plugin notifies admins when a player unlocks someone else's code lock. If a player who isn't the owner or authorized on a base enters the correct code, it triggers an alert. This helps identify suspicious behavior, such as a banned player coming back with an alternate account to regain access to their base. Alerts can be sent in-game and via Discord.
Recommended Plugins
- Failed Code Alert - Warns players when someone tries to access their code lock with the wrong code.
Permissions
suspiciouscodeunlock.admin
- Allows a player to receive alerts about suspicious code unlocks.
Configuration
JSON:
{
"Version": "1.0.0",
"Discord Webhook Url": ""
}
Discord Webhook Url
- The url where Discord alerts will be sent. If left empty, no Discord messages will be sent.
Localization
JSON:
{
"ChatUnlockAlert": "Suspicious code unlock: {0} unlocked a {1} at {2} owned by {3}.",
"DiscordUnlockAlert": "Suspicious code unlock: {0} ({1}) unlocked a {2} at {3} owned by {4} ({5})."
}