GuildIconsShop.yml

Guild icons shop menu


#The position of each icon
layout: [11,12,13,14,15,20,21,22,23,24]
#text variables
placeholder:
  locked: '&cLocked,&nRight click to &cunlock'
  unlocked: '&aUnlocked,&nLeft click to &aput'
  putting: '&ePutting'

icon_item:
  display: '&1Icon &f- %icon%'
  lore:
    - '%description%'
    - ''
    - '&f[ %placeholder% &f]'

This interface has no unique Function

title: '&5Guidl Icons'
size: 54
sound: ENTITY_PLAYER_LEVELUP
#每个图标的位置
layout: [11,12,13,14,15,20,21,22,23,24]
#文本变量
placeholder:
  locked: '&cLocked,&nRight click to &cunlock'
  unlocked: '&aUnlocked,&nLeft click to &aput'
  putting: '&ePutting'
#图标物品
icon_item:
  display: '&1Icon &f- %icon%'
  lore:
    - '%description%'
    - ''
    - '&f[ %placeholder% &f]'
customItem:
  item0:
    display: '&f&l< &ePrevious page &f&l>'
    material: ARROW
    data: 0
    model: 0
    lore:
      - ''
    #none:点击后没有任何效果 &  No effect after clicking
    #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
    #close:点击后关闭菜单 & Click to close the menu
    #back:点击后返回公会主界面 & Click to return to the main interface of the guild
    #next: 下一页 & next page
    #pre: 上一页 & previous page
    fuction:
      type: pre
    slot: [39]
  item1:
    display: '&f&l< &eNext Page &f&l>'
    material: ARROW
    data: 0
    model: 0
    lore:
      - ''
    fuction:
      type: next
    slot: [41]
  item5:
    display: '&f&l< &cBack &f&l>'
    material: BARRIER
    data: 0
    model: 0
    lore:
      - ' '
    fuction:
      type: back
    slot: [40]

Last updated