Documentation Index
Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
Use this file to discover all available pages before exploring further.
Skill Targeters Reference
Targeters determine exactly who or what is affected by a mechanic. BTCMobs supports all standard MythicMobs targeters and aliases.
👤 Single & Trigger Targeters
| Targeter | Aliases | Description |
|---|
@self | @s, @caster | The entity executing the skill. |
@target | @t, @victim | The caster’s current entity target. |
@trigger | @tr, @attacker | The entity that caused the trigger. |
@origin | - | The exact location where the skill started. |
👥 Multi-Entity Targeters
| Targeter | Aliases | Description |
|---|
@playersInRadius{r=X} | @PIR, @players | All players within a spherical radius. |
@mobsInRadius{r=X} | @MIR, @mobs | All custom mobs within a radius. |
@entitiesInRadius{r=X} | @EIR, @ea | All living entities within a radius. |
@nearestPlayer | @p | The single closest player to the caster. |
👪 Family Targeters (Relations)
| Targeter | Aliases | Description |
|---|
@parent | - | The owner/summoner of the mob. |
@children | - | All mobs summoned by this caster. |
@siblings | - | All mobs with the same parent. |
@mount | - | The entity being ridden by the caster. |
@passenger | - | The entity riding the caster. |
📦 Spatial & Volume Targeters
| Targeter | Aliases | Description |
|---|
@sphere{r=X} | - | Affects everyone in a spherical zone. |
@cube{x=X;y=Y;z=Z} | - | Affects everyone in a rectangular volume. |
@ring{r=X;points=Y} | - | Targets points along a horizontal circle. |
@line{range=X} | - | Targets a straight line forward from eyes. |
🌐 Global & RayTrace Targeters
| Targeter | Aliases | Description |
|---|
@playersOnServer | @everyone | Every player currently logged in. |
@playersInWorld | - | Every player in the caster’s dimension. |
raytrace{range=X} | @rt | Accurate line-of-sight targeting. |
@raytraceto | @rtt | Line-of-sight check towards the current target. |
@crosshair{r=X} | - | RayTraces exactly where the caster is looking. |
@targeteyes | @targetace | Targets the eye location of the current target. |
@locationsof | - | Returns the location points of target entities. |
@boundingbox | - | Targets the center of the entity’s bounding box. |
Targeters can be combined with offsets:
- effect:particles{p=flame} @target{y=1.0}