GUI Customization
McmmoGui gives you the power to customize every aspect of it with ease.
Button customization
By default, McmmoGui takes the name and lore from the language file, we use a single language file for all translatable text of the plugin. Look for the button name in the language file, match it with the GUI name and you’ll find it easily.
Material
Item material. Supports Bukkit materials, head-<base64>, head-%player%
DIAMOND_SWORD, head-%player%
Slots
List of slot numbers (0-indexed) for button placement. Set it to [-1] to disable the button.
[10], [11, 12]
ModelData
Custom Model Data for resource packs.
1001
Glow
Make item glow with enchantment effect.
false, true
Flags
ItemFlags to apply. Use [*] to hide all flags.
["HIDE_ATTRIBUTES"], ["*"]
HideTooltip
Hide item tooltip (1.20.6+).
false, true
ItemModel
Namespaced key for custom item models (1.21+).
minecraft:custom_sword
TooltipStyle
Namespaced key for tooltip styles (1.21+).
minecraft:custom_style
Enable
Enable/disable the button.
false, true
Commands
A list of commands will run when you click the button,
["weather clear"]
Clickable
Disable button interaction.
false, true
Last updated
Was this helpful?