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

Requirements

When the requirements node appears in all configuration files within the plugin, you can refer to the following content to fill in

ๅ…ณ้”ฎ่ฏ
ไป‹็ป
ๅ†™ๆณ•
็คบไพ‹

placeholderapi

(Not consumed)Detecting player variables use PlaceholderAPI

placeholderapi; Variable; Comparison symbols (=,>,>=,<,<=); Comparison value; (Optional) Messages send when not pass

placeholderapi;%player_max_health%;>=;15;Your HP below 15.

customitem

Consume custom items in the backpack

customitem;Item Name;Amountmount

customitem;&cๆต‹่ฏ•็‰ฉๅ“;5

item

Consume vanilla items in the backpack

item;id;data;Amount

item;DIAMOND;0;32

vault

Consume vault game coins

vault;Amount

vault;1000

playerpoints

Consume playerpoints coins

playerpoints;Amount

playerpoints;2000

guild_money

Consume guild funds of the player's guild

guild_money;Amount

guild_money;10000

guild_points

Consume player guild points

guild_points;Amount

guild_points;200

guild_level

(Not consumed)Check if the player's guild level is greater than or equal to the specified level

guild_level;Level value

guild_level;2

guild_treelevel

(Not consumed)Check if the player's guild divine tree level is greater than or equal to the specified level

guild_treelevel;Level value

guild_treelevel;3

guild_members

(Not consumed)Check if the number of players in the guild is greater than or equal to the specified number

guild_members;Amount

guild_members;15

guild_position

(Not consumed)Detect player's guild position

  • guild_position;Position id

  • guild_position;Position id,Position id,Position id

  • guild_position;ไผš้•ฟ

  • guild_position;ไผš้•ฟ,้•ฟ่€

chance

There is a specified probability of passing this condition

chance;Value(0~1.0)

chance:0.23

Previous(NEW)Team ShopNextRun

Last updated 11 months ago

๐Ÿ“’