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
  1. Configuration

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'
PreviousCustom PositionNextCustom Guild Tree Water Bottle

Last updated 1 year ago

📒
🎨