-
Notifications
You must be signed in to change notification settings - Fork 2
➤ 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 🎇
- description: Active when the player kill an entity.
- specific Options:
- detailedEntities: Choose wich entities are affected (player or type of mobs).
- list of entityType: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
- exemple:
entity: - "ZOMBIE" - "PLAYER"
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).
- more informations: ➤ Target commands
Activator ENTITY_CLICK: 🎇 PREMIUM 🎇
- description: Active when the player click on an entity with the item.
- specific Options:
- detailedEntities: Choose wich entities are affected (type of entity).
- list of entityType: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
- exemple:
entity: - "ZOMBIE" - "PLAYER"
- entityCommands Run command specify by the plugin to modify the monster.
- more informations: ➤ Entity commands
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).
- more informations: ➤ Target commands
Activator ENTITY_PROJECTILE: 🎇 PREMIUM 🎇
- description: Active when the player throw the item on an entity.
- specific Options:
- detailedEntities: Choose wich entities are affected (type of entity).
- list of entityType: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
- exemple:
entity: - "ZOMBIE" - "PLAYER"
- entityCommands Run command specify by the plugin to modify the monster.
- more informations: ➤ Entity commands
Activator MINE: 🎇 PREMIUM 🎇
- description: Active when the player mine block with the item.
- specific Options:
- detailedBlocks: Choose wich blocks are affected (material).
- list of material: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
- exemple:
detailedBlocks: - "BRICKS" - "STONE"
- blockCommands Run command specify by the plugin to modify the block/mining.
- more informations: ➤ Block commands