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 Formatting authored Nov 09, 2023 by Amy's avatar Amy
Hide whitespace changes
Inline Side-by-side
Showing with 56 additions and 52 deletions
+56 -52
  • skills/mechanics/onjump.md skills/mechanics/onjump.md +56 -52
  • No files found.
skills/mechanics/onjump.md
View page @ 759813bf
Mechanic: onJump
==================
\***This Mechanic Requires Paper! It will not work on regular Spigot!**\*
PAPER ONLY MECHANIC
Applies an aura to the target that triggers a skill when they jump
## Description
Applies an aura to the target that triggers a skill when they jump.
Attributes
----------
| Attribute | Aliases | Description | Default Value |
|------------------|---------------|------------------------------------------------------------|---------------|
| onJump | oj | Skill to execute if the target jumps | NONE |
| onJump | oJ | Skill to execute if the target jumps | NONE |
| cancelevent | cE | cancel the event when it is triggered | false |
......@@ -20,55 +18,61 @@ Examples
Simple 1:
Apply an onJump aura to yourself. Whenever you jump it will put level 1 slow falling on you for 1 second.
ApplyAura:
Skills:
- onJump{oj=SlowFalling;auraname=Jumpies;d=300;i=1} @self
SlowFalling:
Skills:
- potion{t=SLOW_FALLING;d=20;l=0;hasParticles=false} @self
```yaml
ApplyAura:
Skills:
- onJump{oj=SlowFalling;auraname=Jumpies;d=300;i=1} @self
SlowFalling:
Skills:
- 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.
ApplyAura:
Skills:
- onJump{oj=Assassin;auraname=Stabbies;d=300;i=1} @self
Assassin:
Skills:
- skill{s=Murder} @EIR{r=30;limit=1;sort=NEAREST;targetPlayers=false}
Murder:
Skills:
- teleport
- delay 1
- damage{a=1000-2000;cause=thorns}
```yaml
ApplyAura:
Skills:
- onJump{oj=Assassin;auraname=Stabbies;d=300;i=1} @self
Assassin:
Skills:
- skill{s=Murder} @EIR{r=30;limit=1;sort=NEAREST;targetPlayers=false}
Murder:
Skills:
- teleport
- delay 1
- 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.
ApplyAura:
Skills:
- onJump{oj=PewPew;auraname=Shooties;d=300;i=1} @self
PewPew:
Skills:
- jump{v=2;delay=2} @self
- delay 10
- velocity{m=SET;x=0;y=0;z=0;repeat=39;repeatInterval=1} @self
- skill{s=ShotEm;repeat=19;repeatInterval=2} @EIR{r=30;limit=10;sort=RANDOM;targetPlayers=false}
ShotEm:
Skills:
- projectile{bulletType=ITEM;material=FIRE_CHARGE;bulletSpin=29;i=1;v=24;mr=100;d=100;hnp=true;oS=Fireball_oS;oT=Fireball_oT;oH=Fireball_oH}
Fireball_oS:
Skills:
- sound{s=entity.skeleton.shoot;v=1;p=1} @origin
Fireball_oT:
Skills:
- particles{particle=flame;a=4;hs=0.2;vs=0.2;y=0;s=0.1} @origin
Fireball_oH:
Skills:
- damage{a=5-15;cause=magic}
\ No newline at end of file
```yaml
ApplyAura:
Skills:
- onJump{oj=PewPew;auraname=Shooties;d=300;i=1} @self
PewPew:
Skills:
- jump{v=2;delay=2} @self
- delay 10
- velocity{m=SET;x=0;y=0;z=0;repeat=39;repeatInterval=1} @self
- skill{s=ShotEm;repeat=19;repeatInterval=2} @EIR{r=30;limit=10;sort=RANDOM;targetPlayers=false}
ShotEm:
Skills:
- projectile{bulletType=ITEM;material=FIRE_CHARGE;bulletSpin=29;i=1;v=24;mr=100;d=100;hnp=true;oS=Fireball_oS;oT=Fireball_oT;oH=Fireball_oH}
Fireball_oS:
Skills:
- sound{s=entity.skeleton.shoot;v=1;p=1} @origin
Fireball_oT:
Skills:
- particles{particle=flame;a=4;hs=0.2;vs=0.2;y=0;s=0.1} @origin
Fireball_oH:
Skills:
- damage{a=5-15;cause=magic}
```
\ 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