Changes
Page history
changed onMilk to onBucket and added build 4444 changes
authored
Apr 27, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Triggers.md
View page @
c519e68e
...
...
@@ -33,7 +33,7 @@ itself.
|
[
onBreed
](
#onbreed
)
| When the mob breeds with another mob. |
|
[
onTrade
](
#ontrade
)
| When the Villager completes a trade. Requires Paper |
|
[
onChangeWorld
](
#onchangeworld
)
| When the mob changes world |
|
[
on
Milk
](
#onmilk
)
| When the cow is milked
<!--With a bucket, you perverts.-->
|
|
[
on
Bucket
](
#onbucket
)
| When the cow is milked
or an entity is bucketed (axolotl etc.)
|
<!--
ADD THIS TRIGGER BACK WHEN IT WORKS
...
...
@@ -401,8 +401,8 @@ WorldJumper:
-
command{c=say The Nether!} @self ~onChangeWorld ?varEquals{var=skill.world;value=world_nether}
```
#### ~on
Milk
Executes the skill when the cow is milked.
#### ~on
Bucket
Executes the skill when the cow is milked
or when an entity is stored in a bucket (axolotl and the other bucketable ones)
.
```
yaml
ANormalCow
:
Type
:
Cow
...
...
...
...