Every day, each guild will randomly purchase a guild group purchase product, and each guild member can negotiate once. The price will be randomly reduced according to the mode set in the . Each product can be purchased with a set currency, base price, guaranteed price, and daily purchase limit.
Example
Add a new team shop item
Just continue adding according to the default configuration
Default Configuration
#ćŻä¸Şĺ ŹäźćŻćĽĺ°ĺ¨ä¸ćšç¤źĺ ä¸éćşéĺä¸ä¸Şç¤źĺ ä˝ä¸şäťćĽĺ˘č´ç¤źĺ
#ćŻćĽĺ˘č´ć°ćŽé˝äźĺˇć°
#Each guild will randomly select a gift package from the following gift packages every day as the group buying gift package for today
#Daily group buying data will be refreshed
shops:
#id
ĺ˘č´ç¤źĺ 1:
display: '&eTeam Shop Item &7[ä¸]'
pirce:
#ĺşçĄĺź ďźĺłĺ䝡ďź
#Basic price
base: 1700
#ĺŻč˘Ťç ĺ°çćä˝äťˇć ź
#The lowest price that can be discounted
min: 250
#诼礟ĺ ćŻä¸ŞćĺĺŻäš°ĺ¤ĺ°ćŹĄ(-1为ć éé)
#How many times can each member buy this gift package (-1 is unlimited)
limit: 1
#Vault(éĺŽčŁ ćäťś Vault) / PlayerPoints(çšĺ¸,éĺŽčŁ ćäťś PlayerPoints) / Guild_Points(ĺ Źäźč´ĄçŽçš)
currency: PlayerPoints
preview:
material: CHEST
data: 0
amount: 1
model: 0
#ĺŻç¨ĺéďźĺŻä˝żç¨ papi ĺé
#%placeholder_whether_bargain% çŠĺŽśĺ˝ĺćŻĺŚĺˇ˛ç čżäťˇć źĺéďźĺ 厚ĺ¨GUIé 罎ćäťśä¸ć´ćšďź & Has the player currently cut the price variable
#%placeholder_limit% éč´ĺéďźĺ 厚ĺ¨GUIé 罎ćäťśä¸ć´ćšďź & Restricted purchase variables
#%current_price% ĺ˝ĺäťˇć ź & Current price
#%bargain% 塲ç äťˇäşşć° & Number of people whose purchase restrictions have changed to bargaining
#%members% ĺ Źäźäşşć° & Number of guild members
display: '%placeholder_whether_bargain% &eĺ˘č´çšć 礟ĺ &7[ä¸] '
lore:
- '&6&lRewards'
- '&f - Test...'
- ''
- '&e&l| &fBargaining People &d%bargain%/%members%'
- '&e&l| &fCurrent Price: &a%current_price%&7&o(ĺ䝡1700) &aPoints'
- '%placeholder_limit%'
- ''
- '&f[ &bLeft Click to Bargain | Right Click to Buy &f]'
run:
- '[console]money give %player% 5000'
ĺ˘č´ç¤źĺ 2:
display: '&eTeam Shop Item &7[äş]'
price:
base: 1999
min: 233
limit: 1
currency: PlayerPoints
preview:
material: CHEST
data: 0
amount: 1
model: 0
display: '%placeholder_whether_bargain% &e&eĺ˘č´çšć 礟ĺ &7[äş] '
lore:
- '&6&lRewards'
- '&f - Test...'
- ''
- '&e&l| &fBargaining People &d%bargain%/%members%'
- '&e&l| &fCurrent Price: &a%current_price%&7&o(ĺ䝡1999) &aPoints'
- '%placeholder_limit%'
- ''
- '&f[ &bLeft Click to Bargain | Right Click to Buy &f]'
run:
- '[console]money give %player% 5000'