GuildList.yml

Guild list menu

title: '&6&lGuild List &0- %sort%'
size: 54
placeholder:
  sort_activity: 'Actity sort'
  sort_members: 'Member amount sort'
  sort_money: 'Guild money sort'
  sort_level: 'Guild level sort'
  sort_treelevel: 'Guild tree level sort'
  sort_default: 'Default sort'
layout: [20,21,22,23,24,29,30,31,32,33]
guild:
  display: '%guild%'
  #公会默认材质 (当公会设置了其他公会图标则显示设置的材质,下方的是初始图标)
  #Guild default material (when the guild has set other guild icons, the set material will be displayed, with the initial icon below)
  material: ITEM_FRAME
  data: 0
  model: 0
  lore:
    - '&8&oCreate date &n%date%'
    - ' '
    - '&6&lInformation'
    - ' &fOwner: &a%owner%'
    - ' &fLevel: &a%level%'
    - ' &fExp: &a%exp%/%exp_next%'
    - ' &fMoney: &a%money%'
    - ' &fMembers: &a%members%/%maxmembers%'
    - ' &fActivity: &a%activity%'
    - ' '
    - '&c&lGuild tree information'
    - ' &fLevel: &a%treelevel%'
    - ' &fExp: &a%treeexp%/%treeexp_next%'
    - ' '
    - '&2&lIntroduction:'
    - '%intro%'
    - ' '
    - '&b&l➡ &7Click to join the guild'
sound: ENTITY_PLAYER_LEVELUP
customItem:
  item2:
    display: '&f&l< &bNext 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: next
    slot: [50]
  item4:
    display: '&f&l< &bPrevious page &f&l>'
    material: ARROW
    data: 0
    model: 0
    lore:
      - ''
    fuction:
      type: pre
    slot: [48]
  item5:
    display: '&f&l< &dSwitching sorting methods &f&l>'
    material: ENDER_PEARL
    data: 0
    model: 0
    lore:
      - ' '
      - '&f&l# &eCurrent by &a%placeholder_sort%'
      - '&f'
    fuction:
      type: sort
    slot: [49]

Last updated