Holograms

From 2.0 you can now create temporal holograms on the battle location

How to create a hologram?

First, you need to install a supported hologram plugin.

Then, you need to set hologram_type setting on config.yml:

bosses:
  # Example boss configuration using message references
  SkeletonKing:
    victory_message_id: DEFAULT_VICTORY 
    top_players_to_show: 3 
    position_format_id: DEFAULT 
    broadcast_message: true 
    personal_message_id: DEFAULT 
    non_participant_message_id: DEFAULT 
    hologram_type: FANCY # Can be NONE, FANCY 

Hologram Types Available:

FANCY= Use FancyHolograms to create hologram. NONE = Not use holograms.

Then, move to holograms_config.yml to setup your hologram appearance and duration

Example:

background_color: transparent # Can be any minecraft color, default or transparent
hologram_duration: 30 # Time in seconds the hologram will be visible

This will create a hologram that last 30 seconds, with transparent background on the location of the fight

Last updated