Material cooldown (Suggestion)
Open
Material cooldown (Suggestion)
Summary
It would be very useful to have an opportunity to use setmaterialcooldown
not only for vanilla items, but for MM items as well.
Usage
This will help to set material-coldown only on a specific item.
Value
Opens many ways to set a visual cooldown without using bossbar or actionbar, which are already in use. It will be much more comfortable for players to track the cooldown without screen clutter.
Priority
Highest:)
Implementation
Maybe with custommodeldata
. If it's not possible to make it via the custom item name we could use spigot_item_name:custom_model_data
which is more compatible with Spigot-Api.
Like this:
- setmaterialcooldown{m=WIzardStaff:1}
added Enhancement label
I believe this is possible starting in 1.21.3 with the use_cooldown data component.
It would be nice if we could set the cooldown group in a mythic item and then target that mythic item or cooldown group in the
setmaterialcooldown
mechanic. Even better if it is somehow possible to directly target mythic items without needing to define a cooldown group.See here: https://minecraft.wiki/w/Data_component_format#use_cooldown