About Code Lock Raid Protection
This plugin allows you to set specific hours in which code locks cannot be accessed by anyone not in the lock owner's team - thus preventing code raiding and working nicely hand in hand with other raid protection plugins. You can also set 'DisableCodeRaidingCompletely' to 'true' in order to permanently disable code raiding.
When attempting to guess a code during restricted hours, an error message will be shown in chat to the offending player and no damage/confirmation effect will take place from entering a code.
Config Example:
{
"BlockStartTime": "23:59",
"BlockEndTime": "10:00",
"RestrictionStartMessage": "Code raiding is now restricted until the end of restricted hours",
"RestrictionEndMessage": "Code raiding restrictions have been lifted.",
"DisableCodeRaidingCompletely": false
}