Settings
Available on ItemsAdder 3.6.1+
events_settings
events_settings
Special item attribute to customize some properties of events.
Cooldown
You can set a cooldown which won't allow the player to trigger any of the actions for this item. Useful to avoid players to spam a special item.
Cooldown indicator
You can customize the cooldown indicator and decide from some different indicator types:
HIDDEN
Won't show any indicator.
HUD
Shows a custom HUD on-screen.
custom_hud
property is not mandatory, _iainternal:small_cooldown_bar
will be used instead if not specified, which is the built-in custom hud.
⚠️ Make sure you didn't disable extract_internal_utility_assets
in config.yml
!
If you want to create a custom HUD, but you don't want to waste time coloring, you can use this guide to colorize images in one click.
TITLE
Shows a big on-screen title indicator.
BOSSBAR
Shows a bossbar on-screen.
color
and style
properties are not mandatory, the ones from config.yml
will be used instead if not specified.
Last updated