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 137
    • Issues 137
    • 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
    • Mechanics
  • teleportto

teleportto · Changes

Page history
documented the ability for the location attribute to accept targeters authored Jan 27, 2024 by Lxlp's avatar Lxlp
Show whitespace changes
Inline Side-by-side
Showing with 8 additions and 2 deletions
+8 -2
  • skills/mechanics/teleportto.md skills/mechanics/teleportto.md +8 -2
  • No files found.
skills/mechanics/teleportto.md
View page @ 18f773a9
......@@ -5,7 +5,7 @@ Will teleport the targeted entity or entities to the specified location.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| location, coordinates | loc, l, c | The coordinates of the teleport-destination | |
| location, coordinates | loc, l, c | The coordinates of the teleport's destination, or a targeter | |
| world | w | The destination-world. Optional attribute if "location" is given | |
| yaw | y | The yaw that the affected entities should assume | 0 |
| pitch | p | The pitch that the affected entities should assume | 0 |
......@@ -20,3 +20,9 @@ mob to the specified location:
Skills:
- teleportto{location=190,64,200} @PIR{r=50}
```
##
Teleports all of the players in a radius of 50 blocks to a locations that is 10 blocks above the caster of the mechanic
```yaml
Skills:
- teleportto{location=@selflocation{y=10}} @PIR{r=50}
```
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
  • Pins
Mobs
  • Mob Options
    • Display Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Vanilla Overrides
  • 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
  • Drops
  • DropTables
Spawning
  • Spawners
  • Random Spawns
Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats
Examples
Useful Tips