config.yml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. configuration-version: 12
  2. debug-log: false
  3. # You can disable the plugin's payout feature in certain worlds
  4. disabled_in_worlds:
  5. - "creative_world"
  6. # You can define if the player gets a payout whether player is afk or not.
  7. # the permission tim.afkbypass would avoid this for certain user or groups.
  8. afk_payout: false
  9. display-messages-in-chat: true
  10. display-messages-in-actionbar: true
  11. display-messages-in-actionbar-time: 10
  12. give_money_every_second: 600
  13. store-money-in-bank: false
  14. # Define if multiple accounts should get payed with the same ip-address. You may disable this if your players are using multiple accounts per ip.
  15. allow-multiple-accounts: true
  16. # Payouts will be delivered by "chance" instead "permission".
  17. choose-payout-by-chance: false
  18. # You can add as many payouts you want. You only can choose between "permission"
  19. # and "chance", not both.
  20. payouts:
  21. 1:
  22. payout_amount: 50
  23. max_payout_per_day: 1000
  24. # chance: 10
  25. permission:
  26. 2:
  27. payout_amount: 100
  28. max_payout_per_day: 10000
  29. commands:
  30. - /give %player% diamond 1
  31. # chance: 90
  32. # You can use any permission name you want. e.g. myserver.donor
  33. permission: tim.vip
  34. # Translations
  35. message: "&aYou earned &c%money% &afor 10 minutes online time!"
  36. message_payoutlimit_reached: "&cYou have reached the payout limit today. You earned 0$"
  37. message_afk: "&cYou havn't earned money because you were afk!"
  38. message_multiple_ips: "&cYou havn't earned money because you're playing with multiple accounts!"
  39. message_actionbar: "&aYou earned &c%money% &afor 10 minutes online time!"
  40. message_payoutlimit_reached_actionbar: "&cYou have reached the payout limit today. You got 0$"
  41. message_afk_actionbar: "&cYou haven't earned money because you were afk!"
  42. message_atm_noperms: "&cYou don't have the permission to use ATM's!"
  43. message_atm_nomoneyinbank: "&cYou don't have enough money in bank!"
  44. message_atm_nomoney: "&cYou don't have enough money!"
  45. # ATM -> Place down a sign with [atm] on the first line to use it!
  46. enable_atm: true
  47. atm_title: "&cATM"
  48. atm_withdraw: "&cWithdraw"
  49. atm_deposit: "&cDeposit"
  50. atm_balance: "&cBank balance:"
  51. atm_worth_gradation:
  52. - 10.0
  53. - 100.0
  54. - 1000.0
  55. - 10000.0
  56. # You can seperate the ATM balances for different worlds by group them. Just set group-atms to true and write atm_groups as described below.
  57. # Note: Existing bank accounts will be removed when enabling this feature.
  58. group-atms: false
  59. # Example groups for seperating all worlds:
  60. #atm_groups:
  61. # group1:
  62. # - world
  63. # group2:
  64. # - world_nether
  65. # group3:
  66. # - world_the_end
  67. # Example groups for seperating skyblock worlds and survival worlds:
  68. #atm_groups:
  69. # group1:
  70. # - ASkyblock_world
  71. # - Askyblock_spawn
  72. # group2:
  73. # - survival_world
  74. # - farm_world