🏪 Shop
About
Shop is a good way for players to obtain some pets for money or other Currency.
Global shop settings located in the shop.yml
config file.
Features
✅ Multi-Currency. Use different Currencies for any pet and tier.
✅ Default Price. Set default price for all pets of specific tier.
✅ Exclude Pets and Tiers. Remove certain pets or tiers from the shop.
✅ Custom Price. Set custom price for certain pets and their tiers.
Setup Tips
Toggle Feature
To enable or disable the Shop feature, go to the config.yml
and set Features
-> Shop
on false
or true
Disable Tier
To disable a specific tier from the shop, go to shop.yml
and set EggPrice
-> Default
for that tier to -1
:
EggPrice:
Default:
common: # Pet Tier identifier
Price: -1
Currency: economy
Disable Pet
To disable a specific pet with specific tier from the shop, go to shop.yml
and set EggPrice
-> Custom
for that pet and tier to -1
:
EggPrice:
Default:
... # some price values there
Custom:
common: # Pet Tier identifier
zombie: # Pet Template identifier
Price: -1
Currency: economy
Set Pet Price
The same steps as in Disable Pet, but change -1
to the actual price.
Last updated