+ Added: [Suggestion] You can now apply an item model to all items of a specific type in the GUI.
+ Added: [Suggestion] Automatically hide invite and membership items in GUI, if invites are disabled in the config.
Code (YAML):
# This section lets you define item model properties for items that are of a specific material.
# The following properties will be applied to all items in all menus, IF their material is the same: item-model, hide-tooltip, tooltip-style
# To add your own entries, add a section called "custom" to the "items" section and add your entries in that section.
common_item-model:
items:
default
:
# This is just an exmaple that displays each player head as a 2D head model of the 3rd party plugin Nexo.
player_head
:
# enabled: false disables this entry
enabled
: false
material
: 'PLAYER_HEAD'
item-model
:
"nexo:2d_player_head"