List of Resources
See MKB through human eyesFilter by Category:
All Calculations Control Flow Equipped Armor Equipped Tool GUI Input Looking at Mod related Player Position Server Settings Time and Date Variables WorldFiltros ativos: Categoria: "Input"
~ALT
VariableWhether the Alt key was pressed at the start of the script
Category: InputALT
VariableWhether the Alt key is pressed
Category: Input~CTRL
VariableWhether the Control key was pressed at the start of the script
Category: InputCTRL
VariableWhether the Control key is pressed
Category: InputECHO
ActionSends the specified message to the server
Category: InputKEY
ActionActivates the specified key binding for 1 tick Can be one of the following values: * `"inventory"` * `"drop"` * `"chat"` * `"attack"` * `"use"` * `"pick"` * `"screenshot"` * `"smoothcamera"` * `"swaphands"`
Category: InputKEYDOWN
ActionSets the specified key binding state to pressed, only works with pressable bindings Can be one of the following values: * `"forward"` * `"back"` * `"left"` * `"right"` * `"jump"` * `"sneak"` * `"playerlist"` * `"sprint"` Can also be a key code value between 0 and 255
Category: InputKEYID
VariableKey ID of the key that started this script
Category: Input~KEY_<name>
VariableWhether the specified key was pressed at the start of the script
Category: InputKEY_<name>
VariableWhether the key with the specified LWJGL keyname is pressed
Category: InputKEYNAME
VariableKeyname of the key that started this script
Category: InputKEYUP
ActionSets the specified key binding state to unpressed, only works with pressable bindings Can be one of the following values: * `"forward"` * `"back"` * `"left"` * `"right"` * `"jump"` * `"sneak"` * `"playerlist"` * `"sprint"` Can also be a key code value between 0 and 255
Category: Input~LMOUSE
VariableWhether the left mouse button was pressed at the start of the script
Category: InputLMOUSE
VariableWhether the left mouse button is pressed
Category: InputLOG
ActionShows the specified text only on the client-side in the chat window.
Category: InputLOGRAW
ActionSimilar to minecraft tellraw command, parses and outputs JSON chat into the client-side chat window.
Category: Input~MIDDLEMOUSE
VariableWhether the middle mouse button was pressed at the start of the script
Category: InputMIDDLEMOUSE
VariableWhether the middle mouse button is pressed
Category: InputPRESS
ActionInjects the specified key event directly into the keyboard buffer for 1 tick
Category: Input~RMOUSE
VariableWhether the right mouse button was pressed at the start of the script
Category: InputRMOUSE
VariableWhether the right mouse button is pressed
Category: Input~SHIFT
VariableWhether the Shift key was pressed at the start of the script
Category: InputSHIFT
VariableWhether the Shift key is pressed
Category: InputSPRINT
ActionSets the player state to sprinting if sufficient stamina (food)
Category: InputTOGGLEKEY
ActionToggles the pressed state of the specified key binding, only works with pressable bindings Can be one of the following values: * `"forward"` * `"back"` * `"left"` * `"right"` * `"jump"` * `"sneak"` * `"playerlist"` * `"sprint"` Can also be a key code value between 0 and 255
Category: Input