Changes
Page history
added SetCollidable mechanic
authored
Apr 29, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Mechanics.md
View page @
6de65e6a
...
...
@@ -110,6 +110,7 @@ are able to target locations as well.
|
[
SendToast
][]
| Sends an achievement toast to the target player |
|
[
SetAI
][]
| Disables/enables the AI of the target mob |
|
[
SetBlockType
][]
| Change block type at target location |
|
[
SetCollidable
][]
| Sets if the target should have a collidable hitbox or not |
|
[
SetGameMode
][]
| Sets the Game Mode of the target player |
|
[
SetGliding
][]
| Makes the target glide if they have elytra |
|
[
SetGlobalScore
][]
| Sets a scoreboard value on the fake player:
\_\_
GLOBAL
\_\_
|
...
...
@@ -331,6 +332,7 @@ but not yet ready for use.
[
SendToast
]:
/skills/mechanics/sendtoast
[
SetAI
]:
/skills/mechanics/setai
[
SetBlockType
]:
/skills/mechanics/setblocktype
[
SetCollidable
]:
/skills/mechanics/setcollidable
[
SetGameMode
]:
/skills/mechanics/setgamemode
[
SetGliding
]:
/skills/mechanics/setgliding
[
SetGlobalScore
]:
/skills/mechanics/setglobalscore
...
...
...
...