{"id":137372,"date":"2026-06-08T05:52:57","date_gmt":"2026-06-08T02:52:57","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/server-economy-deprecated\/"},"modified":"2026-06-08T05:52:57","modified_gmt":"2026-06-08T02:52:57","slug":"server-economy-deprecated","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/server-economy-deprecated\/","title":{"rendered":"GalaxyByne&#8217;s Economy"},"content":{"rendered":"<p>### ! ! ! This is a deprecated data pack. Download the new version here.<\/p>\n<p># Galaxy&#8217;s Server Economy<\/p>\n<p>## Features:<br \/>\n&#8211; Balance System<br \/>\n&#8211; Pay System<br \/>\n&#8211; Stock Market<br \/>\n&#8211; Debit Cards \/ Payment Terminals<\/p>\n<p>## Usage Instructions:<br \/>\n### Balance System:<br \/>\nUse `\/trigger ShowBalance` to see your balance<br \/>\nTo depoit \/ withdraw Diamonds from your account, you&#8217;ll need to summon some interactions:<br \/>\nUse `\/function galaxyseconomy:summon_atm\/[direction]` to summon the preset ATM.<br \/>\nUse `\/kill @e[tag=ATM,distance=..1]` to remove an ATM.<br \/>\n**Note:**<br \/>\n&#8211; Replace [direction] with either north, east, south, or west. Use the direction the ATM is facing.<br \/>\n&#8212;<br \/>\nYou can also customize ATMs.<br \/>\nUse<br \/>\n&#8220;`<br \/>\n\/summon interaction ~ ~ ~ {width:[width here]f,height:[height here]f,response:1b,Tags:[&#8220;bank_interaction&#8221;,&#8221;bank_diamond_sell&#8221;]}<br \/>\n&#8220;`<br \/>\nto summon a deposit interaction.<br \/>\nUse<br \/>\n&#8220;`<br \/>\n\/summon interaction ~ ~ ~ {width:[width here]f,height:[height here]f,response:1b,Tags:[&#8220;bank_interaction&#8221;,&#8221;bank_diamond_buy&#8221;]}<br \/>\n&#8220;`<br \/>\nto summon a withdraw interaction.<br \/>\n**Note:**<br \/>\n&#8211; Replace [width here] and [height here] with a positive number describing the interaction&#8217;s size<br \/>\n&#8212;<br \/>\n### Pay System:<br \/>\nUse `\/trigger Pay set [amount]` to pay the nearest Player in a 10-block radius<\/p>\n<p>&#8212;<br \/>\n### Stock Market:<br \/>\nThe Stock Market also uses interactions to buy\/sell stock (ores):<br \/>\nUse<br \/>\n&#8220;`<br \/>\n\/summon interaction ~ ~ ~ {width:[width here]f,height:[height here]f,response:1b,Tags:[&#8220;bank_interaction&#8221;,&#8221;bank_[stock]_<sell\/buy>&#8220;]}<br \/>\n&#8220;`<br \/>\nto summon a stock interaction.<br \/>\n**Note:**<br \/>\n&#8211; Replace [width here] and [height here] with a positive number describing the interaction&#8217;s size<br \/>\n&#8211; Replace <sell\/buy> with either &#8220;sell&#8221; or &#8220;buy&#8221; depending on your needs<br \/>\n&#8211; Replace [stock] with any stock. Stocks include:<br \/>\n   &#8211; redstone<br \/>\n   &#8211; lapis<br \/>\n   &#8211; iron<br \/>\n   &#8211; copper<br \/>\n   &#8211; gold<br \/>\n   &#8211; emerald<br \/>\n   &#8211; netherite<br \/>\n&#8212;<br \/>\nSet stock prices with `\/scoreboard players set [Stock] Stock [amount]`<br \/>\n**Note:**<br \/>\n&#8211; Replace [amount] with the price in *cents*<br \/>\n   &#8211; i.e. $3.79 -> 379<br \/>\n&#8211; Replace [Stock] with any stock<br \/>\n   &#8211; First letter *needs* to be *caps* here<br \/>\n   &#8211; ~~emerald~~ -> Emerald<br \/>\n&#8212;<br \/>\n### Debit Cards \/ Payment Terminals:<br \/>\nUse<br \/>\n&#8220;`<br \/>\n\/give @s name_tag{display:{Name:'{&#8220;text&#8221;:&#8221;Debit Card&#8221;,&#8221;color&#8221;:&#8221;light_purple&#8221;,&#8221;italic&#8221;:false}&#8217;},DebitCard:1b}<br \/>\n&#8220;`<br \/>\nto give yourself a Debit Card.<br \/>\n**Note:**<br \/>\n&#8211; If you know how to, you may modify this item&#8217;s attributes (like name, lore, etc.). Just make sure the tag `DebitCard:1b` is still there.<br \/>\n&#8212;<br \/>\nUse `\/function galaxyseconomy:summon_payment_terminal\/[direction]` to summon a Payment Terminal.<br \/>\nStand on it and use `\/trigger ClaimPaymentTerminal` to claim it.<br \/>\nUse `\/kill @e[tag=PaymentTerminal,distance=..1]` to remove a Payment Terminal.<br \/>\nUse<br \/>\n&#8220;`<br \/>\n\/give @s name_tag{display:{Name:'{&#8220;text&#8221;:&#8221;Payment Terminal Key&#8221;,&#8221;color&#8221;:&#8221;light_purple&#8221;,&#8221;italic&#8221;:false}&#8217;},TerminalKey:1b}<br \/>\n&#8220;`<br \/>\nto give yourself a Payment Terminal Key.<br \/>\nThe Payment Terminal has its own &#8220;bank account&#8221;. Use the Key on the *Tap Card* button to claim your earnings.<\/p>\n<p>**Note:**<br \/>\n&#8211; Replace [direction] with either north, east, south, or west. Use the direction facing your customers<br \/>\n&#8211; This will spawn\/kill a Payment Terminal at your feet<br \/>\n&#8211; If you know how to, you may modify the Key item&#8217;s attributes (like name, lore, etc.). Just make sure the tag `TerminalKey:1b` is still there.<br \/>\n&#8212;<br \/>\nUse `\/tag @s add EconomyBankSubscriber` to &#8220;subscribe&#8221; to a premium subscription that allows you to:<br \/>\nUse `\/trigger SellAll[Stock]` to sell all *blocks* of stock in your inventory.<br \/>\nUse `\/trigger BuyAll[Stock] set [amount]` to buy *stacks* of *blocks* of stock.<br \/>\n**Note:**<br \/>\n&#8211; Replace [Stock] with any stock<br \/>\n   &#8211; First letter *needs* to be *caps* here<br \/>\n   &#8211; ~~emerald~~ -> Emerald<br \/>\n&#8211; Replace [amount] with any positive integer that describes the amount of stacks of blocks of stock you&#8217;d like to buy<\/p>\n<p>## Bugs \/ Questions:<br \/>\nPlease report any bugs \/ suggestions \/ questions on the linked discord<\/p>\n","protected":false},"excerpt":{"rendered":"<p>An economy datapack including currency, debit cards and stock market.<\/p>\n","protected":false},"featured_media":137373,"template":"","meta":{"_minecraft_slug":"server-economy-deprecated","_minecraft_project_id":"cizyuv3R","_minecraft_author":"GalaxyByne","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":2235,"_minecraft_follows":19,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"server-economy-deprecated.zip","_minecraft_size_bytes":247800,"_minecraft_version_count":8,"_minecraft_updated_at":"2026-05-15T22:29:16.110466Z","_minecraft_date_created":"2023-10-27T23:34:06.635752Z","_minecraft_date_modified":"2023-11-05T16:01:14.924687Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/server-economy-deprecated","_minecraft_icon_attachment_id":137373,"_minecraft_imported_at":"2026-06-08T02:52:58+00:00","_minecraft_import_hash":"59ee1f64c60e029b1d5113138cdf93ea","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[84,844,97,104,89,98,92],"mod_loader":[86,99,106,100],"minecraft_version":[59,36,60],"class_list":["post-137372","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-datapack","mod_category-economy","mod_category-fabric","mod_category-forge","mod_category-game-mechanics","mod_category-quilt","mod_category-utility","mod_loader-datapack","mod_loader-fabric","mod_loader-forge","mod_loader-quilt","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>GalaxyByne&#039;s Economy - 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\/server-economy-deprecated\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"GalaxyByne&#039;s Economy - Minecraft\" \/>\n<meta property=\"og:description\" content=\"An economy datapack including currency, debit cards and stock market.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/server-economy-deprecated\/\" \/>\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\\\/server-economy-deprecated\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server-economy-deprecated\\\/\",\"name\":\"GalaxyByne's Economy - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server-economy-deprecated\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server-economy-deprecated\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/server-economy-deprecated-icon-822a0ceb78811d53964b17f7431aed48fe3186e0_96.webp\",\"datePublished\":\"2026-06-08T02:52:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server-economy-deprecated\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server-economy-deprecated\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server-economy-deprecated\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/server-economy-deprecated-icon-822a0ceb78811d53964b17f7431aed48fe3186e0_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/server-economy-deprecated-icon-822a0ceb78811d53964b17f7431aed48fe3186e0_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server-economy-deprecated\\\/#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\":\"GalaxyByne&#8217;s Economy\"}]},{\"@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":"GalaxyByne's Economy - 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\/server-economy-deprecated\/","og_locale":"en_US","og_type":"article","og_title":"GalaxyByne's Economy - Minecraft","og_description":"An economy datapack including currency, debit cards and stock market.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/server-economy-deprecated\/","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\/server-economy-deprecated\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/server-economy-deprecated\/","name":"GalaxyByne's Economy - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/server-economy-deprecated\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/server-economy-deprecated\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/server-economy-deprecated-icon-822a0ceb78811d53964b17f7431aed48fe3186e0_96.webp","datePublished":"2026-06-08T02:52:57+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/server-economy-deprecated\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/server-economy-deprecated\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/server-economy-deprecated\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/server-economy-deprecated-icon-822a0ceb78811d53964b17f7431aed48fe3186e0_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/server-economy-deprecated-icon-822a0ceb78811d53964b17f7431aed48fe3186e0_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/server-economy-deprecated\/#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":"GalaxyByne&#8217;s Economy"}]},{"@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\/137372","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\/137373"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=137372"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=137372"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=137372"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=137372"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}