Skip to content

Syntax flags

xef5000 edited this page Jul 10, 2025 · 1 revision

Flags parameter

type: optional

Example usage:

item:
  flags:
    - HIDE_UNBREAKABLE
    - HIDE_ENCHANTS

Values

A list of string withe the name of the flags to apply to the item.

A list of flags can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/inventory/ItemFlag.html

This parameter is case-insensitive

Clone this wiki locally