ERCoupons is a tool to allow owners to monetize their EULA friendly servers.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.1 KiB

# ______ _____ _____
# | ____| __ \ / ____|
# | |__ | |__) | | ___ _ _ _ __ ___ _ __ ___
# | __| | _ /| | / _ \| | | | '_ \ / _ \| '_ \/ __|
# | |____| | \ \| |___| (_) | |_| | |_) | (_) | | | \__ \
# |______|_| \_\\_____\___/ \__,_| .__/ \___/|_| |_|___/
# | |
# |_|
# 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