config.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. give_money_every_second: 600
  2. afk_payout: false
  3. #You can add more payouts by copy and paste them. Don't forget to change the numbers!
  4. store-money-in-bank: false
  5. #Set choose-payout-by-chance to true in order to choose the payouts by chances. Replace the "permission" to "chance", e.g. chance: 20.
  6. choose-payout-by-chance: false
  7. payouts:
  8. 1:
  9. payout_amount: 50
  10. max_payout_per_day: 1000
  11. #chance: 10
  12. permission:
  13. 2:
  14. payout_amount: 100
  15. max_payout_per_day: 10000
  16. commands:
  17. - /give %player% diamond 1
  18. #chance: 90
  19. permission: tim.vip
  20. message: "&aYou earned &c%money% &afor 10 minutes online time!"
  21. message_payoutlimit_reached: "&cYou have reached the payout limit today. You earned 0$"
  22. message_afk: "&cYou havn't earned money because you were afk!"
  23. message_actionbar: "&aYou earned &c%money% &afor 10 minutes online time!"
  24. message_payoutlimit_reached_actionbar: "&cYou have reached the payout limit today. You got 0$"
  25. message_afk_actionbar: "&cYou havn't earned money because you were afk!"
  26. display-messages-in-chat: true
  27. display-messages-in-actionbar: true
  28. display-messages-in-actionbar-time: 10
  29. #ATM -> Place down a sign with [atm] on the first line to use it!
  30. message_atm_noperms: "&cYou don't have the permission to use ATM's!"
  31. message_atm_nomoneyinbank: "&cYou don't have enough money in bank!"
  32. message_atm_nomoney: "&cYou don't have enough money!"
  33. atm_title: "&cATM"
  34. atm_withdraw: "&cWithdraw"
  35. atm_deposit: "&cDeposit"
  36. atm_balance: "&cBank balance:"
  37. auto-update: true
  38. debug-log: false
  39. configuration-version: 12