Keypad - Geforce132/SecurityCraft GitHub Wiki

The keypad is used by placing the keypad, rightclicking it, and setting a numerical passcode. Once the keycode is set, rightclicking the keypad will allow you to enter the code. If it's correct, the keypad will emit redstone power for three seconds.

Recipe

Place down a Frame and rightclick it with a Key Panel.

Universal Block Modifier Options

  • Does a message get sent upon activation when the player is added to the allowlist? (Default of No)
  • Does a message get sent upon activation when the player is added to the denylist? (Default of Yes)
  • How long should the redstone signal upon successful activation be? (In ticks, 20 ticks = 1 second. Set to 0 to toggle the signal) (Default of 60, with a range from 0 to 400)
  • Should this block be disabled, making it no longer work until it is enabled again? (Default of No)
  • How long can players not enter a passcode after an incorrect code has been entered? (In Ticks, 20 ticks = 1 second; requires Smart Module) (Default of 100, with a range from 20 to 400)

Accepted Modules

  • Adding an allowlist module to a keypad will allow listed players to use the block without knowing the code.
  • Adding a denylist module to a keypad will ban listed players from interacting with the block.
  • Adding a disguise module to a block will cause the texture & model of it to change to the texture & model of the block that is added to the disguise module.
  • Adding a smart module to a block that requires a passcode will result in a cooldown being applied after an incorrect code has been entered. During that time, no new code can be entered.
  • Adding a harming module to a block that requires a passcode will result in the player getting damaged, if they enter an incorrect code.

Properties

  • Ownable: This is resistant to explosions, and can only be broken by the player who placed it down using the Universal Block Remover.
  • Passcode protected: This can only be used if a passcode set by the owner is correctly entered.
  • Lockable: This block can be locked with a Sonic Security System.