-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Description of the feature
Currently, vault icons can be selected from all items available in the game.
I’d like to request the ability to define a configurable list of allowed items that can be used as icons for vaults.
Instead of exposing every in-game item, the UI would only allow selection from the items explicitly defined in the config file. When having a lot of items in the server, it can make icon selection very overwhelming and some materials are not suitable at all or hidden to players.
Solution example (illustrative only):
allowedVaultIcons:
- minecraft:chest
- minecraft:ender_chest
- minecraft:diamond
- minecraft:gold_ingotThe icon selector would then only show items from this list instead of all registered materials.
Additionnal suggestions:
- If the config is empty or missing, it could fall back to allowing all items.
- Also, having the ability to specify an optional CustomModelData for items in the config list (can be very handy)
Thanks for considering this feature!
In which plugin would you like this feature?
axvaults
Agreements
- I have checked that this feature does not exist in the current latest version of the plugin available.
- I accept that my feature request might not be added, and might be refused without any apparent reason.
Reactions are currently unavailable