OfficerJAKE
Opens security doors when knocked on by players holding the correct keycards

Supported Games
GameServerKingsGameServerKings

Allows players to open security doors by knocking on them while holding the correct keycard

Configuration

{
  "Settings": {
    "Post To Chat": true,
    "Damage Keycards": true,
    "Use Effects": true,
    "Close Doors": true,
    "Hurt On Shock": false
  },
  "Tuners": {
    "Close Door Delay": 15.0,
    "Damage To Deal": 1.0,
    "Hurt Amount": 5.0,
    "Effect On Success": "assets/prefabs/locks/keypad/effects/lock.code.unlock.prefab",
    "Effect On Failure": "assets/prefabs/locks/keypad/effects/lock.code.denied.prefab"
  }
}

Localization

{
  "SUCCESS": "You opened the door by knocking and waving your card",
  "FAILURE": "You need to be holding a keycard in your hands when you knock",
  "WRONG_CARD": "It appears you have a {0} card, but need a {1} one",
  "ITEM_BROKE": "Your {0} card just broke, so we threw it away"
}
MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.