Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 148
    • Issues 148
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
    • Skills
    • Targeters
  • EntitiesNearOrigin

EntitiesNearOrigin · Changes

Page history
Create Skills/Targeters/EntitiesNearOrigin authored Jul 09, 2023 by Lxlp's avatar Lxlp
Show whitespace changes
Inline Side-by-side
Showing with 27 additions and 0 deletions
+27 -0
  • Skills/Targeters/EntitiesNearOrigin.md Skills/Targeters/EntitiesNearOrigin.md +27 -0
  • No files found.
Skills/Targeters/EntitiesNearOrigin.md 0 → 100644
View page @ a92b77ae
## Description
Targets all entities in the given radius around the origin of the metaskill.
This targeter is an extension of the **[EntitiesInRadius Targeter](/Skills/Targeters/EntitiesInRadius)** and can, as such, **use any of its attributes**
## Attributes
>*This targeter has no unique attributes, but can use the [EntitiesInRadius](/Skills/Targeters/EntitiesInRadius)'s ones*
## Examples
In this example, when the created projectile ends for whatever reason, it will damage every living entity in a 2 block radius around itself
```yaml
Skills:
- projectile{...;
onTick=[
- effect:particles @origin
];
onEnd=[
- damage{a=10} @ENO{r=2}
]
} @target
```
## Aliases
- [x] NearOrigin
- [x] ENO
\ No newline at end of file
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
Mobs
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Extra: Disguises
  • Extra: ModelEngine
Skills
  • Mechanics
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
  • Math
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drop Types
Spawning
  • Spawners
  • Random Spawns
Examples