Added ModifyMobScore authored by Dante's avatar Dante
...@@ -85,6 +85,7 @@ are able to target locations as well. ...@@ -85,6 +85,7 @@ are able to target locations as well.
| [Message][] | Sends a message to the target player(s) | | [Message][] | Sends a message to the target player(s) |
| [ModifyGlobalScore][] | Modifies a scoreboard value of the fake player: \_\_GLOBAL\_\_ | | [ModifyGlobalScore][] | Modifies a scoreboard value of the fake player: \_\_GLOBAL\_\_ |
| [ModifyTargetScore][] | Modifies a scoreboard value of the target | | [ModifyTargetScore][] | Modifies a scoreboard value of the target |
| [ModifyMobScore][] | Modifies a scoreboard value of the casting mob |
| [ModifyScore][] | Modifies the score of a dummy player | | [ModifyScore][] | Modifies the score of a dummy player |
| [Mount][] | Summons a mob for the caster and mounts it | | [Mount][] | Summons a mob for the caster and mounts it |
| [MountMe][] | Forces the targeted entity to mount the caster | | [MountMe][] | Forces the targeted entity to mount the caster |
...@@ -337,6 +338,7 @@ but not yet ready for use. ...@@ -337,6 +338,7 @@ but not yet ready for use.
[Message]: /skills/mechanics/message [Message]: /skills/mechanics/message
[ModifyGlobalScore]: /skills/mechanics/modifyglobalscore [ModifyGlobalScore]: /skills/mechanics/modifyglobalscore
[ModifyTargetScore]: /skills/mechanics/modifytargetscore [ModifyTargetScore]: /skills/mechanics/modifytargetscore
[ModifyMobScore]: /skills/mechanics/modifymobscore
[ModifyScore]: /skills/mechanics/modifyscore [ModifyScore]: /skills/mechanics/modifyscore
[Mount]: /skills/mechanics/mount [Mount]: /skills/mechanics/mount
[MountMe]: /skills/mechanics/mountme [MountMe]: /skills/mechanics/mountme
... ...
......