Plugins

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.

PropertyDescriptionExample
MaterialItem material. Supports Bukkit materials, head-<base64>, head-%player%DIAMOND_SWORD, head-%player%
AmountItem stack amount.1, 64
SoundSound played on click. Either a sound key string, or a section with Value, Volume, Pitch, Source.minecraft:ui.button.click
SlotsList of slot numbers (0-indexed) for button placement. Set it to [-1] to disable the button.[10], [11, 12]
ModelDataCustom Model Data for resource packs.1001
GlowMake item glow with enchantment effect.false, true
FlagsItemFlags to apply. Use [*] to hide all flags.["HIDE_ATTRIBUTES"], ["*"]
HideTooltipHide item tooltip (1.20.6+).false, true
ItemModelNamespaced key for custom item models (1.21+).minecraft:custom_sword
TooltipStyleNamespaced key for tooltip styles (1.21+).minecraft:custom_style
EnableEnable/disable the button.false, true
CommandsA list of commands will run when you click the button,["weather clear"]
ClickableDisable button interaction.false, true

Last updated on

On this page