🎨Customize guild icons

Customize and add different guild icons, icon prices, etc.

Custom icons consist of the following nodes

  • display:The name of the icon

  • material

  • data

  • model(1.13+)

  • description:The description of this icon

  • requirements:The unlocking price and conditions of this icon Specific View Requipments

Example

  • Create a new Nether Star icon

  • Guild level 2 is required to unlock

  • Unlocking requires 10000 guild funds

icons:
  xjzx:
    display: "&fNether Star icon"
    material: NETHER_STAR
    data: 0
    model: 0
    description:
      - '&2Limitation'
      - ''
      - '&7Guilds need to reach level &f2&7!'
      - '&eUnlocking requires &f10000 &eguild funds'
    requirements:
      - 'guild_level;2'
      - 'guild_money;10000'

Last updated