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
  2. config.yml

Custom guild level and experience

You can add unlimited guild level limits, experience required for each level, and how many players can be accommodated in each level of the guild

This section consists of the following nodes

max(ζœ€ε€§η­‰ηΊ§): Set maximum guild level limit

require(经ιͺŒιœ€ζ±‚): Set experience requirements for each level

maxmembers(ζ―ηΊ§ε…¬δΌšζœ€ε€§ζˆε‘˜): You need to write an additional number of people at level 1, as guild levels start from level 0

settings:
  guild:
    level:
      max: 5
      require: [ 1000.0,5000.0,10000.0,50000.0,100000.0 ]
      maxmembers: [ 5,10,15,20,25,50 ] #Note that an additional level 1 needs to be set here
PreviousCreate a new guild create groupNextCustom Position

Last updated 1 year ago

πŸ“’
πŸ“ƒ