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
  • projectile

projectile · Changes

Page history
updated type metadata authored Mar 02, 2025 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 7 additions and 7 deletions
+7 -7
  • skills/mechanics/projectile.md skills/mechanics/projectile.md +7 -7
  • No files found.
skills/mechanics/projectile.md
View page @ d7e15a8d
...@@ -15,13 +15,13 @@ It is of importance to note that other mechanics (such as [Missile](/skills/mech ...@@ -15,13 +15,13 @@ It is of importance to note that other mechanics (such as [Missile](/skills/mech
### Inheritable Attributes ### Inheritable Attributes
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| onStartSkill | onStart, oS | Meta-Skill executed when the projectile starts at the projectile's origin location. | | | onStartSkill | onStart, oS | Meta-Skill executed when the projectile starts at the projectile's origin location. |<!--type:Metaskill-->|
| onTickSkill | onTick, oT, m, meta, s, skill | Meta-Skill executed every [interval] ticks at the projectile's origin location | | | onTickSkill | onTick, oT, m, meta, s, skill | Meta-Skill executed every [interval] ticks at the projectile's origin location |<!--type:Metaskill-->|
| onHitSkill | onHit, oH | Meta-Skill executed when the projectile hits entities that are allowed be hit. Targets hit are inherited by the meta-skill. | | | onHitSkill | onHit, oH | Meta-Skill executed when the projectile hits entities that are allowed be hit. Targets hit are inherited by the meta-skill. |<!--type:Metaskill-->|
| onEndSkill | onEnd, oE | Meta-Skill executed when the projectile ends. | | | onEndSkill | onEnd, oE | Meta-Skill executed when the projectile ends. |<!--type:Metaskill-->|
| onBounceSkill| onBounce |Meta-Skill executed when the projectile bounces. **Premium Only**.| | | onBounceSkill| onBounce |Meta-Skill executed when the projectile bounces. **Premium Only**.|<!--type:Metaskill-->|
| onHitBlockSkill |onHitBlock, ohb | Meta-Skill executed when the projectile hits a block. | | | onHitBlockSkill |onHitBlock, ohb | Meta-Skill executed when the projectile hits a block. |<!--type:Metaskill-->|
| onInteractSkill |onInteract| Meta-Skill executed when the projectile is interacted with. | | | onInteractSkill |onInteract| Meta-Skill executed when the projectile is interacted with. |<!--type:Metaskill-->|
| BulletType | bullet, b | The type of the bullet. If set, additional attributes becomes available depending on the specified bullet type. A list of bullet types and associated attributes is available [below](/skills/mechanics/projectile#projectile-bullets) | <!--type:Projectile_BulletType-->| | BulletType | bullet, b | The type of the bullet. If set, additional attributes becomes available depending on the specified bullet type. A list of bullet types and associated attributes is available [below](/skills/mechanics/projectile#projectile-bullets) | <!--type:Projectile_BulletType-->|
| Interval | int, i | How often (in ticks) the projectile updates its position | 1 | | Interval | int, i | How often (in ticks) the projectile updates its position | 1 |
| HorizontalRadius | hRadius, hR, r | The horizontal radius entities will be hit in around the projectile. | 1.25 | | HorizontalRadius | hRadius, hR, r | The horizontal radius entities will be hit in around the projectile. | 1.25 |
......
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
Mythic Add-ons
Compatible Plugins
API Information

Guides
  • Troubleshooting
  • FAQ / Common Issues
  • Examples
Packs

MythicScribe MythicScribe - VSCode Extension

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
    • Mechanics by Tag
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables

Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework

Drops & DropTables
  • Drops
  • DropTables
  • FancyDrops

Spawning
  • Spawners
  • Random Spawns

Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats

Other
  • Particles Types
  • Audience
  • Equipment Slots
  • Pins
Technical
  • Math
  • Item Matcher
  • Operations
    • Attribute Operations
    • Stats Modifiers
  • SkillTree
  • Advanced User Guides and Techniques