config.yml 4.4 KB

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