config.yml

ManticCurrency Configuration Files

# Plugin License key from discord.mantic.dev
license: XXXX-XXXX-XXXX-XXXX

# Currency command, changes applies after restart.
command: manticcurrency

# Currency command aliases
aliases:
- currency

# Database
#  - JSON
#  - MYSQL
# Restart is required to change to MySQL
database-type: json
mysql-ip: 172.18.0.1:3306
mysql-username: ''
mysql-password: ''
mysql-database-name: ''
use-ssl: false

default-starting-amount: 0

# Daily Currency Settings
daily-currency: true
# 86400 = 1 Day
daily-currency-cooldown-seconds: 86400
daily-currency-amount: 10
msg-daily-currency-available: '&e&lCurrency &8➸ &7You currently have currency awaiting
  to be redeemed!'
msg-daily-currency-claimed: '&e&lCurrency &8➸ &7You have claimed your free &e10 &7daily
  currency!'
msg-daily-currency-cooldown: '&e&lCurrency &8➸ &7You have already redeemed your daily
  currency.'

# Enable/Disable Discord Webhooks
enable-discord-webhooks: false
discord-shop-transaction-webhook-url: https://discord.com/api/webhooks/XXXX/XXXX
discord-currency-transaction-webhook-url: https://discord.com/api/webhooks/XXXX/XXXX
discord-webhook-name: Mantic Currency
discord-webhook-avatar: https://mantic.dev/logo.png
shop-transaction-embed:
  colour: '#A7C7E7'
  title: Shop Transaction
  description:
  - '**Player:** {player} ({uuid})'
  - '**Item:** {item}'
  - '**Cost:** {cost}'
  footer: Made with ❤️ by Mantic Development
currency-transaction-embed:
  colour: '#A7C7E7'
  title: Currency Transaction
  description:
  - '**Action:** {action}'
  - '**Executor:** {sender}'
  - '**Receiver:** {receiver}'
  - '**Amount:** {amount}'
  footer: Made with ❤️ by Mantic Development

# Currency command permissions
currency-base-permission: mantic.currency
currency-reload-permission: mantic.currency.reload
currency-leaderboard-permission: mantic.currency.leaderboard
currency-balance-permission: mantic.currency.balance
currency-balance-other-permission: mantic.currency.balance.other
currency-reset-permission: mantic.currency.reset
currency-give-permission: mantic.currency.give
currency-remove-permission: mantic.currency.remove
currency-set-command-permission: mantic.currency.set
currency-pay-permission: mantic.currency.pay
currency-open-permission: mantic.currency.open
currency-daily-gold-permission: mantic.currency.daily

# Messages
balance-self: '&e&lCurrency &8➸ &7Your balance is &e{amount} &7currency.'
msg-no-perm-bal-other: '&e&lCurrency &8➸ &7You do not have permission to balance other
  players!'
invalid-player: '&e&lCurrency &8➸ &7You have entered an invalid player name!'
balance-other: '&e&lCurrency &8➸ &e{player}&7''s balance is &e{amount} &7currency.'
msg-usage-reset-currency: '&e&lCurrency &8➸ &cUsage: &f/currency reset [name]'
currency-reset-staff: '&e&lCurrency &8➸ &7You have successfully reset &e{player}&7
  currency!'
currency-reset-player: '&e&lCurrency &8➸ &7Your currency have been reset!'
msg-usage-give-currency: '&e&lCurrency &8➸ &cUsage: &f/currency give [name] [amount]'
msg-not-number: '&e&lCurrency &8➸ &7This is not a valid number.'
currency-given-player: '&e&lCurrency &8➸ &e{amount} &7currency have been given to
  you by &e{player}&7.'
currency-given-staff: '&e&lCurrency &8➸ &7You have given &e{amount} &7currency to
  &e{player}&7.'
msg-usage-remove-currency: '&e&lCurrency &8➸ &cUsage: &f/shards remove [name] [amount]'
currency-removed-player: '&e&lCurrency &8➸ &e{amount} &7currency have been removed
  from your account.'
currency-removed-staff: '&e&lCurrency &8➸ &7You have removed &e{amount} &7currency
  from &e{player}&7.'
category-not-found: '&e&lCurrency &8➸ &c&lERROR: &7Cannot find ''{name}'' category!'
not-enough-currency: '&e&lCurrency &8➸ &7You do not have enough currency to purchase
  {name}&7! ({cost} currency)'
currency-reset-all: '&e&lCurrency &8➸ &7You have reset &e{amount}&7 users currency!'
msg-usage-set: '&cUsage: &f/currency set [name] [amount]'
currency-set-staff: '&e&lCurrency &8➸ &7Your gem balance has been set to &e{amount}
  &7by &e{player}. '
currency-set-player: '&e&lCurrency &8➸ &7You have set &e{player} &7gems to &e{amount}&7.'
msg-database-changed: '&e&lCurrency &8➸ &7Database type has been changed to &e{type}&7.'
msg-usage-convert: '&e&lCurrency &8➸ &cUsage: &f/currency convert [json/mysql]'
msg-unknown-database: '&e&lCurrency &8➸ &cUnknown database type!'
not-enough-balance: '&e&lCurrency &8➸ &7You do not have enough currency to perform
  this action!'
currency-pay-sender: '&e&lCurrency &8➸ &7You have sent &e{amount} &7currency to &e{player}&7.'
currency-pay-receiver: '&e&lCurrency &8➸ &7You have received &e{amount} &7currency
  from &e{player}&7.'
msg-usage-pay: '&e&lCurrency &8➸ &cUsage: &f/currency pay [name] [amount]'
msg-usage-open: '&e&lCurrency &8➸ &cUsage: &f/currency open <shop> [player]'
msg-daily-permission-required: '&e&lCurrency &8➸ &7You are required to have the daily
  gold permission to be able to claim your daily gold.'
msg-required-permission: '&e&lCurrency &8➸ &7You are required to have the permission
  ''&e{perm}&7''.'

# Confirm Gui
confirm-gui: true
confirm-menu-title: Do you wish to purchase this item?
confirm-menu-layout:
- yyyyxnnnn
confirm-menu-layout-items:
- display-name: '&a&lYES'
  skull: ''
  lore:
  - '&7Click to purchase'
  glow: true
  material: EMERALD_BLOCK
  durability: 0
  key: y
  category: 'YES'
- display-name: '&c&lNO'
  skull: ''
  lore:
  - '&7Click to not purchase the item'
  glow: true
  material: REDSTONE_BLOCK
  durability: 0
  key: n
  category: 'NO'
- display-name: '&7'
  skull: ''
  lore: []
  glow: false
  material: STAINED_GLASS_PANE
  durability: 7
  key: x
  category: ''

Last updated