{"id":119559,"date":"2026-06-07T03:48:44","date_gmt":"2026-06-07T00:48:44","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/particlegrenades\/"},"modified":"2026-06-07T03:48:44","modified_gmt":"2026-06-07T00:48:44","slug":"particlegrenades","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/particlegrenades\/","title":{"rendered":"ParticleGrenades"},"content":{"rendered":"<h1>Notice<\/h1>\n<p>ParticleGrenades <strong>REQUIRES<\/strong> ParticleProjectileApi:<\/p>\n<p>https:\/\/modrinth.com\/plugin\/particleprojectileapi<\/p>\n<hr \/>\n<h3>Optional<\/h3>\n<p><strong>WorldGuard<\/strong> for region protection flags<\/p>\n<p>Flags:<\/p>\n<ul>\n<li>block-break<\/li>\n<li>damage-animals<\/li>\n<li>pvp<\/li>\n<li>potion-splash<\/li>\n<\/ul>\n<hr \/>\n<h1>Description<\/h1>\n<p>Particle Grenades is a plugin designed to allow servers to craft custom grenades that explode with custom particles projectiles that apply effects to entities. These grenades are highly configurable via a configuration file. This config file allows the editor to set almost everything about the grenade. Once a player crafts a custom particle grenade, all they need to do to launch it is to drop it whilst sneaking, as long as they have the correct permission node. This will in turn fire the dropped grenade in the direction the player was looking and will proceed to explode after its timer has expired. There can be multiple grenades with multiple effects in the config as well, thus allowing a whole host of fun and exciting options<\/p>\n<h2>Features<\/h2>\n<ul>\n<li>Have multiple grenades<\/li>\n<li>Different particles (Some can be colored)!<br \/>\n    (0.3.4 adds the ability for grenades to have multiple particles)<\/li>\n<li>Different sounds for explosions<\/li>\n<li>Each grenade requires a permission node<br \/>\n    particlegrenade.use.&lt;node&gt; (Look at configuration below for help)<\/li>\n<li>Multiple effects<\/li>\n<li>Colored smoke trails<\/li>\n<li>Give command<br \/>\n    (Requires permission node)<\/li>\n<li>Grenades push entities when exploding<\/li>\n<li>Custom crafting recipes<\/li>\n<li>Custom display name and lore for grenades<\/li>\n<li>Color code support for display names and lore<\/li>\n<li>Optional and highly configurable block damage<\/li>\n<li>Crafted grenades can be placed as custom tnt blocks! (Since 0.3.4+)<\/li>\n<li>Grenades can be used with dispensers! (Since 0.3.4+)<\/li>\n<li>Highly configurable<\/li>\n<li>WorldGuard Support!<\/li>\n<\/ul>\n<h2>Commands<\/h2>\n<ul>\n<li><b>\/pgreload<\/b><br \/>\n    Reloads the config.yml to update changes and change recipes on the fly<br \/>\n    Requires the permission <i>particlegrenades.reload<\/i><\/li>\n<li><b>\/pglist<\/b><br \/>\n    Lists availble grenades to that player if they can use commands to give<br \/>\n    Requires the permission <i>particlegrenades.list<\/i><\/li>\n<li><b>\/pggive &lt;grenade&gt; [amount]<\/b><br \/>\n    Allows players with proper permissions to give specified amount of grenade to themselves<br \/>\n    Requires the permission <i>particlegrenades.give.&lt;internal name&gt;<br \/>\n    (Internal name is found in config)<\/i><\/li>\n<li><i><b>\/pgspawn &lt;grenade&gt; &lt;x&gt; &lt;y&gt; &lt;z&gt;<\/b><br \/>\n    Spawns the specified grenade at the chosen coordinates<\/i><\/li>\n<\/ul>\n<h2>Configuration<\/h2>\n<h3>default.yml<\/h3>\n<p>&#8220;`<br \/>\nname: &#8216;&#038;4&#038;lGrenade&#8217;<br \/>\ndescription:<br \/>\n&#8211; &#8216;&#038;6A throwable explosive&#8217;<br \/>\n&#8211; &#8216;&#038;6Warning: &#038;cContains Explosives!&#8217;<br \/>\ndistance: 1.5<br \/>\nbehavior:<\/p>\n<p>  # Ticks before the grenade explodes<br \/>\n  fuse: 100<\/p>\n<p>  # Should the grenade explode when a player\/mob gets to close?<br \/>\n  proximity: false<\/p>\n<p>  # If so how close do they need to be?<br \/>\n  radius: 2.0<\/p>\n<p>  # Should it explode upon hitting something?<br \/>\n  impact: false<br \/>\ncooldown: 60<br \/>\nsound: entity.generic.explode:10.0:0.5<br \/>\neffects:<br \/>\n&#8211; weakness:1:60<br \/>\n&#8211; slowness:1:60<br \/>\nparticles:<\/p>\n<p>  # Explosion particles<br \/>\n  explosion:<\/p>\n<p>    # List of materials affected by the explosion<br \/>\n    # A question mark &#8216;?&#8217; can be used as a wildcard<br \/>\n    # Using &#8216;RED?&#8217; will include &#8216;REDSTONE&#8217; but not &#8216;POWERED_RAILS&#8217;<br \/>\n    # Using &#8216;?RED&#8217; will not include &#8216;REDSTONE&#8217; or &#8216;POWERED_RAILS&#8217;<br \/>\n    # Using &#8216;?RED?&#8217; will include everything with &#8216;RED&#8217; in its name<br \/>\n    # Using &#8216;?&#8217; will include all blocks<br \/>\n    # Other available placeholders include:<br \/>\n    # &#8216;burnable&#8217; (Includes all blocks that can burn away<br \/>\n    # &#8216;flammable&#8217; (Includes all blocks that can catch fire)<br \/>\n    # &#8216;logs&#8217;, &#8216;leaves&#8217; , &#8216;planks&#8217; (Are self-explanatory as they include every type they describe)<br \/>\n    # a hyphen (&#8216;-&#8216;) can be used to negate a certain block\/placeholder such as &#8216;-logs&#8217; will not include any logs<br \/>\n    # Adding %<#> to the end of a query can add a chance for that material to be affected such as &#8216;stone%10&#8217; will add<br \/>\n    #   a 10 percent chance for stone to be affected<br \/>\n    blocks:<\/p>\n<p>      # When a particle hits a block&#8230;<br \/>\n      on_hit:<\/p>\n<p>        # Break it naturally IE item drops if applicable<br \/>\n        break:<br \/>\n        &#8211; leaves<br \/>\n        &#8211; ?stone?<br \/>\n        &#8211; diorite<br \/>\n        &#8211; andesite<br \/>\n        &#8211; granite<br \/>\n        &#8211; dirt<br \/>\n        &#8211; grass_block<br \/>\n        &#8211; logs<\/p>\n<p>        # Converts from one set of blocks to another at random<br \/>\n        # &#8216;?,-logs:air%10&#8217; will convert all blocks except logs to air with a 10 percent chance of becoming air<br \/>\n        convert:<br \/>\n        &#8211; grass_block:dirt<br \/>\n        &#8211; dirt:gravel<br \/>\n        &#8211; gravel:sand<br \/>\n        &#8211; sand:air%50<\/p>\n<p>        # Destroy it by completely removing it<br \/>\n        destroy:<br \/>\n        &#8211; ?glass%90<\/p>\n<p>        # Throw the block<br \/>\n        throw:<br \/>\n        &#8211; sand<\/p>\n<p>      # When a particle passes through a block&#8230;<br \/>\n      on_penetrate:<\/p>\n<p>        # Break it naturally IE item drops if applicable<br \/>\n        break:<br \/>\n        &#8211; leaves<br \/>\n        &#8211; ?grass<\/p>\n<p>        # Convert randomly to one of the following blocks<br \/>\n        convert: []<\/p>\n<p>        # Destroy it by completely removing it<br \/>\n        destroy:<br \/>\n        &#8211; ?glass?<\/p>\n<p>        # Do nothing but still go through the block (Can still be thrown)<br \/>\n        ignore:<br \/>\n        &#8211; water<\/p>\n<p>    # Number of actual projectiles generated (Higher numbers requires more server resources)<br \/>\n    # (Going higher than 10000 can potentially cause severe server lag)<br \/>\n    fragments: 512<\/p>\n<p>    # How much damage a particle deals to an entity (1.0 = half heart, can be 0)<br \/>\n    damage: 1.0<\/p>\n<p>    # Velocity of the explosion particles (In meters per second, 1 block = 3 meters)<br \/>\n    velocity: 2048.0<\/p>\n<p>    # Time the particle has to exist (seconds) before disappearing<br \/>\n    lifespan: 0.5<\/p>\n<p>    # Force multiplier of the explosion (Knockback effect upon hitting an entity)<br \/>\n    force: 1.0<\/p>\n<p>    # Size of the hitbox for particles<br \/>\n    hitbox: 0.2<\/p>\n<p>    # Explosion particle type<br \/>\n    # Can use percentages<br \/>\n    particles:<br \/>\n    &#8211; lava%50<br \/>\n    &#8211; flame<\/p>\n<p>    # Explosion color as a hexadecimal value (If applicable to any particles)<br \/>\n    color:<br \/>\n      from: 7f7f00<br \/>\n      to: 7f7f7f<\/p>\n<p>  # Smoke trail particles<br \/>\n  smoke:<\/p>\n<p>    # Is smoke enabled?<br \/>\n    enabled: true<\/p>\n<p>    # Smoke color<br \/>\n    color: 7f7f7f<br \/>\nrecipe:<\/p>\n<p>  # Amount of grenades the recipe gives<br \/>\n  amount: 1<\/p>\n<p>  # Ingredients needed, the first ingredient listed will be &#8216;a&#8217; the second &#8216;b&#8217;, third &#8216;c&#8217;, and so on (Max of nine ingredients)<br \/>\n  # the first item on the list is represented be the letter a, b for second and so forth. An empty space can be the letter after the last item<br \/>\n  # To specify a specific character to represent the ingredient use <char>:<ingredient> such as &#8216;a:dirt&#8217; where &#8216;a&#8217; will represent &#8216;dirt&#8217; in the grid<br \/>\n  ingredients:<br \/>\n  &#8211; a:iron_ingot<br \/>\n  &#8211; b:gunpowder<\/p>\n<p>  # Crafting grid using above ingredients letters (Each line may contain up to three different letters and there may only be one to three lines)<br \/>\n  grid:<br \/>\n  &#8211; &#8216; a &#8216;<br \/>\n  &#8211; &#8216;aba&#8217;<br \/>\n  &#8211; &#8216; a &#8216;<br \/>\n&#8220;`<\/p>\n<p><\/p>\n<h3>ParticleGrenades in Action<\/h3>\n<p><iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/tLG9SDtOCMQ\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><br \/>\n<br \/>\n<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/SfwdP8cdmhk\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><br \/>\n<br \/>\n<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/zsRHqrTzrhM\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n<h2>Affiliates<\/h2>\n<p>Thinking about getting a dedicated server? Try Kinetic hosting!<br \/>\n  Save 15% on your first month by using code &#039;UberDiscount&#039; at checkout!<br \/>\n  Click the image or link below to get started now!&#8203;<\/p>\n<p>\n <img decoding=\"async\" src=\"https:\/\/www.spigotmc.org\/attachments\/uberdiscountsmall-png.765959\/\" alt=\"UberDiscountSmall.png\" \/> <\/p>\n<p>  <b>https:\/\/billing.kinetichosting.net\/aff.php?aff=340<\/b><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Custom, Configurable, Craftable Grenades With Realistic Physics and Particles!<\/p>\n","protected":false},"featured_media":119560,"template":"","meta":{"_minecraft_slug":"particlegrenades","_minecraft_project_id":"vHrmFNP4","_minecraft_author":"coltonj96","_minecraft_license":"MIT","_minecraft_downloads":97,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"particlegrenades.zip","_minecraft_size_bytes":280738,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-15T19:49:48.526066Z","_minecraft_date_created":"2025-09-27T20:04:45.770935Z","_minecraft_date_modified":"2025-10-10T14:06:23.686521Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/particlegrenades","_minecraft_icon_attachment_id":119560,"_minecraft_imported_at":"2026-06-07T00:48:45+00:00","_minecraft_import_hash":"b29f3381ef058bbf7a0521689a8cb01d","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,127,128,129],"mod_loader":[130,132,133,134],"minecraft_version":[62,37,40,73,74,38,78,79,80,81,82],"class_list":["post-119559","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","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>ParticleGrenades - 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\/particlegrenades\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ParticleGrenades - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Custom, Configurable, Craftable Grenades With Realistic Physics and Particles!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/particlegrenades\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.spigotmc.org\/attachments\/uberdiscountsmall-png.765959\/\" \/>\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\\\/particlegrenades\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/particlegrenades\\\/\",\"name\":\"ParticleGrenades - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/particlegrenades\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/particlegrenades\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/particlegrenades-icon-39e6c1761aaba3fff44ef8c44da4216ede668c5f_96.webp\",\"datePublished\":\"2026-06-07T00:48:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/particlegrenades\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/particlegrenades\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/particlegrenades\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/particlegrenades-icon-39e6c1761aaba3fff44ef8c44da4216ede668c5f_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/particlegrenades-icon-39e6c1761aaba3fff44ef8c44da4216ede668c5f_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/particlegrenades\\\/#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\":\"ParticleGrenades\"}]},{\"@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":"ParticleGrenades - 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\/particlegrenades\/","og_locale":"en_US","og_type":"article","og_title":"ParticleGrenades - Minecraft","og_description":"Custom, Configurable, Craftable Grenades With Realistic Physics and Particles!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/particlegrenades\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/www.spigotmc.org\/attachments\/uberdiscountsmall-png.765959\/","type":"","width":"","height":""}],"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\/particlegrenades\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/particlegrenades\/","name":"ParticleGrenades - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/particlegrenades\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/particlegrenades\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/particlegrenades-icon-39e6c1761aaba3fff44ef8c44da4216ede668c5f_96.webp","datePublished":"2026-06-07T00:48:44+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/particlegrenades\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/particlegrenades\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/particlegrenades\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/particlegrenades-icon-39e6c1761aaba3fff44ef8c44da4216ede668c5f_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/particlegrenades-icon-39e6c1761aaba3fff44ef8c44da4216ede668c5f_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/particlegrenades\/#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":"ParticleGrenades"}]},{"@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\/119559","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\/119560"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=119559"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=119559"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=119559"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=119559"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}