... | @@ -37,7 +37,7 @@ Crucible supports all triggers that generally make sense, and also adds a bunch |
... | @@ -37,7 +37,7 @@ Crucible supports all triggers that generally make sense, and also adds a bunch |
|
| onRespawn | When a player respawns |
|
|
| onRespawn | When a player respawns |
|
|
| onPickup | When a player picks up a crucible item |
|
|
| onPickup | When a player picks up a crucible item |
|
|
| onHold | When the player holds an 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
|
|
Example Usages
|
... | @@ -51,4 +51,4 @@ COOL_ITEM: |
... | @@ -51,4 +51,4 @@ COOL_ITEM: |
|
Skills:
|
|
Skills:
|
|
- message{m="You pressed the jump key"} @Self ~onPress ?keyid{id=minecraft:jump}
|
|
- 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}
|
|
- message{m="You released the jump key"} @Self ~onRelease ?keyid{id=minecraft:jump}
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |