123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- configuration-version: 12
- debug-log: false
- disabled_in_worlds:
- - "creative_world"
- afk_payout: false
- display-messages-in-chat: true
- display-messages-in-actionbar: true
- display-messages-in-actionbar-time: 10
- give_money_every_second: 600
- store-money-in-bank: false
- allow-multiple-accounts: true
- choose-payout-by-chance: false
- payouts:
- 1:
- payout_amount: 50
- max_payout_per_day: 1000
-
- permission:
- 2:
- payout_amount: 100
- max_payout_per_day: 10000
- commands:
- - /give %player% diamond 1
-
-
- permission: tim.vip
- message: "&aYou earned &c%money% &afor 10 minutes online time!"
- message_payoutlimit_reached: "&cYou have reached the payout limit today. You earned 0$"
- message_afk: "&cYou havn't earned money because you were afk!"
- message_multiple_ips: "&cYou havn't earned money because you're playing with multiple accounts!"
- message_actionbar: "&aYou earned &c%money% &afor 10 minutes online time!"
- message_payoutlimit_reached_actionbar: "&cYou have reached the payout limit today. You got 0$"
- message_afk_actionbar: "&cYou haven't earned money because you were afk!"
- message_atm_noperms: "&cYou don't have the permission to use ATM's!"
- message_atm_nomoneyinbank: "&cYou don't have enough money in bank!"
- message_atm_nomoney: "&cYou don't have enough money!"
- enable_atm: true
- atm_title: "&cATM"
- atm_withdraw: "&cWithdraw"
- atm_deposit: "&cDeposit"
- atm_balance: "&cBank balance:"
- atm_worth_gradation:
- - 10.0
- - 100.0
- - 1000.0
- - 10000.0
- group-atms: false
|