Updated hide mechanic authored by Phillip's avatar Phillip
...@@ -65,7 +65,7 @@ are able to target locations as well. ...@@ -65,7 +65,7 @@ are able to target locations as well.
| [GoTo][] | Move toward the location of the targeter (entity or location) | | [GoTo][] | Move toward the location of the targeter (entity or location) |
| [Heal][] | Heals the target | | [Heal][] | Heals the target |
| [HealPercent][] | Heals the target for a percentage of its max-health | | [HealPercent][] | Heals the target for a percentage of its max-health |
| [HideFromPlayers][] | Hides the caster, if the caster is a player, from other players for a set duration. | | [Hide][] | Hides the caster from the targeted player(s) for a set duration. |
| [Hologram][] | Summons a hologram to the targeted location | | [Hologram][] | Summons a hologram to the targeted location |
| [Ignite][] | Sets the target on fire | | [Ignite][] | Sets the target on fire |
| [JSONMessage][] | Sends a JSON-format message to the target player(s) | | [JSONMessage][] | Sends a JSON-format message to the target player(s) |
...@@ -413,7 +413,7 @@ but not yet ready for use. ...@@ -413,7 +413,7 @@ but not yet ready for use.
[VariableSubtract]: /skills/mechanics/variablesubtract [VariableSubtract]: /skills/mechanics/variablesubtract
[Swap]: /skills/mechanics/swap [Swap]: /skills/mechanics/swap
[Time]: /skills/mechanics/time [Time]: /skills/mechanics/time
[HideFromPlayers]: /skills/mechanics/hidefromplayers [Hide]: /skills/mechanics/hide
[TrackLocation]: /skills/mechanics/tracklocation [TrackLocation]: /skills/mechanics/tracklocation
[DisguiseAsBlock]: /skills/mechanics/disguiseasblock [DisguiseAsBlock]: /skills/mechanics/disguiseasblock
[GiveItemFromSlot]: /skills/mechanics/giveitemfromslot [GiveItemFromSlot]: /skills/mechanics/giveitemfromslot
... ...
......