Skip to content

➤ Type of activator (Option)

Ssomar edited this page Sep 27, 2020 · 17 revisions

Activator LEFT_CLICK:

  • description: Active when the player do a left click with the item.
  • specific Options: NONE

Activator RIGHT_CLICK:

  • description: Active when the player do a right click with the item.
  • specific Options: NONE

Activator ALL_CLICK:

  • description: Active when the player do a left click or right click with the item.
  • specific Options: NONE

Activator CONSUME:

  • description: Active when the player consume the item.
  • specific Options: NONE

Activator KILL: 🎇 PREMIUM 🎇

Activator DEATH:

  • description: Active when the player die.
  • specific Options: NONE

Activator PROJECTILE: CHANGEMENT ON THIS OPTION SOON

  • description: Active when the player hit another entity SOON SPLIT IN TWO OPTIONS PLAYER_PROJECTILE / MOB_PROJECTILE
  • specific Options: NONE

Activator PLAYER_CLICK:

  • description: Active when the player click on anoth player with the item.
  • specific Options:
  • targetCommands: To run commands for the target player (player who are clicked).

Activator ENTITY_CLICK: 🎇 PREMIUM 🎇

Activator PLAYER_PROJECTILE:

  • description: Active when the player throw the item on a player.
  • specific Options:
  • targetCommands: To run commands for the target player (player who receive the hit).

Activator ENTITY_PROJECTILE: 🎇 PREMIUM 🎇

Activator MINE: 🎇 PREMIUM 🎇