Changes
Page history
Update Triggers
authored
Sep 15, 2022
by
Phillip
Hide whitespace changes
Inline
Side-by-side
Skills/Triggers.md
View page @
16681755
...
@@ -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 |
| onUn
clasp
| When the player switches off the item from their hotbar |
| onUn
Held
| 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