{"id":26474,"date":"2026-06-01T12:53:42","date_gmt":"2026-06-01T09:53:42","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/bbounty\/"},"modified":"2026-06-01T12:53:42","modified_gmt":"2026-06-01T09:53:42","slug":"bbounty","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/bbounty\/","title":{"rendered":"bBounty"},"content":{"rendered":"<p>![banner](https:\/\/cdn.modrinth.com\/data\/cached_images\/e2240de9e36fa6b948429df35d7c165673cb6b37_0.webp)<\/p>\n<p>A modern Bounty plugin for Spigot\/Paper (Paper 1.21.11) with legacy fallback via Maven profile. Designed to be modular, configurable and compatible with multiple economy providers.<\/p>\n<p>## TAB (neznamy) conditions<\/p>\n<p>![tab](https:\/\/cdn.modrinth.com\/data\/cached_images\/84ed2632a4a00e7c717c6fb6d881313d9e638b2b_0.webp)<\/p>\n<p>Add this condition block to your TAB (neznamy) configuration (under the conditions section in  your config.yml, after doing this, add the condition in your groups.yml):<\/p>\n<p>&#8220;`yaml<br \/>\nconditions:<br \/>\n  bounty:<br \/>\n    conditions:<br \/>\n      &#8211; &#8220;%bbounty_amount%!=0&#8243;<br \/>\n    true: &#8221; &#038;b$%bbounty_amount%&#8221;<br \/>\n    false: &#8220;&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Explanation:<br \/>\nconditions.bounty.conditions contains one or more expressions evaluated for the player. <\/p>\n<p>Here %bbounty_amount%!=0 returns true when the player&#8217;s bounty is not zero.<\/p>\n<p>true is the string to output when condition is true (shows cyan money with amount).<\/p>\n<p>false is the string to output when condition is false (empty string hides suffix).<\/p>\n<p>Then place the condition in your tab configuration where you accept condition placeholders. <\/p>\n<p>Example for tab plugin tabsuffix setting:<br \/>\n&#8220;`yaml<br \/>\ntabsuffix: &#8220;%condition:bounty%&#8221;<br \/>\n&#8220;`<br \/>\nThis will:<br \/>\nRender &#038;b$<amount> when the player&#8217;s bounty is not zero.<\/p>\n<p>Render nothing when the player&#8217;s bounty is zero, effectively hiding the suffix.<\/p>\n<p>### Examples<\/p>\n<p>Player with 0 bounty \u2192 tabsuffix becomes empty.<\/p>\n<p>Player with 150 bounty \u2192 tabsuffix becomes &#038;b$150 (styled according to plugin settings).<\/p>\n<p>## Overview<\/p>\n<p>bBounty allows players to set monetary bounties on other players, claim rewards on kill, track streaks, and offers admin tools for managing bounties. It supports Vault or command-based economy providers and provides both modern Adventure messages and legacy fallback.<\/p>\n<p>Bounties are also set automatically by the plugin to players with a random chance! (feature customizable in the config.yml)<\/p>\n<p>## Features<\/p>\n<p>&#8211; Set bounties via `\/bounty set <player> <amount>`<br \/>\n&#8211; Withdraw money from setter (configurable)<br \/>\n&#8211; Random auto-bounties on kill with probability scaling by streak<br \/>\n&#8211; Kill streak tracking and anti-farm cooldowns<br \/>\n&#8211; Reward payout to killer via configurable economy provider<br \/>\n&#8211; Admin commands and GUI-friendly placeholders<br \/>\n&#8211; Broadcast messages (configurable) for set, claim, auto-add<br \/>\n&#8211; Update checker with immediate check and scheduled checks<br \/>\n&#8211; PlaceholderAPI support<\/p>\n<p>## Commands<\/p>\n<p>Player:<br \/>\n&#8211; `\/bounty set <player> <amount>` &#8211; Set a bounty (withdraws money if enabled)<br \/>\n&#8211; `\/bounty info [player]` &#8211; View bounty info<br \/>\n&#8211; `\/bounty top [page]` &#8211; View top bounties<br \/>\n&#8211; `\/bounty streak [player]` &#8211; View kill streak<br \/>\n&#8211; `\/bounty stats` &#8211; View bounty statistics<\/p>\n<p>Admin:<br \/>\n&#8211; `\/bounty admin add <player> <amount>` &#8211; Force add bounty without cost<br \/>\n&#8211; `\/bounty remove <player>` &#8211; Remove a player&#8217;s bounty<br \/>\n&#8211; `\/bounty blacklist add <player>` &#8211; Add player to blacklist<br \/>\n&#8211; `\/bounty blacklist remove <player>` &#8211; Remove player from blacklist<br \/>\n&#8211; `\/bounty reload` &#8211; Reload config<br \/>\n&#8211; `\/bounty checkupdate` (or `\/bounty check`) &#8211; Force update check (permission `dbounty.admin`)<\/p>\n<p>## Placeholders<br \/>\n&#8220;`yaml<br \/>\n\ud83d\udcca Basic Plugin Stats<br \/>\n%bbounty_active_count% &#8211; How many active bounties (number)<\/p>\n<p>%bbounty_total_pool% &#8211; Total money in all bounties ($)<\/p>\n<p>%bbounty_version% &#8211; Plugin version (like &#8220;2.1.0&#8221;)<br \/>\n&#8220;`<br \/>\n\u2699\ufe0f Config Settings<br \/>\n&#8220;`yaml<br \/>\n%bbounty_config_min_set% &#8211; Minimum bounty you can set ($)<\/p>\n<p>%bbounty_config_max_bounty% &#8211; Maximum bounty you can set ($)<\/p>\n<p>%bbounty_config_auto_min% &#8211; Auto-bounty minimum ($)<\/p>\n<p>%bbounty_config_auto_max% &#8211; Auto-bounty maximum ($)<br \/>\n&#8220;`<br \/>\n\ud83e\udd47 #1 Leader (Top Target)<br \/>\n&#8220;`yaml<br \/>\n%bbounty_target_name% &#8211; Name of #1 bounty target<\/p>\n<p>%bbounty_target_amount% &#8211; Their bounty amount ($)<br \/>\n&#8220;`<br \/>\n\ud83c\udfc6 Top Players List (replace # with 1, 2, 3&#8230;)<br \/>\n&#8220;`yaml<br \/>\n%bbounty_top_name_1% &#8211; #1 player&#8217;s name<\/p>\n<p>%bbounty_top_amount_1% &#8211; #1 player&#8217;s bounty ($)<\/p>\n<p>%bbounty_top_streak_1% &#8211; #1 player&#8217;s kill streak<\/p>\n<p>%bbounty_top_setter_1% &#8211; Who set #1&#8217;s bounty<\/p>\n<p>Examples: %bbounty_top_name_3% = #3 player name<br \/>\n&#8220;`<br \/>\n\ud83d\udc64 Specific Player Info (replace &#8220;PlayerName&#8221;)<br \/>\n&#8220;`yaml<br \/>\n%bbounty_player_amount_PlayerName% &#8211; Player&#8217;s bounty ($)<\/p>\n<p>%bbounty_player_streak_PlayerName% &#8211; Player&#8217;s streak<\/p>\n<p>%bbounty_player_rank_PlayerName% &#8211; Player&#8217;s rank (#)<\/p>\n<p>%bbounty_player_has_bounty_PlayerName% &#8211; true\/false<\/p>\n<p>Example: %bbounty_player_amount_Steve%<br \/>\n&#8220;`<br \/>\n\ud83c\udfaf Current Player Info<br \/>\n&#8220;`yaml<br \/>\n%bbounty_amount% &#8211; Your bounty ($)<\/p>\n<p>%bbounty_streak% &#8211; Your kill streak<\/p>\n<p>%bbounty_has_bounty% &#8211; true\/false (you have bounty?)<\/p>\n<p>%bbounty_rank% &#8211; Your rank (#)<\/p>\n<p>%bbounty_setter% &#8211; Who set your bounty<\/p>\n<p>%bbounty_auto_chance% &#8211; Auto-bounty chance %<\/p>\n<p>%bbounty_reward_if_killed% &#8211; Reward if you kill them ($)<\/p>\n<p>%bbounty_updated_at% &#8211; When bounty was last updated<\/p>\n<p>%bbounty_setter_uuid% &#8211; Setter&#8217;s UUID<br \/>\n&#8220;`<br \/>\n## Configuration (example)<\/p>\n<p>Main relevant snippets of `config.yml` (defaults):<\/p>\n<p>&#8220;`yaml<br \/>\nbounty:<br \/>\n  min-set-amount: 50.0<br \/>\n  max-amount: 1000000.0<br \/>\n  charge-setter: true<\/p>\n<p>auto-bounty:<br \/>\n  enabled: true<br \/>\n  base-chance: 0.25<br \/>\n  per-streak-chance: 0.02<br \/>\n  max-chance: 0.75<br \/>\n  min-amount: 50.0<br \/>\n  max-amount: 1000.0<\/p>\n<p>anti-farm:<br \/>\n  same-target-cooldown-seconds: 60<\/p>\n<p># Economy Provider Configuration<br \/>\n# Options: vault, commands, none<br \/>\neconomy:<br \/>\n  provider: &#8220;vault&#8221;<\/p>\n<p>  # If provider is &#8216;commands&#8217;, configure custom withdraw\/deposit commands<br \/>\n  commands:<br \/>\n    # Withdraw money from player<br \/>\n    withdraw: &#8220;eco give %player% -%amount%&#8221;<br \/>\n    # Deposit money to player<br \/>\n    deposit: &#8220;eco give %player% %amount%&#8221;<\/p>\n<p>reward:<br \/>\n  fallback-commands:<br \/>\n    &#8211; &#8220;eco give %player% %amount%&#8221;<\/p>\n<p>blacklist:<br \/>\n  enabled: true<br \/>\n  players: []<\/p>\n<p>messages:<br \/>\n  fancy-font-enabled: false<br \/>\n  bounty-set: &#8220;&#038;b\u2726 &#038;7Bounty set on &#038;b%target% &#038;7for &#038;b%amount%&#8221;<br \/>\n  target-notify: &#8220;&#038;b\u2726 &#038;7A bounty was placed on you: &#038;b+%amount%&#8221;<br \/>\n  reward-paid: &#8220;&#038;b\u2726 &#038;7You claimed &#038;b%amount% &#038;7from bounty.&#8221;<br \/>\n  reward-failed: &#8220;&#038;b\u2726 &#038;7Bounty claimed but reward failed (economy\/fallback).&#8221;<br \/>\n  auto-bounty-added: &#8220;&#038;b\u2726 &#038;7You gained attention: bounty &#038;b+%amount%$&#8221;<br \/>\n  farm-blocked: &#8220;&#038;b\u2726 &#038;7Kill ignored (anti-farm).&#8221;<br \/>\n  no-permission: &#8220;&#038;b\u2726 &#038;7You don&#8217;t have permission.&#8221;<br \/>\n  player-not-found: &#8220;&#038;b\u2726 &#038;7Player not found.&#8221;<br \/>\n  insufficient-balance: &#8220;&#038;b\u2726 &#038;7Insufficient balance.&#8221;<br \/>\n  bounty-removed: &#8220;&#038;b\u2726 &#038;7Bounty removed: &#038;b%amount%&#8221;<br \/>\n  player-blacklisted: &#8220;&#038;b\u2726 &#038;7Player &#038;b%player% &#038;7added to blacklist.&#8221;<br \/>\n  player-unblacklisted: &#8220;&#038;b\u2726 &#038;7Player &#038;b%player% &#038;7removed from blacklist.&#8221;<br \/>\n  admin-bounty-set: &#8220;&#038;b\u2726 &#038;7Admin bounty set on &#038;b%target% &#038;7for &#038;b%amount%&#8221;<\/p>\n<p>  # Broadcast messages visible to all players (enable\/disable individually)<br \/>\n  broadcast-on-set-enabled: false<br \/>\n  broadcast-on-set: &#8220;&#038;b\u2726 &#038;7Bounty set on &#038;b%target% &#038;7for &#038;b%amount%&#8221;<\/p>\n<p>  broadcast-on-claim-enabled: true<br \/>\n  broadcast-on-claim: &#8220;&#038;b\u2726 &#038;7%killer% has claimed &#038;b%amount% &#038;7from &#038;b%target%&#8221;<\/p>\n<p>  broadcast-on-auto-added-enabled: true<br \/>\n  broadcast-on-auto-added: &#8220;&#038;b\u2726 &#038;7%player% gained attention: bounty &#038;b+%amount%&#8221;<\/p>\n<p># Update checker settings<br \/>\nupdate-check:<br \/>\n  # Maximum allowed is 360 (6 hours). If >360 is set, plugin falls back to 360.<br \/>\n  frequency-minutes: 360<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Lightweight bounty plugin, give competition to your players!<\/p>\n","protected":false},"featured_media":26475,"template":"","meta":{"_minecraft_slug":"bbounty","_minecraft_project_id":"URmlVAHV","_minecraft_author":"blackowlzz","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":28,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"bbounty.zip","_minecraft_size_bytes":312602,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T22:18:00.447066Z","_minecraft_date_created":"2026-04-15T20:34:30.616087Z","_minecraft_date_modified":"2026-03-20T22:13:38.501146Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/bbounty","_minecraft_icon_attachment_id":26475,"_minecraft_imported_at":"2026-06-01T09:53:43+00:00","_minecraft_import_hash":"cc27b630744a17e63c14f08b1e202dd3","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,844,88,125,89,866,127,128,867,129,92],"mod_loader":[130,131,132,133,134],"minecraft_version":[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],"class_list":["post-26474","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-economy","mod_category-equipment","mod_category-folia","mod_category-game-mechanics","mod_category-minigame","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>bBounty - 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\/bbounty\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"bBounty - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Lightweight bounty plugin, give competition to your players!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/bbounty\/\" \/>\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\\\/bbounty\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bbounty\\\/\",\"name\":\"bBounty - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bbounty\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bbounty\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bbounty-icon-5a95c706b38172fa05f4414458fae5ab21a0fa1d_96.webp\",\"datePublished\":\"2026-06-01T09:53:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bbounty\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bbounty\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bbounty\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bbounty-icon-5a95c706b38172fa05f4414458fae5ab21a0fa1d_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bbounty-icon-5a95c706b38172fa05f4414458fae5ab21a0fa1d_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bbounty\\\/#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\":\"bBounty\"}]},{\"@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":"bBounty - 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\/bbounty\/","og_locale":"en_US","og_type":"article","og_title":"bBounty - Minecraft","og_description":"Lightweight bounty plugin, give competition to your players!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/bbounty\/","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\/bbounty\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/bbounty\/","name":"bBounty - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bbounty\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bbounty\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bbounty-icon-5a95c706b38172fa05f4414458fae5ab21a0fa1d_96.webp","datePublished":"2026-06-01T09:53:42+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bbounty\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/bbounty\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bbounty\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bbounty-icon-5a95c706b38172fa05f4414458fae5ab21a0fa1d_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bbounty-icon-5a95c706b38172fa05f4414458fae5ab21a0fa1d_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bbounty\/#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":"bBounty"}]},{"@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\/26474","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\/26475"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=26474"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=26474"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=26474"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=26474"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}