Stefatorus
4 years ago
6 changed files with 112 additions and 68 deletions
@ -1,5 +1,29 @@ |
|||
# ______ _____ _____ |
|||
# | ____| __ \ / ____| |
|||
# | |__ | |__) | | ___ _ _ _ __ ___ _ __ ___ |
|||
# | __| | _ /| | / _ \| | | | '_ \ / _ \| '_ \/ __| |
|||
# | |____| | \ \| |___| (_) | |_| | |_) | (_) | | | \__ \ |
|||
# |______|_| \_\\_____\___/ \__,_| .__/ \___/|_| |_|___/ |
|||
# | | |
|||
# |_| |
|||
# Plugin config |
|||
|
|||
# You can use any craftingstore server api key. You need at least silver plan. |
|||
api-key: "CRAFTINGSTORE KEY HERE" |
|||
|
|||
settings: |
|||
# Settings for redeeming credits for store money. |
|||
redeem: |
|||
# What is the minimum credits to redeem in a coupon? |
|||
min: 100 |
|||
# What is the maximum credits to redeem in a coupon? |
|||
max: 50000 |
|||
# Settings for virtual coupon players can use for safe trading, bragging, etc. |
|||
virtual: |
|||
# What is the minimum currency to hold in an item? |
|||
min: 50 |
|||
# What is the maximum currency to hold in an item? |
|||
max: 5000 |
|||
|
|||
# Version is used for future updates |
|||
version: 1 |
Loading…
Reference in new issue