List of the Activators

  • PLAYER_ALL_CLICK_ON : Activates when a player clicks on the Executable Block.

  • PLAYER_BREAK : Activates when a player breaks the Executable Block.

  • PLAYER_BREAK_BLOCK_ABOVE_THE_EB: Activates when the block above the eb is broken by a player.

  • PLAYER_BREAK_BLOCK_UNDER_THE_EB : Activates when a player breaks a block under the ExecutableBlock.

  • PLAYER_EAT_ON : Activates when a player eats while in an Executable Block.

  • PLAYER_FALL_ON : Activates when a player falls on the Executable Block. (must take fall damage to count)

  • PLAYER_JUMP_ON : Activates when a player jumps on the Executable Block.

  • PLAYER_LEFT_CLICK_ON : Activates when a player left clicks on the Executable Block.

  • PLAYER_PLACE : Activates when a player places the Executable Block.

  • PLAYER_RIGHT_CLICK_ON : Activates when a player right clicks on the Executable Block.

  • PLAYER_SNEAK_ON : Activates when a player "sneak" on the Executable Block.

  • PLAYER_WALK_ON : Activates when a player walks on the Executable Block.

  • BREAK_BLOCK_ABOVE_THE_EB: Activates when the block above the eb is broken

  • Description: Activates when Executable Block is a crop and it grows.

CROP_PLACE_BLOCK

  • Description: Activates when Executable Block is a crop that places block

  • Description: Activates when an entity walks on the Executable Block

  • Description: Activates when the Executable block is affected by an explosion.

  • Description: Activates in repeat as long as the block is placed.

PLAYER_ALL_CLICK_ON

  • Description: Activates when a player clicks on the Executable Block.

PLAYER_BREAK

  • Description: Activates when a player breaks the Executable Block.

  • Description: Activates when a player dies on that Executable Block.

PLAYER_EAT_ON

  • Description: Activates when a player eats while in an Executable Block.

PLAYER_FALL_ON

  • Description: Activates when a player falls on the Executable Block.

The player must take fall damage to count

PLAYER_JUMP_ON

  • Description: Activates when a player jumps on the Executable Block.

PLAYER_LEFT_CLICK_ON

  • Description: Activates when a player left clicks on the Executable Block.

PLAYER_PLACE

  • Description: Activates when a player places the Executable Block.

  • Description: Activates when a player steps on the Executable Block Pressure Plate.

Executable Block must be a pressure plate

PLAYER_RIGHT_CLICK_ON

  • Description: Activates when a player right clicks on the Executable Block.

PLAYER_SNEAK_ON

  • Description: Activates when a player "sneak" (shift) on the Executable Block.

  • Description: Activates when a player sprint on the Executable Block.

PLAYER_WALK_ON

  • Description: Activates when a player walks on the Executable Block.

  • Description: Activates when a projectile hit the Executable Block.

Last updated