# Config generated for TimeIsMoney ${project.version} configuration-version: 12 debug-log: false # You can disable the plugin's payout feature in certain worlds disabled_in_worlds: - "creative_world" # You can define if the player gets a payout whether player is afk or not. # the permission tim.afkbypass would avoid this for certain user or groups. afk_payout: false # If afk payout is enabled, what percent should be paid out? afk_payout_percent: 10 # Will use essential's AFK feature if available afk_use_essentials: true display-messages-in-chat: true display-messages-in-actionbar: true display-messages-in-actionbar-time: 10 # defines whether the money should be stored in the bank (access it using /atm or an [ATM] sign, see more below) store-money-in-bank: false # Define if multiple accounts should get paid with the same ip address. # You may disable this if your players are using multiple accounts per ip on purpose. # Can also set "tim.multipleaccountsbypass" permission to bypass this for individual players. # Note that one of the players that share the same ip address will still receive their payout. allow-multiple-accounts: true # 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. max-multiple-accounts: 1 # Optional: Define a server bank account for withdrawing money from that account for the payouts instead of creating money out of nowhere bank-account: "" # Payouts will be delivered by "chance" instead "permission". choose-payout-by-chance: false # Enable this if you want to add up all lower payouts to the final payout (only relevant when using permissions) # doesn't merge payouts with individual intervals. Also doesn't merge when choose-only-one-payout is enabled. merge-payouts: false # Should it choose the last payout a player has permission for from the list? In the payout configuration below, # this would mean that VIPs (players with the tim.vip perm) would receive the last payout, while normal players the # first in the list. Does not apply for payouts with individual intervals choose-only-one-payout: true # Interval for all payouts; how long should a player need to play on the server to receive one of the payouts? # (previously called give_money_every_second) # It accepts seconds (s), minutes (m), and hours (h) global_interval: "10m" # You can add as many payouts you want. You only can choose between "permission" # and "chance", not both. payouts: 1: payout_amount: 50 max_payout_per_day: 1000 # chance: 10 permission: "" 2: payout_amount: 100 max_payout_per_day: 10000 commands: - /give %player% diamond 1 commands_if_afk: - /give %player% dirt 1 # chance: 90 # You can use any permission name you want. e.g. myserver.donor permission: tim.vip # 3: # payout_amount: 1000 # max_payout_per_day: 10000 # # you can define a custom interval for individual payouts # interval: 10h # permission: "" # Translations # Both legacy color codes, &c etc. and hex RGB color codes, #&FF00FF, are supported. 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_afk_payout: "&6You earned &c%money% (%percent%% of normal payout) &6for 10 minutes online time while 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_afk_actionbar_payout: "&6You earned &c%money% &6for 10 minutes online time while 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!" message_atm_nopermbuild: "&cYou don't have permissions to build ATM's (tim.atm.place)" message_atm_created: "&2ATM created! (You can also write something in the Lines 2-4)" message_atm_withdrew: "&cTook &a%s &cfrom your account." message_atm_deposited: "&2Added &a%s &2to your account." message_atm_limit_reached: "&cATM limit reached! Please withdraw some money before you can receive money again." # Set this to true to send the payout limit reached message only one time once reached display-payout-limit-reached-message-once: false # uncomment to use database instead of data file #mysql: # host: "127.0.0.1" # user: "user" # password: "pass" # port: 3306 # database: "tim_db" # ATM -> Place down a sign with [atm] on the first line to use it! enable_atm: true # 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") atm_sign_label: "&cATM" atm_worth_gradation: - 10.0 - 100.0 - 1000.0 - 10000.0 # Sets a limit for the max amount of money allowed inside a player's ATM. #atm_balance_limit: 100000000.0; # 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. # Note: Existing bank accounts will be removed when enabling this feature. group-atms: false # Example groups for seperating all worlds: #atm_groups: # group1: # - world # group2: # - world_nether # group3: # - world_the_end # Example groups for seperating skyblock worlds and survival worlds: #atm_groups: # group1: # - ASkyblock_world # - Askyblock_spawn # group2: # - survival_world # - farm_world