{"id":169653,"date":"2026-06-09T23:23:39","date_gmt":"2026-06-09T20:23:39","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/wesv\/"},"modified":"2026-06-09T23:23:39","modified_gmt":"2026-06-09T20:23:39","slug":"wesv","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/wesv\/","title":{"rendered":"WorldEditSelectionVisualizer"},"content":{"rendered":"<p># WorldEditSelectionVisualizer<br \/>\n## Overview<br \/>\nWorldEditSelectionVisualizer (WESV) is essentially the famous WorldEditCUI mod in the form of a bukkit plugin, which means that players **don&#8217;t need to install anything on their client**.<\/p>\n<p>## Features<\/p>\n<p>* Spawns particles around WorldEdit selections so players can see them<br \/>\n* No client mod required<br \/>\n* Supports cuboid, sphere, ellipsoid, cylinder, polygon and convex selections<br \/>\n* Can display the current clipboard (use `\/wesv toggle clipboard` to enable)<br \/>\n* Use `\/wesv toggle` to toggle the visualizer<br \/>\n* Option to only show the selection when holding the selection item<br \/>\n* Configurable particle effect and view distance<br \/>\n* Prevent players from spawning too many particles when selecting huge regions<br \/>\n* Highly customizable for the performance of your server<br \/>\n* Supports both WorldEdit and FastAsyncWorldEdit<br \/>\n* Compatible with all Minecraft versions starting with 1.7.10<br \/>\n* PlaceholderAPI support (you can use the placeholders `%wesv_toggled_selection%`, `%wesv_toggled_clipboard%`, `%wesv_volume_selection%` and `%wesv_volume_clipboard%`)<br \/>\n* Support for RGB color codes in messages on Minecraft 1.16 and higher, with the `&#038;#rrggbb` format<br \/>\n* Folia support for better performance<\/p>\n<p>## Screenshots<\/p>\n<p>| Cuboid selection                                     | Cylinder selection                                     | Convex selection                                     |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| ![Cuboid selection](https:\/\/cdn.modrinth.com\/data\/cached_images\/3d0cc2c47e9f4f6ec30ca91739d17a6360944ddc_0.webp) | ![Cylinder selection](https:\/\/cdn.modrinth.com\/data\/cached_images\/2e0830759f66cc8ceef235c63dde1bd5d5874811_0.webp) | ![Convex selection](https:\/\/cdn.modrinth.com\/data\/cached_images\/bf6a7828c20ba683562f899056e12744c3db06e6_0.webp) |<\/p>\n<p>More screenshots<br \/>\n## Usage<\/p>\n<p>### Commands<\/p>\n<p>* `\/wesv toggle` and `\/wesv toggle clipboard`: toggle the selection\/clipboard visualization<br \/>\n* `\/wesv lock`: lock\/unlock the origin of the clipboard visualization to your current location<br \/>\n* `\/wesv lock tp`: teleport to the lock location (when clipboard visualization lock is enabled)<br \/>\n* `\/wesv reload`: reload the configuration<\/p>\n<p>### Permissions<\/p>\n<p>* `wesv.toggle`: use the toggle command<br \/>\n* `wesv.use`: allows the visualizer to be turned on<br \/>\n* `wesv.reload`: allows the configuration of this plugin to be reloaded from the config.yml file<\/p>\n<p>### Configuration<br \/>\nThis plugin can be very resource expensive, try adjusting the configuration if you experience lag.<\/p>\n<details>\n<summary>Configuration File<\/summary>\n<p>&#8220;`yaml<br \/>\n# WorldEditSelectionVisualizer configuration<\/p>\n<p># When enabled, if a new update is available it will display a message in the console on enable<br \/>\ncheck-updates: true<\/p>\n<p># You can edit the plugin messages here<br \/>\nmessages:<br \/>\n  no-permissions: &#8220;&#038;cYou don&#8217;t have the permission to use this command.&#8221;<br \/>\n  config-reloaded: &#8220;&#038;aThe config was reloaded&#8221;<br \/>\n  selection-too-large: &#8220;&#038;6The visualizer only works with selections up to a size of %blocks% blocks.&#8221;<br \/>\n  visualizer-enabled: &#8220;&#038;6Your visualizer has been &#038;eenabled.&#8221;<br \/>\n  visualizer-disabled: &#8220;&#038;6Your visualizer has been &#038;cdisabled.&#8221;<br \/>\n  visualizer-clipboard-enabled: &#8220;&#038;6Your clipboard visualizer has been &#038;eenabled&#038;6.&#8221;<br \/>\n  visualizer-clipboard-disabled: &#8220;&#038;6Your clipboard visualizer has been &#038;cdisabled&#038;6.&#8221;<\/p>\n<p># When enabled, if a player disables the selection visualization and leaves the server, when he will<br \/>\n# come back, the selection visualization will be still disabled until he activates it again with \/wesv toggle.<br \/>\nsave-toggle: true<\/p>\n<p># Delay in ticks when the WorldEdit selection and clipboard are updated.<br \/>\n# This doesn&#8217;t affect particles spawning and players performances.<br \/>\n# The server impact is medium<br \/>\nselection-update-interval: 20<\/p>\n<p># When enabled, the particles are displayed only when holding the WorldEdit selection wand item (by default a wooden axe)<br \/>\n# You can change the WorldEdit wand item in the WorldEdit configuration<br \/>\nneed-we-wand: false<\/p>\n<p># When enabled, top and bottom particles will be displayed for cuboid selections<br \/>\ncuboid-top-bottom: false<\/p>\n<p># Settings for visualization<br \/>\n# &#8216;selection&#8217;: The WorldEdit current selection<br \/>\n# &#8216;clipboard&#8217;: The WorldEdit clipboard (when you use \/\/copy or \/\/schem load )<br \/>\n# &#8216;primary&#8217;: The primary selection points (the region borders)<br \/>\n# &#8216;secondary&#8217;: The secondary selection points<br \/>\n#   &#8216;fade-delay&#8217;: The number of seconds before the particles disappears. You can set it to 0 to remove the fade delay<br \/>\n#   &#8216;max-selection-size&#8217; : The maximum size of a selection to be display. A big value (> 1000000) can cause important lags<br \/>\n#   &#8216;points-distance&#8217;: The distance between each particle. The higher this number is, fewer particles will be spawn<br \/>\n#   &#8216;lines-gap&#8217; (secondary selection only): The distance between each particles lines on cuboid and polygon. The higher this number is, fewer particles will be spawn. Set it to 0 to remove cuboid lines<br \/>\n#   &#8216;update-interval&#8217;: The delay in ticks between particles spawn. This impact the players performances<br \/>\n#   &#8216;view-distance&#8217;:  The maximum distance in which players can see the particles. On 1.7.10 the particle distance is limited to 16 (Minecraft limitation)<br \/>\n#   &#8216;particles&#8217;: The particles type and data. The data can be a color for redstone like in the form &#8216;r,g,b&#8217; or a Material for block crack\/item crack<br \/>\n#     The particle types are available on https:\/\/hub.spigotmc.org\/javadocs\/spigot\/org\/bukkit\/Particle.html<br \/>\nvisualization:<br \/>\n  selection:<br \/>\n   fade-delay: 0<br \/>\n   max-selection-size: 50000<br \/>\n   primary:<br \/>\n     points-distance: 1.0<br \/>\n     update-interval: 12<br \/>\n     view-distance: 64<br \/>\n     particles:<br \/>\n       type: &#8220;FLAME&#8221;<br \/>\n       data: &#8220;&#8221;<br \/>\n   secondary:<br \/>\n     points-distance: 3.0<br \/>\n     lines-gap: 5.0<br \/>\n     update-interval: 18<br \/>\n     view-distance: 32<br \/>\n     particles:<br \/>\n       type: &#8220;REDSTONE&#8221;<br \/>\n       data: &#8220;RED&#8221;<br \/>\n  clipboard:<br \/>\n   fade-delay: 0<br \/>\n   max-selection-size: 50000<br \/>\n   primary:<br \/>\n     points-distance: 1.0<br \/>\n     update-interval: 12<br \/>\n     view-distance: 64<br \/>\n     particles:<br \/>\n       type: &#8220;FLAME&#8221;<br \/>\n       data: &#8220;&#8221;<br \/>\n   secondary:<br \/>\n     points-distance: 3.0<br \/>\n     lines-gap: 5.0<br \/>\n     update-interval: 18<br \/>\n     view-distance: 32<br \/>\n     particles:<br \/>\n       type: &#8220;REDSTONE&#8221;<br \/>\n       data: &#8220;BLUE&#8221;<br \/>\n&#8220;`<br \/>\n<\/details>\n<p>### Video<\/p>\n<p><iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/AiZKDXBZg2U\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n<p><iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/1ybup4qxscI\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n<p>## Bugs &#038; suggestions<br \/>\nPlease don&#8217;t post bugs or suggestions in the review section, but please open an issue on GitHub.<\/p>\n<p>If you just have a question, you can ask it on my Discord server.<br \/>\nAnd if you like this plugin you can leave a review or star the GitHub project.<\/p>\n<p>## Original Author<br \/>\nWorldEditSelectionVisualizer (WESV) has been originally created by rojet601. Since this user&#8217;s gone inactive since November 2015 and the plug-in contains some errors, ZathrusWriter decided to release an 1.8. forward-compatible version with those errors fixed.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Visualize your WorldEdit selection and clipboard with particles, supporting cuboid, sphere, polygon and more&#8230; no client mod required to view the selection.<\/p>\n","protected":false},"featured_media":169654,"template":"","meta":{"_minecraft_slug":"wesv","_minecraft_project_id":"irvQvXtE","_minecraft_author":"MrMicky","_minecraft_license":"MIT","_minecraft_downloads":533,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"wesv.zip","_minecraft_size_bytes":99418,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T12:28:00.194870Z","_minecraft_date_created":"2026-04-15T00:54:14.976418Z","_minecraft_date_modified":"2026-03-31T21:39:42.891232Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/wesv","_minecraft_icon_attachment_id":169654,"_minecraft_imported_at":"2026-06-09T20:23:39+00:00","_minecraft_import_hash":"60262d6d1a906c116307db62c2f9f0e8","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,156,125,126,127,129,92],"mod_loader":[130,131,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,101,102,62,37,40,41,73,74,38,78,79,80,81,82,21,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864,83,167,163],"class_list":["post-169653","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-decoration","mod_category-folia","mod_category-management","mod_category-paper","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-folia","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-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-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","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>WorldEditSelectionVisualizer - 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\/wesv\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WorldEditSelectionVisualizer - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Visualize your WorldEdit selection and clipboard with particles, supporting cuboid, sphere, polygon and more... no client mod required to view the selection.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/wesv\/\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wesv\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wesv\\\/\",\"name\":\"WorldEditSelectionVisualizer - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wesv\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wesv\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/wesv-icon-17b37bf8780fdc0cbdaacdf4a9f308f99a98544f.png\",\"datePublished\":\"2026-06-09T20:23:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wesv\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wesv\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wesv\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/wesv-icon-17b37bf8780fdc0cbdaacdf4a9f308f99a98544f.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/wesv-icon-17b37bf8780fdc0cbdaacdf4a9f308f99a98544f.png\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wesv\\\/#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\":\"WorldEditSelectionVisualizer\"}]},{\"@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":"WorldEditSelectionVisualizer - 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\/wesv\/","og_locale":"en_US","og_type":"article","og_title":"WorldEditSelectionVisualizer - Minecraft","og_description":"Visualize your WorldEdit selection and clipboard with particles, supporting cuboid, sphere, polygon and more... no client mod required to view the selection.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/wesv\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/wesv\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/wesv\/","name":"WorldEditSelectionVisualizer - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/wesv\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/wesv\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/wesv-icon-17b37bf8780fdc0cbdaacdf4a9f308f99a98544f.png","datePublished":"2026-06-09T20:23:39+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/wesv\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/wesv\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/wesv\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/wesv-icon-17b37bf8780fdc0cbdaacdf4a9f308f99a98544f.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/wesv-icon-17b37bf8780fdc0cbdaacdf4a9f308f99a98544f.png","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/wesv\/#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":"WorldEditSelectionVisualizer"}]},{"@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\/169653","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\/169654"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=169653"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=169653"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=169653"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=169653"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}