Flags
In this section, you have access to the default yml file. This file contains the standard configuration that is used as a starting point for customization and specific configuration.
General Information
DisplayName
display_name: "Greetings"Description format
description: |-
&7The message that appears in
&7chat upon entering the region. description: "&7The message that appears in \n &7chat upon entering the region."Configuration Section:
flags:
greeting: # Flag name
material: BOOK # Material of the item representing the flag
amount: 1 # Item quantity
glowing: false # Whether the item should glow
item_flags:
- HIDE_ATTRIBUTES # Item flag, you can add others like HIDE_ENCHANTMENTS
model_data: 0 # Model data (if using a custom model)
display_name: "Greetings" # Name to be shown in the flags menu
description: |-
&7The message that appears
&7in chat when entering the region.Explanation of Each Field
Placeholders Explanation - Flags Menu
<state>
<state><group>
<group>Configuring click_type for Flag Items
click_type for Flag ItemsWhat is click_type?
click_type?Format
Available click actions:
Action
Description
Available target actions:
Action
Description
Full Flags Configuration
Last updated