config.yml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. # If afk payout is enabled, what percent should be paid out?
  10. afk_payout_percent: 10
  11. display-messages-in-chat: true
  12. display-messages-in-actionbar: true
  13. display-messages-in-actionbar-time: 10
  14. give_money_every_second: 600
  15. store-money-in-bank: false
  16. # 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.
  17. allow-multiple-accounts: true
  18. # Option to increase the maximal amount of players of the same IP getting a payout. Only applies when allow-multiple-accounts is set to false.
  19. max-multiple-accounts: 1
  20. # Optional: Define a server bank account for withdrawing money from that account for the payouts instead of creating money out of nowhere
  21. bank-account: ""
  22. # Payouts will be delivered by "chance" instead "permission".
  23. choose-payout-by-chance: false
  24. # Enable this if you want to add up all lower payouts to the final payout (only relevant when using permissions)
  25. merge-payouts: false
  26. # You can add as many payouts you want. You only can choose between "permission"
  27. # and "chance", not both.
  28. payouts:
  29. 1:
  30. payout_amount: 50
  31. max_payout_per_day: 1000
  32. # chance: 10
  33. permission:
  34. 2:
  35. payout_amount: 100
  36. max_payout_per_day: 10000
  37. commands:
  38. - /give %player% diamond 1
  39. commands_if_afk:
  40. - /give %player% dirt 1
  41. # chance: 90
  42. # You can use any permission name you want. e.g. myserver.donor
  43. permission: tim.vip
  44. # Translations
  45. message: "&aYou earned &c%money% &afor 10 minutes online time!"
  46. message_payoutlimit_reached: "&cYou have reached the payout limit today. You earned 0$"
  47. message_afk: "&cYou havn't earned money because you were afk!"
  48. message_afk_payout: "&6You earned &c%money% (%percent%% of normal payout) &6for 10 minutes online time while afk!"
  49. message_multiple_ips: "&cYou havn't earned money because you're playing with multiple accounts!"
  50. message_actionbar: "&aYou earned &c%money% &afor 10 minutes online time!"
  51. message_payoutlimit_reached_actionbar: "&cYou have reached the payout limit today. You got 0$"
  52. message_afk_actionbar: "&cYou haven't earned money because you were afk!"
  53. message_afk_actionbar_payout: "&6You earned &c%money% &6for 10 minutes online time while afk!"
  54. message_atm_noperms: "&cYou don't have the permission to use ATM's!"
  55. message_atm_nomoneyinbank: "&cYou don't have enough money in bank!"
  56. message_atm_nomoney: "&cYou don't have enough money!"
  57. message_atm_nopermbuild: "&cYou don't have permissions to build ATM's (tim.atm.place)"
  58. message_atm_created: "&2ATM created! (You can also write something in the Lines 2-4)"
  59. message_atm_withdrew: "&cTook &a%s &cfrom your account."
  60. message_atm_deposited: "&2Added &a%s &2to your account."
  61. # Set this to true to send the payout limit reached message only one time once reached
  62. display-payout-limit-reached-message-once: false
  63. # ATM -> Place down a sign with [atm] on the first line to use it!
  64. enable_atm: true
  65. # The label that is drawn on the sign upon placement (keep in mind that ATM signs are tracked using this tag, so choose something "unique")
  66. atm_sign_label: "&cATM"
  67. atm_worth_gradation:
  68. - 10.0
  69. - 100.0
  70. - 1000.0
  71. - 10000.0
  72. # 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.
  73. # Note: Existing bank accounts will be removed when enabling this feature.
  74. group-atms: false
  75. # Example groups for seperating all worlds:
  76. #atm_groups:
  77. # group1:
  78. # - world
  79. # group2:
  80. # - world_nether
  81. # group3:
  82. # - world_the_end
  83. # Example groups for seperating skyblock worlds and survival worlds:
  84. #atm_groups:
  85. # group1:
  86. # - ASkyblock_world
  87. # - Askyblock_spawn
  88. # group2:
  89. # - survival_world
  90. # - farm_world