Changes
Page history
Update Triggers
authored
May 12, 2021
by
Akim91
Hide whitespace changes
Inline
Side-by-side
Skills/Triggers.md
View page @
1552721e
...
@@ -10,6 +10,8 @@ Crucible supports all triggers that generally make sense, and also adds a bunch
...
@@ -10,6 +10,8 @@ Crucible supports all triggers that generally make sense, and also adds a bunch
| onUnCrouch | When the player stops crouching |
| onUnCrouch | When the player stops crouching |
| onDamaged | When the player is damaged |
| onDamaged | When the player is damaged |
| onDeath | When the player dies |
| onDeath | When the player dies |
| onEquip | When a player equips an armor piece. |
| onUnEquip | When a player unequips an armor piece. |
| onInteract | When the player interacts with an entity |
| onInteract | When the player interacts with an entity |
| onBowHit | When a player hits an entity with an arrow |
| onBowHit | When a player hits an entity with an arrow |
| onPotionSplash | Triggered if the item is a potion that was thrown |
| onPotionSplash | Triggered if the item is a potion that was thrown |
...
@@ -28,6 +30,4 @@ Crucible supports all triggers that generally make sense, and also adds a bunch
...
@@ -28,6 +30,4 @@ Crucible supports all triggers that generally make sense, and also adds a bunch
| onFishingFail | When the player fails a fish attempt due usually due to poor timing |
| onFishingFail | When the player fails a fish attempt due usually due to poor timing |
| onPressQ | When a player presses Q to drop the item. Requires ProtocolLib |
| onPressQ | When a player presses Q to drop the item. Requires ProtocolLib |
| onPressCtrlQ | When a player presses CTRL+Q to drop the item. Requires ProtocolLib |
| onPressCtrlQ | When a player presses CTRL+Q to drop the item. Requires ProtocolLib |
| onPressF | When a player presses F to swap the item. Requires ProtocolLib |
| onPressF | When a player presses F to swap the item. Requires ProtocolLib |
| onEquip | When a player equips an armor piece. |
\ No newline at end of file
| onUnEquip | When a player unequips an armor piece. |
\ No newline at end of file