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 152
    • Issues 152
    • 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
  • onjump

onjump · Changes

Page history
updated layout authored Nov 09, 2023 by Lxlp's avatar Lxlp
Show whitespace changes
Inline Side-by-side
Showing with 12 additions and 17 deletions
+12 -17
  • skills/mechanics/onjump.md skills/mechanics/onjump.md +12 -17
  • No files found.
skills/mechanics/onjump.md
View page @ d122a1a4
\***This Mechanic Requires Paper! It will not work on regular Spigot!**\*
## Description ## Description
Applies an aura to the target that triggers a skill when they jump. Applies an aura to the target that triggers a skill when they jump.
Attributes > **This is a [Paper-Only] mechanic!**
----------
| Attribute | Aliases | Description | Default Value |
|------------------|---------------|------------------------------------------------------------|---------------|
| onJump | oJ | Skill to execute if the target jumps | NONE |
| cancelevent | cE | cancel the event when it is triggered | false |
Examples ## Attributes
-------- | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| onJump | oJ | The Metaskill to execute if the target jumps | |
| cancelevent | cE | Whether to cancel the event when it is triggered | false |
Simple 1:
## Examples
Apply an onJump aura to yourself. Whenever you jump it will put level 1 slow falling on you for 1 second. Apply an onJump aura to yourself. Whenever you jump it will put level 1 slow falling on you for 1 second.
```yaml ```yaml
ApplyAura: ApplyAura:
...@@ -27,8 +22,7 @@ SlowFalling: ...@@ -27,8 +22,7 @@ SlowFalling:
Skills: Skills:
- potion{t=SLOW_FALLING;d=20;l=0;hasParticles=false} @self - potion{t=SLOW_FALLING;d=20;l=0;hasParticles=false} @self
``` ```
Simple 2: ##
Apply an onJump aura to yourself. Whenever you jump teleport to the closest entity within 40 blocks and kill them. Apply an onJump aura to yourself. Whenever you jump teleport to the closest entity within 40 blocks and kill them.
```yaml ```yaml
ApplyAura: ApplyAura:
...@@ -45,8 +39,7 @@ Murder: ...@@ -45,8 +39,7 @@ Murder:
- delay 1 - delay 1
- damage{a=1000-2000;cause=thorns} - damage{a=1000-2000;cause=thorns}
``` ```
Intermediate: ##
Apply an onJump aura to yourself. Whenever you jump, jump higher into the air, then stop mid air and shoot projectiles at every entities within 30 blocks of you repeatedly. Apply an onJump aura to yourself. Whenever you jump, jump higher into the air, then stop mid air and shoot projectiles at every entities within 30 blocks of you repeatedly.
```yaml ```yaml
ApplyAura: ApplyAura:
...@@ -76,3 +69,5 @@ Fireball_oH: ...@@ -76,3 +69,5 @@ Fireball_oH:
Skills: Skills:
- damage{a=5-15;cause=magic} - damage{a=5-15;cause=magic}
``` ```
[Paper-Only]: https://papermc.io/downloads/all
\ 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
    • 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
Spawning
  • Spawners
  • Random Spawns
Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats
Examples
Useful Tips