Changes
Page history
updated old onLoad description
authored
Aug 03, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Triggers.md
View page @
bbf346bb
...
@@ -26,7 +26,7 @@ Links to triggers added by addon plugins. Any triggers from these links will not
...
@@ -26,7 +26,7 @@ Links to triggers added by addon plugins. Any triggers from these links will not
|
[
onSpawn
](
#onspawn
)
| When the mob spawns |
|
[
onSpawn
](
#onspawn
)
| When the mob spawns |
|
[
onDespawn
](
#ondespawn
)
| When the mob is despawned |
|
[
onDespawn
](
#ondespawn
)
| When the mob is despawned |
|
[
onReady / onFirstSpawn
](
#onready
)
| Triggered the first time a mob is spawned from a spawner |
|
[
onReady / onFirstSpawn
](
#onready
)
| Triggered the first time a mob is spawned from a spawner |
|
[
onLoad
](
#onload
)
|
W
hen the mob is loaded
(spawning or loading after a restart)
|
|
[
onLoad
](
#onload
)
|
w
hen the mob is loaded
after a server restart
|
|
[
onDeath
](
#ondeath
)
| When the mob dies |
|
[
onDeath
](
#ondeath
)
| When the mob dies |
|
[
onTimer:*#*
](
#ontimerticks
)
| Every
\#
ticks (where
\#
is the interval in ticks) |
|
[
onTimer:*#*
](
#ontimerticks
)
| Every
\#
ticks (where
\#
is the interval in ticks) |
|
[
onInteract
](
#oninteract
)
| When the mob is right-clicked |
|
[
onInteract
](
#oninteract
)
| When the mob is right-clicked |
...
...
...
...