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

Create a new guild create group

The guild creation group allows players with different permissions to create guilds at different costs based on their permissions

Creating a guild group consists of the following nodes

  • weight(ๆƒ้‡)๏ผšThe smaller the number, the earlier it is detected For example, the weight of VIP is 2 So the weight of SVIP is important<2

  • permission(ๅˆคๆ–ญๆƒ้™)๏ผšNo need for explanation....

  • requirements(่Šฑ่ดนใ€ๆกไปถ)๏ผš View specific writing methods Requirements

Example

  1. Create a group ๅฐไธ‘

  2. Creating a guild in this group requires 10000 game coins and there is an 80% chance of creation failure

  3. This group is the first to detect

settings
  create:
    max-length: 6
    cooldown: 240
    default:
      requirements:
       - 'vault;5000'
       - 'playerpoints;100'
    groups:
      ๆ™ฎ้€šไผšๅ‘˜็ป„:
        #Weight. The smaller the value, the first to be detected and cannot be repeated
        weight: 3
        permission: 'legendaryguild.vip'
        requirements:
          - 'vault;4000'
          - 'playerpoints;80'
      ้ซ˜็บงไผšๅ‘˜็ป„:
        weight: 2
        permission: 'legendaryguild.svip'
        requirements:
          - 'vault;3000'
          - 'playerpoints;50'
      ่ถ…็บงไผšๅ‘˜็ป„:
        weight: 1
        permission: 'legendaryguild.mvp'
        requirements:
          - 'vault;2000'
          - 'playerpoints;20'
      ๅฐไธ‘:
        weight: 0
        permission: 'legendaryguild.joker'
        requirements:
          # Spending 10000 Vault game coins 
          - 'vault;10000'
          # A probability of 20% passing
          - 'chance;0.2'
Previousconfig.ymlNextCustom guild level and experience

Last updated 1 year ago

๐Ÿ“’
๐Ÿ“ƒ