added EntitiesInRingNearOrigin targeter authored by Lxlp's avatar Lxlp
...@@ -52,6 +52,7 @@ Links to targeters added by addon plugins. Any targeters from these links will n ...@@ -52,6 +52,7 @@ Links to targeters added by addon plugins. Any targeters from these links will n
| @[MobsInRadius][] | @MIR | Targets all mythicmobs or vanilla overrides of the given type in a radius | | @[MobsInRadius][] | @MIR | Targets all mythicmobs or vanilla overrides of the given type in a radius |
| @[EntitiesInRadius][] | @livingEntitiesInRadius<br>@livingInRadius<br>@allInRadius<br>@EIR | Targets all entities in the given radius. | | @[EntitiesInRadius][] | @livingEntitiesInRadius<br>@livingInRadius<br>@allInRadius<br>@EIR | Targets all entities in the given radius. |
| @[EntitiesInRing][] | @EIRR | Targets all entities in the given ring. | | @[EntitiesInRing][] | @EIRR | Targets all entities in the given ring. |
| @[EntitiesInRingNearOrigin][] | @ERNO | Targets all entities in the given ring around the origin. |
| @[PlayersInWorld][] | @World | Targets all players in the current world. | | @[PlayersInWorld][] | @World | Targets all players in the current world. |
| @[PlayersOnServer][] | @Server<br>@Everyone | Targets all players in the server. | | @[PlayersOnServer][] | @Server<br>@Everyone | Targets all players in the server. |
| @[PlayersInRing][] | | Target all players between the specified min and max radius. | | @[PlayersInRing][] | | Target all players between the specified min and max radius. |
...@@ -322,6 +323,7 @@ Currently, sort can have the following values: ...@@ -322,6 +323,7 @@ Currently, sort can have the following values:
[Children]: /Skills/Targeters/Children [Children]: /Skills/Targeters/Children
[EntitiesInRadius]: /Skills/Targeters/EntitiesInRadius [EntitiesInRadius]: /Skills/Targeters/EntitiesInRadius
[EntitiesInRing]: /Skills/Targeters/EntitiesInRing [EntitiesInRing]: /Skills/Targeters/EntitiesInRing
[EntitiesInRingNearOrigin]: /Skills/Targeters/EntitiesInRingNearOrigin
[EntitiesNearOrigin]: /Skills/Targeters/EntitiesNearOrigin [EntitiesNearOrigin]: /Skills/Targeters/EntitiesNearOrigin
[ItemsInRadius]: /Skills/Targeters/ItemsInRadius [ItemsInRadius]: /Skills/Targeters/ItemsInRadius
[ItemsNearOrigin]: /Skills/Targeters/ItemsNearOrigin [ItemsNearOrigin]: /Skills/Targeters/ItemsNearOrigin
... ...
......