{"id":152225,"date":"2026-06-09T07:49:32","date_gmt":"2026-06-09T04:49:32","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/taxpro\/"},"modified":"2026-06-09T07:49:32","modified_gmt":"2026-06-09T04:49:32","slug":"taxpro","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/taxpro\/","title":{"rendered":"TaxPro"},"content":{"rendered":"<p># \ud83c\udfe6 TaxPro<\/p>\n<p>**Supported Java Version:** Java 17+<br \/>\n**Supported Minecraft Versions:** 1.13 &#8211; 1.20+  <\/p>\n<p>A high-performance, completely lag-free economy and taxation plugin for Spigot\/Paper servers. Built to handle massive player bases with seamless GriefPrevention and Vault integration.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcd1 Table of Contents<br \/>\n1. [\u2728 Features](#-features)<br \/>\n2. [\ud83d\udcbb Commands](#-commands)<br \/>\n3. [\ud83d\udd10 Permissions](#-permissions)<br \/>\n4. [\ud83c\udff7\ufe0f Placeholders](#\ufe0f-placeholders)<br \/>\n5. [\u2699\ufe0f Default Configuration (`config.yml`)](#\ufe0f-default-configuration-configyml)<br \/>\n6. [\ud83d\udcac Default Messages (`messages.yml`)](#-default-messages-messagesyml)<br \/>\n7. [\ud83d\udce5 Installation](#-installation)<br \/>\n8. [\ud83d\udee0\ufe0f Building](#\ufe0f-building)<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Features<br \/>\n&#8211; **\ud83d\udcc8 Progressive Wealth Tax**: Automatically runs margin-based wealth tax deductions based on configured tiered brackets.<br \/>\n&#8211; **\ud83c\udfe1 Land Tax**: Taxes players for their active or unused GriefPrevention claim blocks. Includes a sophisticated strike-system that automatically unclaims abandoned properties.<br \/>\n&#8211; **\ud83d\udc80 Death Penalties**: Highly configurable wallet percentage deductions with world exemptions (e.g., bypass in PvP Arenas).<br \/>\n&#8211; **\ud83d\udcb8 Command Fees**: Charge players in-game money for running commands. Supports custom grouped fees and individual granular overrides with dynamic bypass permissions.<br \/>\n&#8211; **\u23f1\ufe0f Dynamic Data Persistence**: All timers use persistent Unix timestamps. Even if your server crashes or goes offline for a week, it perfectly tracks exactly when the next tax is due!<br \/>\n&#8211; **\u26a1 Asynchronous Optimization**: Implements background batch processing. TaxPro safely executes heavy calculations on separate threads, guaranteeing it will never cause a server TPS drop.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcbb Commands<\/p>\n<p>| Command | Description | Permission Required |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/tax help` | Shows the plugin help menu | `tax.admin` |<br \/>\n| `\/tax stats` | View your personal projected taxes, due dates, and strikes | `tax.command.stats` |<br \/>\n| `\/tax forcewealth` | Force the wealth tax cycle and reset the timer | `tax.admin` |<br \/>\n| `\/tax forceland` | Force the daily land tax cycle and reset the timer | `tax.admin` |<br \/>\n| `\/tax reload` | Reloads all configurations and messages | `tax.admin` |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd10 Permissions<\/p>\n<p>| Permission Node | Description | Default |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `tax.admin` | Access to administrative commands | OP |<br \/>\n| `tax.command.stats` | Access to view personal stats | True |<br \/>\n| `tax.exempt.wealth` | Exempts the user from the wealth tax | False |<br \/>\n| `tax.exempt.land` | Exempts the user from the land tax | False |<br \/>\n| `tax.exempt.deathpenalty` | Exempts the user from dropping money on death | False |<br \/>\n| `tax.exempt.commandfees` | Master bypass for all command fees | False |<br \/>\n| `tax.exempt.commandfees.<group>`| Granular bypass for a specific command fee group | False |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udff7\ufe0f Placeholders<br \/>\n*(Requires PlaceholderAPI)*<\/p>\n<p>| Placeholder | Returns |<br \/>\n|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `%taxpro_wealth_projected%` | Projected wealth tax cost (e.g., `$150.00` or `Exempt ($0.00)`) |<br \/>\n| `%taxpro_land_projected%` | Projected land tax cost based on current claims |<br \/>\n| `%taxpro_strikes%` | Current land tax penalty strikes |<br \/>\n| `%taxpro_strikes_max%` | The server&#8217;s configured maximum strikes |<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Default Configuration (`config.yml`)<\/p>\n<p>&#8220;`yaml<br \/>\n# ==========================================<br \/>\n#        TaxPro &#8211; Main Config<br \/>\n# ==========================================<\/p>\n<p>General:<br \/>\n  Prefix: &#8220;&#038;b&#038;lTaxPro &#038;7\u00bb &#038;f&#8221;<br \/>\n  Debug-Mode: false<br \/>\n  # Enable logging tax deductions and payments to taxes.log<br \/>\n  Log-Transactions: true<\/p>\n<p>Integrations:<br \/>\n  # Requires Vault and a valid Economy provider (e.g., EssentialsX, CMI)<br \/>\n  Vault-Enabled: true<br \/>\n  # Requires GriefPrevention<br \/>\n  GriefPrevention-Enabled: true<\/p>\n<p>Wealth-Tax:<br \/>\n  Enabled: true<br \/>\n  # Should the tax run automatically based on its frequency? Set to false to only allow manual \/tax forcewealth<br \/>\n  Auto-Run: true<br \/>\n  # Frequency in hours (168 = 1 week)<br \/>\n  Frequency-Hours: 168<br \/>\n  Brackets:<br \/>\n    # Marginal tax system: Only taxes the amount within the bracket<br \/>\n    Tier1:<br \/>\n      Min: 0<br \/>\n      Max: 25000<br \/>\n      Rate: 0.0<br \/>\n      Base-Fee: 0.0<br \/>\n    Tier2:<br \/>\n      Min: 25001<br \/>\n      Max: 100000<br \/>\n      Rate: 0.02<br \/>\n      Base-Fee: 500.0<br \/>\n    Tier3:<br \/>\n      Min: 100001<br \/>\n      Max: 500000<br \/>\n      Rate: 0.05<br \/>\n      Base-Fee: 5000.0<br \/>\n    Tier4:<br \/>\n      Min: 500001<br \/>\n      Max: 2000000<br \/>\n      Rate: 0.08<br \/>\n      Base-Fee: 40000.0<br \/>\n    Tier5:<br \/>\n      Min: 2000001<br \/>\n      Max: -1 # -1 represents infinity<br \/>\n      Rate: 0.10<br \/>\n      Base-Fee: 200000.0<\/p>\n<p>Land-Tax:<br \/>\n  Enabled: true<br \/>\n  # Should the tax run automatically based on its frequency? Set to false to only allow manual \/tax forceland<br \/>\n  Auto-Run: true<br \/>\n  # Frequency in hours (24 = 1 day)<br \/>\n  Frequency-Hours: 24<br \/>\n  cost-Per-Claim-Block: 0.01<br \/>\n  # Tax-Method can be:<br \/>\n  # &#8216;USED&#8217; (only blocks currently physically placed\/claimed)<br \/>\n  # &#8216;REMAINING&#8217; (blocks sitting in their pool that are NOT physically claimed yet)<br \/>\n  # &#8216;TOTAL&#8217; (their entire block pool unconditionally: Used + Remaining combined)<br \/>\n  Tax-Method: &#8220;USED&#8221;<br \/>\n  Penalty-System:<br \/>\n    # Max strikes before action is taken<br \/>\n    Max-Strikes: 2<br \/>\n    # Action on max strikes: &#8216;UNCLAIM_OLDEST&#8217;, &#8216;UNCLAIM_ALL&#8217;, or &#8216;CUSTOM_COMMAND&#8217;<br \/>\n    Punishment: &#8220;CUSTOM_COMMAND&#8221;<br \/>\n    # The command to dispatch from console if Punishment is set to CUSTOM_COMMAND<br \/>\n    Custom-Command: &#8220;cmi jail %player% 1h not paying taxes&#8221;<\/p>\n<p>Death-Penalty:<br \/>\n  Enabled: true<br \/>\n  # Percentage of current wallet balance lost on death<br \/>\n  Wallet-Percentage: 0.01<br \/>\n  # Minimum balance required for the penalty to apply (protects new players)<br \/>\n  Exempt-Below: 1000.0<br \/>\n  # Maximum amount that can be lost in a single death (set to -1 for no cap)<br \/>\n  Max-Penalty: -1<br \/>\n  # List of worlds where the death penalty does NOT apply<br \/>\n  Exempt-Worlds:<br \/>\n    &#8211; &#8220;spawn&#8221;<\/p>\n<p>Command-Fees:<br \/>\n  Enabled: true<br \/>\n  # Players only receive a message if they have insufficient funds.<br \/>\n  Exempt-Below: 500.0<\/p>\n<p>  # Grouped prices: Apply the same fee to a list of commands<br \/>\n  Groups:<br \/>\n    Teleportation:<br \/>\n      Price: 25.0<br \/>\n      Commands:<br \/>\n        &#8211; &#8220;tpa %&#8221; # % represents wildcard<br \/>\n        &#8211; &#8220;tpaccept&#8221;<br \/>\n        &#8211; &#8220;home&#8221;<\/p>\n<p>  # Individual prices: Overrides group prices if a command appears in both<br \/>\n  Individual:<br \/>\n    &#8220;ec&#8221;: 50.0<br \/>\n    &#8220;feed&#8221;: 15.0<br \/>\n    &#8220;repair&#8221;: 500.0<\/p>\n<p>&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcac Default Messages (`messages.yml`)<\/p>\n<p>&#8220;`yaml<br \/>\nWealth-Tax:<br \/>\n  Broadcast-Start: &#8220;%prefix%&#038;eThe weekly Wealth Tax is now being processed&#8230;&#8221;<br \/>\n  Broadcast-End: &#8220;%prefix%&#038;aWealth Tax collection complete. Thank you for supporting the economy!&#8221;<br \/>\n  Player-Receipt: &#8220;%prefix%&#038;7The Taxman has collected &#038;c$%amount% &#038;7based on your wealth bracket. New Balance: &#038;a$%balance%. &#038;7Run [\/tax stats] for more information.&#8221;<br \/>\n  Exempt: &#8220;%prefix%&#038;a[Tax] &#038;7Your wealth falls under the taxation threshold. You are exempt from the Wealth Tax this week.&#8221;<\/p>\n<p>Land-Tax:<br \/>\n  Broadcast-Start: &#8220;%prefix%&#038;bThe daily Land Tax is now being processed&#8230;&#8221;<br \/>\n  Broadcast-End: &#8220;%prefix%&#038;aLand Tax collection complete. All properties evaluated! test&#8221;<br \/>\n  Player-Receipt: &#8220;%prefix%&#038;7Paid &#038;c$%amount% &#038;7upkeep to taxman for &#038;b%blocks% &#038;7claim blocks. New Balance: &#038;a$%balance%. &#038;7Run [\/tax stats] for more information.&#8221;<br \/>\n  Strike-Warning: &#8220;%prefix%&#038;e[Warning] &#038;cYou had insufficient funds to pay your Land Tax! &#038;7Strike: &#038;c%strikes%\/2&#038;7. Fund your account to avoid claim deletion!&#8221;<br \/>\n  Strike-Action: &#8220;%prefix%&#038;4[ALERT] &#038;cYou failed to pay your Land Tax for multiple days.&#8221;<\/p>\n<p>Death-Penalty:<br \/>\n  Death-Message: &#8220;%prefix%&#038;8[&#038;4Death&#038;8] &#038;7The Styx toll has been collected. You lost &#038;c$%amount% &#038;7from your wallet.&#8221;<\/p>\n<p>Command-Fees:<br \/>\n  Insufficient-Funds: &#8220;&#038;cYou need $%amount% to use this command. Your balance: $%balance%&#8221;<\/p>\n<p>Errors:<br \/>\n  No-Permission: &#8220;&#038;cYou do not have permission to do this.&#8221;<br \/>\n  Vault-Error: &#8220;&#038;4Critical Error: Vault integration failed. Please contact an administrator.&#8221;<\/p>\n<p>Stats:<br \/>\n  Player-Stats:<br \/>\n    &#8211; &#8220;&#038;8&#038;m&#8212;&#8212;&#8211;&#038;r &#038;eYour Tax Stats &#038;8&#038;m&#8212;&#8212;&#8211;&#8221;<br \/>\n    &#8211; &#8220;&#038;eProjected Wealth Tax: &#038;c-$%wealth_tax_amount% &#038;7(Due in: %wealth_time_remaining%)&#8221;<br \/>\n    &#8211; &#8220;&#038;eProjected Land Tax: &#038;c-$%land_tax_amount% &#038;7(Due in: %land_time_remaining%)&#8221;<br \/>\n    &#8211; &#8220;&#038;cActive Penalties: %strikes% Strike(s)&#8221;<br \/>\n    &#8211; &#8220;&#038;8&#038;m&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&#8221;<\/p>\n<p>  Tax-Exempt-Format: &#8220;&#038;aExempt ($0.00)&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce5 Installation<br \/>\n1. Drop the compiled `TaxPro-1.0-SNAPSHOT.jar` into your server&#8217;s `\/plugins` folder.<br \/>\n2. Ensure you have Vault installed along with an economy provider (like EssentialsX or CMI).<br \/>\n3. Optionally, install GriefPrevention to utilize the Land Tax feature.<br \/>\n4. Restart your server.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee0\ufe0f Building<br \/>\n1) Download the source code from Github.<br \/>\n2) Compile the plugin using Maven:<br \/>\n&#8220;`bash<br \/>\nmvn clean package<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A high-performance, completely lag-free economy and taxation plugin for Spigot\/Paper servers. Built to handle massive player bases with seamless GriefPrevention and Vault integration.<\/p>\n","protected":false},"featured_media":152226,"template":"","meta":{"_minecraft_slug":"taxpro","_minecraft_project_id":"d11Jyes3","_minecraft_author":"AbhinavSanthosh","_minecraft_license":"MIT","_minecraft_downloads":2,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"taxpro.zip","_minecraft_size_bytes":35969,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T12:19:38.093572Z","_minecraft_date_created":"2026-05-06T02:26:42.717362Z","_minecraft_date_modified":"2026-04-29T12:20:37.953193Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/taxpro","_minecraft_icon_attachment_id":152226,"_minecraft_imported_at":"2026-06-09T04:49:33+00:00","_minecraft_import_hash":"98f2accbd9fb66f0bb9ebff937a459e9","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,844,126,127,128,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[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,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167],"class_list":["post-152225","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-economy","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>TaxPro - 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\/taxpro\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"TaxPro - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A high-performance, completely lag-free economy and taxation plugin for Spigot\/Paper servers. Built to handle massive player bases with seamless GriefPrevention and Vault integration.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/taxpro\/\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/taxpro\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/taxpro\\\/\",\"name\":\"TaxPro - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/taxpro\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/taxpro\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/taxpro-icon-5b5f4d6c9b5a88c15a38b9724f46ac1480217f3d_96.webp\",\"datePublished\":\"2026-06-09T04:49:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/taxpro\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/taxpro\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/taxpro\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/taxpro-icon-5b5f4d6c9b5a88c15a38b9724f46ac1480217f3d_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/taxpro-icon-5b5f4d6c9b5a88c15a38b9724f46ac1480217f3d_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/taxpro\\\/#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\":\"TaxPro\"}]},{\"@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":"TaxPro - 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\/taxpro\/","og_locale":"en_US","og_type":"article","og_title":"TaxPro - Minecraft","og_description":"A high-performance, completely lag-free economy and taxation plugin for Spigot\/Paper servers. Built to handle massive player bases with seamless GriefPrevention and Vault integration.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/taxpro\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/taxpro\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/taxpro\/","name":"TaxPro - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/taxpro\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/taxpro\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/taxpro-icon-5b5f4d6c9b5a88c15a38b9724f46ac1480217f3d_96.webp","datePublished":"2026-06-09T04:49:32+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/taxpro\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/taxpro\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/taxpro\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/taxpro-icon-5b5f4d6c9b5a88c15a38b9724f46ac1480217f3d_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/taxpro-icon-5b5f4d6c9b5a88c15a38b9724f46ac1480217f3d_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/taxpro\/#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":"TaxPro"}]},{"@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\/152225","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\/152226"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=152225"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=152225"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=152225"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=152225"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}