Skip to content

Prevents players from code raiding if they're not on your team, TC authed, or the owner.

Notifications You must be signed in to change notification settings

kwamaking/AntiCodeRaid

Repository files navigation

Anti Code Raid

This plugin prevents players from code raiding items and doors locked with a code lock. It is configurable to allow team members and anyone who is TC Authed to attempt to unlock the code lock.

Permissions

  • anticoderaid.enabled - Turns this plugin on for the group or players assigned.

Configuration

  • allowTeamMembers - If set to true allows members of your team to unlock code locks that you own.
  • allowTCAuthed - If set to true allows anyone who has building privilege to unlock code locks.
  • pluginPrefixColor - Allows you to change the plugin's chat prefix color, default is #FF0000, it must be Hex format.
  • chatIconId - This is the steamId of the profile icon you would like to use instead. Defaults to 0.
{
    "allowTeamMembers": true,  
    "allowTCAuthed": true,
    "pluginPrefixColor": "#FF0000",
    "chatIconId": 0
}

Localization

{
  "CannotUnlock": "You are not allowed to unlock this lock."
}

About

Prevents players from code raiding if they're not on your team, TC authed, or the owner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages