Requirements

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

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

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

Last updated