Internal update to make the Free and Premium versions cross-check.
Report a bug in Discord
Internal system(Premium)
- Displaying fluctuation pricing
- SQL database system
- Custom currency
Public release(Free)
- Updated the translation file, please check
- Added real supply system
Code (YAML):
real_supply
: false
- Rework the currency structure of the shop.yml
Code (YAML):
inventory:
name
: '&fDefault Shop'
slot
: 54
shopcurrency:
type
: VAULT
# Shop currency support POINTS, EXP, VAULT and CUSTOM(premium)
currency
: test01
IRON_INGOT:
source
: IRON_INGOT
slot
: 10
base_price
: 5.0
current_price
: 3.45
min_price
: 2.0
max_price
: 100.0
supply
: 135.0
demand
: 104.0
price_change_rate
: 0.05
buy_enabled
: true
sell_enabled
: true
real_supply
: false