Raid Block
A player's profile can display a Raid Block status, helping moderators determine whether it's an appropriate time to call the player in for a check.

Supported Plugins
- NoEscape –
IsRaidBlocked(BasePlayer player) - RaidZone –
HasBlock(ulong userId) - RaidBlock #1 –
IsInRaid(BasePlayer player) - RaidBlock #2 –
IsRaidBlocked(BasePlayer player)
Example
If you are using a custom raid block plugin, please ensure its name matches one of the supported plugins and that it implements the corresponding method.
For example, if your plugin is named MyRaidBlock, rename it to RaidBlock and implement the IsInRaid(BasePlayer player) method, which must return true or false.