Advertisement
AndziaMC

Untitled

Aug 18th, 2019
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. configuration-version: 12
  2.  
  3. debug-log: true
  4.  
  5. # You can disable the plugin's payout feature in certain worlds
  6. disabled_in_worlds:
  7. - "creative_world"
  8.  
  9. # You can define if the player gets a payout whether player is afk or not.
  10. # the permission tim.afkbypass would avoid this for certain user or groups.
  11. afk_payout: false
  12. display-messages-in-chat: true
  13. display-messages-in-actionbar: true
  14. display-messages-in-actionbar-time: 10
  15. give_money_every_second: 3600
  16. store-money-in-bank: false
  17.  
  18. # 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.
  19. allow-multiple-accounts: true
  20.  
  21. # Payouts will be delivered by "chance" instead "permission".
  22. choose-payout-by-chance: false
  23.  
  24. # You can add as many payouts you want. You only can choose between "permission"
  25. # and "chance", not both.
  26. payouts:
  27. 1:
  28. payout_amount: 500
  29. max_payout_per_day: 120000
  30. # chance: 10
  31. permission: czas.member
  32. 2:
  33. payout_amount: 750
  34. max_payout_per_day: 180000
  35. # chance: 90
  36. # You can use any permission name you want. e.g. myserver.donor
  37. permission: czas.goldmember
  38. 3:
  39. payout_amount: 1000
  40. max_payout_per_day: 240000
  41. # chance: 10
  42. permission: czas.goldmembereda
  43. 4:
  44. payout_amount: 2000
  45. max_payout_per_day: 480000
  46. # chance: 10
  47. permission: czas.epicmember
  48. 5:
  49. payout_amount: 3000
  50. max_payout_per_day: 720000
  51. # chance: 10
  52. permission: czas.epicmembereda
  53.  
  54. # Translations
  55. message: "&7[&6&lMyCraty.net&7] &7Otrzymałeś &6%money% &7za 1 godzinę gry na serwerze!"
  56. message_payoutlimit_reached: "&7[&6&lMyCraty.net&7] &cPrzekroczyłeś limit! Otrzymujesz od teraz &e0$"
  57. message_afk: ""
  58. message_multiple_ips: ""
  59. message_actionbar: "&6Otrzymałeś &e%money% &6za 1 godzinę gry na serwerze!"
  60. message_payoutlimit_reached_actionbar: "&6Przekroczyłeś limit! Otrzymujesz od teraz &e0$"
  61. message_afk_actionbar: ""
  62. message_atm_noperms: "&fTa komenda nie istnieje, wpisz /pomoc!"
  63. message_atm_nomoneyinbank: ""
  64. message_atm_nomoney: ""
  65.  
  66. # ATM -> Place down a sign with [atm] on the first line to use it!
  67. enable_atm: false
  68. atm_title: "&cATM"
  69. atm_withdraw: "&cWithdraw"
  70. atm_deposit: "&cDeposit"
  71. atm_balance: "&cBank balance:"
  72. atm_worth_gradation:
  73. - 10.0
  74. - 100.0
  75. - 1000.0
  76. - 10000.0
  77.  
  78.  
  79. # 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.
  80. # Note: Existing bank accounts will be removed when enabling this feature.
  81. group-atms: false
  82. # Example groups for seperating all worlds:
  83. #atm_groups:
  84. # group1:
  85. # - world
  86. # group2:
  87. # - world_nether
  88. # group3:
  89. # - world_the_end
  90. # Example groups for seperating skyblock worlds and survival worlds:
  91. #atm_groups:
  92. # group1:
  93. # - ASkyblock_world
  94. # - Askyblock_spawn
  95. # group2:
  96. # - survival_world
  97. # - farm_world
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement