▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Keyboard Detector
Keyboard Detector

Keyboard Detector

Detect any keypresses to enable more possibilities for key events!!!

466
2

Keyboard Detector 1.2.2

release24 августа 2025 г.

Allows all detections except system key values.

Keyboard Detector 1.2.1

release23 августа 2025 г.

Adds API and events for plugins.

Keyboard Detector 1.1.0

release15 августа 2025 г.

Fixes and Improvements

  • Fixes conflicts between the iskeydown and matchgroup detection modes when the same keys are present in the ascii key(s) parameter.
  • Added a new detection mode iskeytapped which operates without conflicts with other modes.
  • Supported versions 1.21.4-1.21.8

KeyboardDetector 1.0.0

release28 июля 2025 г.

Keyboard Detector Command Usage Guide

  1. /keyboarddetector iskeydown

Function: Detects whether a single key is pressed.

Usage: /keyboarddetector iskeydown

Example: /keyboarddetector iskeydown @p 49

Detects if the player presses the '1' key.

When placed in a repeating command block:

Returns true and outputs a redstone signal while '1' is held.

Returns false with no redstone output when released.

=============================================================================

  1. /keyboarddetector matchgroup

Function: Detects simultaneous multi-key presses (keys are processed without mutual interference).

Usage: /keyboarddetector matchgroup ,,...

Example: /keyboarddetector matchgroup @p 49,50,51 false

Detects if the player presses '1', '2', and '3' concurrently.

When placed in a repeating command block:

Returns true/redstone signal only when all specified keys are pressed simultaneously.

If is set to true:

Maintains true/redstone signal after keys are released until manually reset.

=============================================================================

  1. /keyboarddetector flush

Function: Clears all stored key-press records (used when is true).

Example:

After executing /keyboarddetector matchgroup @p 49,50,51 true in a loop:

Pressing/releasing '1','2','3' maintains a persistent signal.

Executing /keyboarddetector flush will:

Immediately terminate the redstone signal.

Reset detection until the next valid simultaneous key press.

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Детали

Лицензия:Apache-2.0
Опубликован:8 месяцев назад
Обновлён:7 месяцев назад
Главная