LegendaryGuild - English
  • ⚙️Plugin installation
    • 🔩BungeeCord Installation
  • 📒Configuration
    • 🔰GUI configuration
      • 🎈Basics Fuction
        • 📰Sub Menus
          • ActivityRewards.yml
          • Applications.yml
          • Buff.yml
          • GuildIconsShop.yml
          • GuildList.yml
          • GuildMenu.yml
          • GuildShop.yml
          • GuildTree.yml
          • Members.yml
          • Positions.yml
          • RedPackets.yml
          • Stores.yml
          • Tributes.yml
          • TeamShop.yml
    • 📃config.yml
      • Create a new guild create group
      • Custom guild level and experience
    • 🧙Custom Position
    • 🎨Customize guild icons
    • 🌳Custom Guild Tree Water Bottle
    • 🛃Guild Stores
    • 🎆Guild Tribute
    • 🧧Guild Red Packets
    • 🛍️Guild Shop
    • 🔀Guild Buff
    • 🛒(NEW)Team Shop
    • Requirements
    • Run
  • 🏴󠁧󠁢󠁳󠁣󠁴󠁿Commands & Permissions
  • ✍️PlaceholderAPI
  • 🚚开放者API
    • 事件大全
  • Update
Powered by GitBook
On this page
  • CustomItem node
  • Basics Fuction
  1. Configuration
  2. GUI configuration

Basics Fuction

Function is the function type of a custom item under the customItem node of the menu If not set, it defaults to none, meaning nothing will happen after clicking

Each menu has the following nodes

  • title:'xx' (this menu title)

  • sound:XXX (Sound effects triggered when the menu is opened)

  • customItem: (Custom menu items)

In addition to the above nodes, some menus will also have layout : [x]

CustomItem node

  • display :Item display name

  • material

  • data

  • model:custommodeldata value (1.13+)

  • lore:

  • slot:The location where the item appears

slot: [1,2,3,4,5,6,7,21,22,23,24] = slot: [1-7,21-24]
  • fuction.type:Item Function Type

  • fuction.value:Item Function Value(Optional in some cases:such as fuction.type is cmd )

Basics Fuction

  • close:Click to close the menu

  • pre:Click to open the next page (Only partial menus are effective, such as guild list, guild members, membership application, guild stores..)

  • next:Click to open the next page (as above)

  • back:Click to return to the guild menu

  • cmd:After clicking, execute the command for function. value setting


    #cmd:Execute command after clicking
    # - format:
    # - - [player]/spawn 玩家发送指令 & Players send commands
    # - - [op]spawn 玩家以OP权限发送指令 & Players send commands with OP permission
    # - - [console]spawn %player% 从后台执行指令 & Execute commands from the console
    # - - 例子 & For Example:
    # - - - fuction:
    # - - -  type: cmd
    # - - -  value: [player]/spawn
  • none:Nothing happens after clicking

PreviousGUI configurationNextSub Menus

Last updated 1 year ago

📒
🔰
🎈