Update Triggers authored by Phillip's avatar Phillip
......@@ -37,7 +37,7 @@ Crucible supports all triggers that generally make sense, and also adds a bunch
| onRespawn | When a player respawns |
| onPickup | When a player picks up a crucible item |
| onHold | When the player holds an item |
| onUnclasp | When the player switches off the item from their hotbar |
| onUnHeld | When the player switches off the item from their hotbar |
Example Usages
......@@ -51,4 +51,4 @@ COOL_ITEM:
Skills:
- message{m="You pressed the jump key"} @Self ~onPress ?keyid{id=minecraft:jump}
- message{m="You released the jump key"} @Self ~onRelease ?keyid{id=minecraft:jump}
```
```
\ No newline at end of file