⚔️
MythicDungeons
  • ⚔️MythicDungeons Wiki
  • 📔Overview
    • Supported Version
    • Dependencies
    • Supported Plugins
  • 💡Get Started
    • Building Dungeon
    • Dungeon Group Config
      • general.yml
      • stages.yml
      • buffs.yml
      • checkpoints.yml
      • lootchests.yml
      • teleporters.yml
      • traps.yml
  • 📈Staged Dungeon
    • Stages
    • Actions, Completions & Fail Actions
      • General Parameters
      • Action List
    • Objectives
      • Objective List
    • Branches
      • Parameters
    • Displays
      • Scoreboard
      • Boss Bar
      • Action Bar
  • ⚙️Configuration
    • General Config
    • Locale
    • Loot Tables
    • Effects
    • GUIs
    • NPCs
    • Scoreboards
  • 🏃Joining Dungeon
    • Room Mechanics
    • Ways To Join Dungeon
  • 🚫Commands & Permissions
    • General
    • Dungeon Group
    • Dungeon
    • Dungeon Room
  • 📋Miscellaneous
    • Placeholders
    • Tutorials
    • Migration Guide
    • FAQ
Powered by GitBook
On this page
  1. Staged Dungeon
  2. Displays

Boss Bar

PreviousScoreboardNextAction Bar

Last updated 12 months ago

BossBar Display makes use of the boss bar to display dungeon information like the objectives of the current stage.

Under Stages.<ID>.Displays.BossBar:

Option
Explanation

Interval

Interval before showing the next title line

Lines

Information lines to display

Additionally, other than plain text, there are multiple parameters can be defined in Lines.

Parameter
Explanation
Example

{progress=1.0;color=PURPLE;style=SEGMENTED_20;message='&fDiscover the secret of %Checkpoint_2_cp%: %Checkpoint_2_cpreached%'}

progress

Progress of the boss bar, between 0.0 to 1.0, or make use of the placeholders

1.0, %BlockBreak_3_progress%

color

Color of the boss bar, it follows the rule from

PURPLE

style

Style of the boss bar, it follows the rule from

SEGMENTED_20

message

Message of the boss bar

📈
Spigot API
Spigot API