[MobArena Addon] HavenArena - Extra Customizable Features icon

[MobArena Addon] HavenArena - Extra Customizable Features -----

Add extra customizable features to your MobArenas, including new boss abilities and monster glow.



v1.8.0.286 Placeholders & Boss Ability Title
Added: PlaceholderAPI placeholders:
- %havenarena_status_ARENA% (Returns a text as defined in placeholders.yml)
- %havenarena_players_ARENA% (Returns a text as defined in placeholders.yml)
- %havenarena_progress_ARENA% (Returns a text as defined in placeholders.yml)
- %havenarena_wave_ARENA% (Returns the number of the current wave)
- %havenarena_finalwave_ARENA% (Returns the number of the final wave)
- %havenarena_active_arenas% (Returns the number of active arenas)
Replace ARENA with the arena's name, as defined in MobArena's config.
[​IMG] [​IMG]
Code (YAML):
############################################################
# +------------------------------------------------------+ #
# |             PlaceholderAPI Placeholders              | #
# +------------------------------------------------------+ #
############################################################

# %havenarena_status_ARENA%
status
:
active
: '&eIn Progress'
inactive
: '&aReady'

# %havenarena_progress_ARENA%
# Placeholders:
# %wave% - Current Wave
# %max-wave% - Final Wave
progress
:
text
: '&fWave %wave% / %max-wave%'
hide-inactive
: true

# %havenarena_players_ARENA%
# Placeholders:
# %players% - Player Count
players
: '&f %players% players'

Added: onBossAbility Title.
config.yml
Code (YAML):
# Settings for the onBossAbility title.
# Requires the setting "boss-abilities" to be enabled.
onBossAbility
:
# Should we disable the title for specific bosses?
  # Such as those with a low ability interval.
 disabled-for
:
  boss1
: false
  boss2
: true
lang.yml
Code (YAML):
# Title shown on boss abilities.
## Placeholders ##
# %ability% - Name of the ability.
on-boss-ability
: ''
on-boss-ability-sub
: '&c %ability%'
on-boss-ability-sound
: 'BLOCK_NOTE_BLOCK_BELL'
----------, Oct 16, 2024
Resource Information
Author:
----------
Total Downloads: 586
First Release: Sep 2, 2024
Last Update: Nov 19, 2024
Category: ---------------
All-Time Rating:
1 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings