elliebot/src/EllieBot/data/xp.yml

49 lines
2.1 KiB
YAML
Raw Normal View History

2024-03-24 15:41:27 +13:00
# DO NOT CHANGE
version: 11
2024-03-24 15:41:27 +13:00
# How much XP will the users receive per message
textXpPerMessage: 3
2024-11-28 20:05:33 +13:00
# How often can the users receive XP, in seconds
textXpCooldown: 300
2024-03-24 15:41:27 +13:00
# Amount of xp users gain from posting an image
textXpFromImage: 3
2024-03-24 15:41:27 +13:00
# Average amount of xp earned per minute in VC
voiceXpPerMinute: 3
2024-03-24 15:41:27 +13:00
# Xp Shop config
shop:
# Whether the xp shop is enabled
# True -> Users can access the xp shop using .xpshop command
# False -> Users can't access the xp shop
isEnabled: false
# Frames available for sale. Keys are unique IDs.
# Do not change keys as they are not publicly visible. Only change properties (name, price, id)
# Removing a key which previously existed means that all previous purchases will also be unusable.
# To remove an item from the shop, but keep previous purchases, set the price to -1
frames:
default:
# Visible name of the item
name: No frame
# Price of the item. Set to -1 if you no longer want to sell the item but want the users to be able to keep their old purchase
price: 0
# Direct url to the .png image which will be applied to the user's XP card
2024-11-28 20:05:33 +13:00
url: ''
2024-03-24 15:41:27 +13:00
# Optional preview url which will show instead of the real URL in the shop
2024-11-28 20:05:33 +13:00
preview:
2024-03-24 15:41:27 +13:00
# Optional description of the item
2024-11-28 20:05:33 +13:00
desc:
2024-03-24 15:41:27 +13:00
# Backgrounds available for sale. Keys are unique IDs.
# Do not change keys as they are not publicly visible. Only change properties (name, price, id)
# Removing a key which previously existed means that all previous purchases will also be unusable.
# To remove an item from the shop, but keep previous purchases, set the price to -1
bgs:
default:
# Visible name of the item
name: Default Background
# Price of the item. Set to -1 if you no longer want to sell the item but want the users to be able to keep their old purchase
price: 0
# Direct url to the .png image which will be applied to the user's XP card
2024-11-28 20:05:33 +13:00
url: ''
2024-03-24 15:41:27 +13:00
# Optional preview url which will show instead of the real URL in the shop
2024-11-28 20:05:33 +13:00
preview:
2024-03-24 15:41:27 +13:00
# Optional description of the item
2024-11-28 20:05:33 +13:00
desc: