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
Clarify bullet item models to include MythicItems, and CMDs as ints authored Apr 29, 2025 by Brickgard's avatar Brickgard
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 @ dc4f454b
......@@ -118,7 +118,7 @@ These work with the projectile, missile, and orbital mechanics.
| [ARROW][] | | The bullet will be a minecraft projectile |
| [BLOCK][] | | The bullet will be a block |
| [SMALLBLOCK][]| | The bullet will be a small block |
| [ITEM][] | MYTHICITEM | The bullet will be an item |
| [ITEM][] | MYTHICITEM | The bullet will be an item or MythicItem |
| [MOB][] | | The bullet will be a mob. If a Mythicmobs, it will retain its skills |
| [TRACKING][]| ARMOR_STAND, ARMORSTAND, PSTAND | The bullet will be an item, but its rotation will be adjusted depending on the projectile's direction |
| [REALTRACKING][] | RTRACKING, REAL_ARMOR_STAND, REALARMORSTAND, STAND | As above, but a real armor stand will also be spawned instead of a packet |
......@@ -173,8 +173,8 @@ Examples:
### ITEM Bullet
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| bulletmaterial | material, mat | The material of the bullet | STONE<!--type:Material--> |
|bulletModel| model | The CustomModelData of the material | 0 |
| bulletmaterial | material, mat | The material of the bullet, either a vanilla item type or custom MythicItem | STONE<!--type:Material--> |
|bulletModel| model | The CustomModelData integer for the material (define model strings on a MythicItem instead) | 0 |
|bulletColor| | The color of the material, if applicable | |
| bulletmatchdirection | bmd, bulletsmall | Should the bullet face where the projectile is facing | false |
| bulletEnchanted | enchanted | Should the material be enchanted | false |
......@@ -193,8 +193,8 @@ Examples:
### TRACKING Bullet
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| bulletmaterial | material, mat | The material of the bullet | STONE<!--type:Material--> |
|bulletModel| model | The CustomModelData of the material | 0 |
| bulletmaterial | material, mat | The material of the bullet, can be vanilla item type or MythicItem | STONE<!--type:Material--> |
|bulletModel| model | The CustomModelData integer for the material (define model strings on a MythicItem instead) | 0 |
|bulletColor| | The color of the material, if applicable | |
| bulletEnchanted | enchanted | Should the material be enchanted | false |
| pitch | | The pitch rotation, in radians | 0 |
......@@ -218,8 +218,8 @@ Examples:
### DISPLAY Bullet
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| bulletmaterial | material, mat, bulletitem | The material of the bullet | STONE<!--type:Material--> |
|bulletModel| model | The CustomModelData of the material | 0 |
| bulletmaterial | material, mat, bulletitem | The material of the bullet, can be vanilla item type or MythicItem | STONE<!--type:Material--> |
|bulletModel| model | The CustomModelData integer for the material (define model strings on a MythicItem instead) | 0 |
|bulletColor| | The color of the material, if applicable | |
| bulletEnchanted | enchanted | Should the material be enchanted | false |
|bulletscale| scale | The scale of the bullet |0.5,0.5,0.5|
......
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
Mythic Add-ons
Compatible Plugins
API Information
Config Files

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