HomeJavaModsQuick Time Event Engine [QTEE]]
Quick Time Event Engine [QTEE]]
ModsJava

Quick Time Event Engine [QTEE]]

by xec9 · on Modrinth

NeoForge 1.21.1 mod for server-authoritative quick-time events with persistent definitions and a configurable HUD

⬇ Download on Modrinth

A NeoForge 1.21.1 mod for server-authoritative quick-time events with persistent definitions and a configurable HUD.

Commands

/qte create <id> <type> <inputs> <duration> <success_command> <failure_command> [exclusive_input] [hide_hud] [texture]
/qte edit <id> <type> <inputs> <duration> <success_command> <failure_command> [exclusive_input] [hide_hud] [texture]
/qte play <id>
/qte remove <id>
/qte list
/qte types

create, edit, and remove require operator permission level 2. play must be run by a player. Duration is expressed in seconds and must be between 0.1 and 300.

Commands containing spaces must be quoted. A leading / is optional inside result commands. Both @s and %player% target the player running the QTE.

Examples

/qte create 1 hold space 2.5 "say @s succeed" "say @s failed" true true
/qte create rune input_sequence "w,a,s,d" 6 "say @s succeed" "say @s failed" true false qte_engine:textures/gui/rune.png
/qte play 1

Inputs accept short names such as space, w, and left_shift, or complete Minecraft identifiers such as key.keyboard.space and key.mouse.left. Mouse aliases include m1, m2, m3, mouse1, mouse2, and mouse3.

Separate multiple inputs with commas. input_sequence, reaction_choice, memory, and rhythm require at least two inputs; every other type accepts exactly one. Single-letter inputs follow the player's keyboard layout.

QTE types

Success, failure, and timeout results are validated and executed by the server.

UI textures

The HUD sprites can be replaced through a normal Minecraft resource pack. A ready-to-edit template with PNG and Aseprite sources is available in examples/qte-engine-ui-template.

Custom QTE images use full resource locations such as my_pack:textures/gui/rune.png.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more