{"id":156439,"date":"2026-06-09T15:33:05","date_gmt":"2026-06-09T12:33:05","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/time-is-money\/"},"modified":"2026-06-09T15:33:05","modified_gmt":"2026-06-09T12:33:05","slug":"time-is-money","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/time-is-money\/","title":{"rendered":"Time Is Money"},"content":{"rendered":"<p>![Replace this with a description](https:\/\/cdn.modrinth.com\/data\/cached_images\/9cfe0276a8d2b75695e5b3a6c4429de1111cbde9.png)<\/p>\n<p>The plugin does exactly what&#8217;s in the name &#8211; It pays out your online players for their online time! Thus you&#8217;re able to configure an amount of money that should be given to the player for their online time. In addition, it is possible to give items instead of a money payout. So for instance, you could give your players a diamond and 100 $ every 10 minutes.<\/p>\n<p><iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/P2SHWMf4-Xs\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n<p>## Config<br \/>\n&#8220;`yml<br \/>\nconfiguration-version: 12<br \/>\ndebug-log: false<br \/>\n# You can disable the plugin&#8217;s payout feature in certain worlds<br \/>\ndisabled_in_worlds:<br \/>\n&#8211; &#8220;creative_world&#8221;<br \/>\n# You can define if the player gets a payout whether player is afk or not.<br \/>\n# the permission tim.afkbypass would avoid this for certain user or groups.<br \/>\nafk_payout: false<br \/>\n# If afk payout is enabled, what percent should be paid out?<br \/>\nafk_payout_percent: 10<br \/>\ndisplay-messages-in-chat: true<br \/>\ndisplay-messages-in-actionbar: true<br \/>\ndisplay-messages-in-actionbar-time: 10<br \/>\ngive_money_every_second: 600<br \/>\nstore-money-in-bank: false<br \/>\n# 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.<br \/>\nallow-multiple-accounts: true<br \/>\n# 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.<br \/>\nmax-multiple-accounts: 1<br \/>\n# Optional: Define a server bank account for withdrawing money from that account for the payouts instead of creating money out of nowhere<br \/>\nbank-account: &#8220;&#8221;<br \/>\n# Payouts will be delivered by &#8220;chance&#8221; instead &#8220;permission&#8221;.<br \/>\nchoose-payout-by-chance: false<br \/>\n# Enable this if you want to add up all lower payouts to the final payout (only relevant when using permissions)<br \/>\nmerge-payouts: false<br \/>\n# You can add as many payouts you want. You only can choose between &#8220;permission&#8221;<br \/>\n# and &#8220;chance&#8221;, not both.<br \/>\npayouts:<br \/>\n  1:<br \/>\n    payout_amount: 50<br \/>\n    max_payout_per_day: 1000<br \/>\n    # chance: 10<br \/>\n    permission:<br \/>\n  2:<br \/>\n    payout_amount: 100<br \/>\n    max_payout_per_day: 10000<br \/>\n    commands:<br \/>\n      &#8211; \/give %player% diamond 1<br \/>\n    commands_if_afk:<br \/>\n      &#8211; \/give %player% dirt 1<br \/>\n    # chance: 90<br \/>\n    # You can use any permission name you want. e.g. myserver.donor<br \/>\n    permission: tim.vip<br \/>\n# Translations<br \/>\nmessage: &#8220;&#038;aYou earned &#038;c%money% &#038;afor 10 minutes online time!&#8221;<br \/>\nmessage_payoutlimit_reached: &#8220;&#038;cYou have reached the payout limit today. You earned 0$&#8221;<br \/>\nmessage_afk: &#8220;&#038;cYou havn&#8217;t earned money because you were afk!&#8221;<br \/>\nmessage_afk_payout: &#8220;&#038;6You earned &#038;c%money% (%percent%% of normal payout) &#038;6for 10 minutes online time while afk!&#8221;<br \/>\nmessage_multiple_ips: &#8220;&#038;cYou havn&#8217;t earned money because you&#8217;re playing with multiple accounts!&#8221;<br \/>\nmessage_actionbar: &#8220;&#038;aYou earned &#038;c%money% &#038;afor 10 minutes online time!&#8221;<br \/>\nmessage_payoutlimit_reached_actionbar: &#8220;&#038;cYou have reached the payout limit today. You got 0$&#8221;<br \/>\nmessage_afk_actionbar: &#8220;&#038;cYou haven&#8217;t earned money because you were afk!&#8221;<br \/>\nmessage_afk_actionbar_payout: &#8220;&#038;6You earned &#038;c%money% &#038;6for 10 minutes online time while afk!&#8221;<br \/>\nmessage_atm_noperms: &#8220;&#038;cYou don&#8217;t have the permission to use ATM&#8217;s!&#8221;<br \/>\nmessage_atm_nomoneyinbank: &#8220;&#038;cYou don&#8217;t have enough money in bank!&#8221;<br \/>\nmessage_atm_nomoney: &#8220;&#038;cYou don&#8217;t have enough money!&#8221;<br \/>\n# ATM -> Place down a sign with [atm] on the first line to use it!<br \/>\nenable_atm: true<br \/>\natm_title: &#8220;&#038;cATM&#8221;<br \/>\natm_withdraw: &#8220;&#038;cWithdraw&#8221;<br \/>\natm_deposit: &#8220;&#038;cDeposit&#8221;<br \/>\natm_balance: &#8220;&#038;cBank balance:&#8221;<br \/>\natm_worth_gradation:<br \/>\n  &#8211; 10.0<br \/>\n  &#8211; 100.0<br \/>\n  &#8211; 1000.0<br \/>\n  &#8211; 10000.0<br \/>\n# 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.<br \/>\n# Note: Existing bank accounts will be removed when enabling this feature.<br \/>\ngroup-atms: false<br \/>\n# Example groups for seperating all worlds:<br \/>\n#atm_groups:<br \/>\n#  group1:<br \/>\n#  &#8211; world<br \/>\n#  group2:<br \/>\n#  &#8211; world_nether<br \/>\n#  group3:<br \/>\n#   &#8211; world_the_end<br \/>\n# Example groups for seperating skyblock worlds and survival worlds:<br \/>\n#atm_groups:<br \/>\n#  group1:<br \/>\n#  &#8211; ASkyblock_world<br \/>\n#  &#8211; Askyblock_spawn<br \/>\n#  group2:<br \/>\n#  &#8211; survival_world<br \/>\n#  &#8211; farm_world<\/p>\n<p>&#8220;`<\/p>\n<p>## ATM<br \/>\nThe ATM allows your players to withdraw money stored in the ATM that was previously added by Time Is Money to their account:<br \/>\n![ATM sign how to access](https:\/\/cdn.modrinth.com\/data\/cached_images\/01986b1e5e11f2668020b307143575bdc8763bfc.png)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Earn money for being online!<\/p>\n","protected":false},"featured_media":156440,"template":"","meta":{"_minecraft_slug":"time-is-money","_minecraft_project_id":"mfW1LEp1","_minecraft_author":"MasterCake","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":899,"_minecraft_follows":7,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"time-is-money.zip","_minecraft_size_bytes":66457,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T08:58:18.498303Z","_minecraft_date_created":"2024-03-17T06:32:55.018150Z","_minecraft_date_modified":"2024-03-15T03:14:04.499522Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/time-is-money","_minecraft_icon_attachment_id":156440,"_minecraft_imported_at":"2026-06-09T12:33:05+00:00","_minecraft_import_hash":"ba4f8fd04efc588084622fed50bb2186","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,844,89,127,129],"mod_loader":[130,132,134],"minecraft_version":[339,340,341,357,359,360,379,382,385,438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,21,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864],"class_list":["post-156439","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-economy","mod_category-game-mechanics","mod_category-paper","mod_category-spigot","mod_loader-bukkit","mod_loader-paper","mod_loader-spigot","minecraft_version-1-10","minecraft_version-1-10-1","minecraft_version-1-10-2","minecraft_version-1-11","minecraft_version-1-11-1","minecraft_version-1-11-2","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-7-10","minecraft_version-1-8","minecraft_version-1-8-1","minecraft_version-1-8-2","minecraft_version-1-8-3","minecraft_version-1-8-4","minecraft_version-1-8-5","minecraft_version-1-8-6","minecraft_version-1-8-7","minecraft_version-1-8-8","minecraft_version-1-8-9","minecraft_version-1-9","minecraft_version-1-9-1","minecraft_version-1-9-2","minecraft_version-1-9-3","minecraft_version-1-9-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Time Is Money - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/time-is-money\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Time Is Money - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Earn money for being online!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/time-is-money\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/time-is-money\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/time-is-money\\\/\",\"name\":\"Time Is Money - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/time-is-money\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/time-is-money\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/time-is-money-icon-573736c8c5c24a79c44568a7217dbc2f3067b834.png\",\"datePublished\":\"2026-06-09T12:33:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/time-is-money\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/time-is-money\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/time-is-money\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/time-is-money-icon-573736c8c5c24a79c44568a7217dbc2f3067b834.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/time-is-money-icon-573736c8c5c24a79c44568a7217dbc2f3067b834.png\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/time-is-money\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Time Is Money\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Time Is Money - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/time-is-money\/","og_locale":"en_US","og_type":"article","og_title":"Time Is Money - Minecraft","og_description":"Earn money for being online!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/time-is-money\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/time-is-money\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/time-is-money\/","name":"Time Is Money - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/time-is-money\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/time-is-money\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/time-is-money-icon-573736c8c5c24a79c44568a7217dbc2f3067b834.png","datePublished":"2026-06-09T12:33:05+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/time-is-money\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/time-is-money\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/time-is-money\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/time-is-money-icon-573736c8c5c24a79c44568a7217dbc2f3067b834.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/time-is-money-icon-573736c8c5c24a79c44568a7217dbc2f3067b834.png","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/time-is-money\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Time Is Money"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/156439","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/156440"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=156439"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=156439"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=156439"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=156439"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}