Block Events
BLOCK INTERACT
Event called when a player clicks on a block.
Variables:
%action_type% (RIGHT_CLICK, LEFT_CLICK, SHIFT_RIGHT_CLICK, SHIFT_LEFT_CLICK
or PHYSICAL. Use PHYSICAL when you want to check players on pressure plates)
ConditionalEvents block variables
ConditionalEvents item variables (for item in hand)
BLOCK BREAK
Event called when a player breaks a block.
Variables:
ConditionalEvents block variables
ConditionalEvents item variables (for item in hand)
BLOCK PLACE
Event called when a player places a block.
Variables:
ConditionalEvents block variables
ConditionalEvents item variables (for item in hand)
Last updated