CombatPets
  • 🏠 General
    • 🔌 Getting Started
    • 📄 Commands
    • ⛔ Permissions
    • 🧩 Compatibility
    • ❓ Common Questions
    • ❗ Common Issues
    • 🪛 Developer API
  • ⭐ Features
    • 🪙 Multi-Currency
    • 🦊 Pet Types
    • 🎠 Pet Templates
    • 👑 Pet Tiers
    • ❤️‍🩹 Pet Attributes
    • 💥 Pet Aspects
    • 🥕 Pet Food
    • 🎯 Capturing
    • 🔋 Leveling
    • 💎 Accessories
    • 🏪 Shop
  • 🧰 Utility
    • 🆎 Placeholders
Powered by GitBook
On this page
  • About
  • Features
  • Setup Tips
  • Toggle Feature
  • Disable Tier
  • Disable Pet
  • Set Pet Price
  1. ⭐ Features

🏪 Shop

Last updated 10 months ago

About

Shop is a good way for players to obtain some pets for money or other .

Global shop settings located in the shop.yml config file.

Features

  • ✅ Multi-Currency. Use different 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

Pets with custom price settings for this tier will still be available in the shop.

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 , but change -1 to the actual price.

Currency
Currencies
Disable Pet