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

barcreate · Changes

Page history
updated layout and informations authored Sep 18, 2023 by Lxlp's avatar Lxlp
Show whitespace changes
Inline Side-by-side
Showing with 24 additions and 18 deletions
+24 -18
  • skills/mechanics/barcreate.md skills/mechanics/barcreate.md +24 -18
  • No files found.
skills/mechanics/barcreate.md
View page @ 1502e33f
Mechanic: Bar Create
====================
## Description
Creates a custom boss bar on the casting mob (cannot be player).
Creates a custom boss bar on the casting mob(cannot be player).
Attributes
----------
| Attribute | Aliases | Description | Default Value |
|-----------|---------|---------------------------------------------------------------------------------------------------------------------|-----------------------------|
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| name | n | The name of the bossbar. | infobar |
| display | d | The text displayed on the bar. | <skill.var.aura-name> |
| display | d | The text displayed on the bar | caster.name> |
| value | v | How filled the bossbar is. Must be between 0.0 and 1.0. | 1.0 |
| color | c | The color of the bossbar. Accepts the following: PINK, BLUE, RED, GREEN, YELLOW, PURPLE, WHITE. | RED |
| style | s | The style of the bossbar. Accepts the following: SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20 . | SOLID |
| color | c, bartimercolor | The [Color](/Mobs/BossBar#color) of the bossbar | RED |
| style | s, bartimerstyle | The [Style](/Mobs/BossBar#style) of the bossbar | SOLID |
Examples
--------
## Examples
```yaml
Skills:
- barCreate{name="MyBossBar";display="<caster.name> - <caster.hp>";value=1.0;color=BLUE;style=SEGMENTED_6} @self ~onSpawn
- ...
\ No newline at end of file
- barCreate{
name="MyBossBar";
display="<caster.name> - <caster.hp>";
value=1.0;color=BLUE;
style=SEGMENTED_6
} @self ~onSpawn
```
## Aliases
- [x] barAdd
- [x] createBar
\ 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
  • 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
  • Drop Types
Spawning
  • Spawners
  • Random Spawns
Examples
Useful Tips