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 140
    • Issues 140
    • 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
    • Items
  • Firework

Firework · Changes

Page history
added firework options and a firework page authored Sep 02, 2022 by Phillip's avatar Phillip
Hide whitespace changes
Inline Side-by-side
Showing with 58 additions and 0 deletions
+58 -0
  • Items/Firework.md Items/Firework.md +58 -0
  • No files found.
Items/Firework.md 0 → 100644
View page @ ea6f59ff
This attribute is used to firework effects to a firework or firework_charge items.
This attribute required for every firework or firework_charge items.
### Format
```yml
Firework:
Colors:
FadeColors:
Flicker:
Trail:
```
Breaking Down The Firework Configuration
---------------------------------------
### Colors
A list of primary colors to be added to the firework effect must be using RGB(red,green,blue) format
```yml
# adds red(255,0,0), green(0,255,0), and blue(0,0,255) colors
# to the firework effect
example_item:
Id: firework_charge
Firework:
Colors:
- 255,0,0
- 0,255,0
- 0,0,255
```
### FadeColors
Similar to the [colors](/Items/Firework#Colors) option but adds the colors to the fade effect instead.
```yml
example_item:
Id: firework_charge
Firework:
Colors:
- 255,0,0
- 0,255,0
- 0,0,255
FadeColors:
- 255,0,255
- 0,255,0
```
### Flicker
Whether the firework effect flickers
```yml
example_item:
Id: firework_charge
Firework:
Flicker: true
```
### Trail
Whether the firework effect has a trail
```yml
example_item:
Id: firework_charge
Firework:
Trail: true
```
\ 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

  • Overview
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Extra: Disguises
  • Extra: ModelEngine

Skills

  • Overview
  • Mechanics
  • Effects
  • Targeters
  • Triggers
  • Conditions
  • Placeholders
  • Variables
  • Math

Items

  • Overview
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers

Drops & DropTables

Spawning

  • Spawners
  • Random Spawns

Examples