{"id":105487,"date":"2026-06-06T05:03:34","date_gmt":"2026-06-06T02:03:34","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/more-essential\/"},"modified":"2026-06-06T05:03:34","modified_gmt":"2026-06-06T02:03:34","slug":"more-essential","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/more-essential\/","title":{"rendered":"More Essentials"},"content":{"rendered":"<p>## ========\ud83d\udd25About MoreEssentials Plugin ========<br \/>\n&#8211; \ud83d\udd25<u>**More Essentials<\/u> is a clean and performance-focused utility plugin**<br \/>\n&#8211; \ud83d\udd25**designed to make server management easier by solving common and annoying vanilla problems**<br \/>\n&#8211; \ud83d\udd25**This plugin fixes essential protections and behavior controls that server need from day one**<\/p>\n<p>## ========\u2728 Features of MoreEssentials ========<\/p>\n<p>&#8211; \u2728<u>Anti Farmland Trample<\/u> > **Prevent players and entities from trampling farmland.**<br \/>\n&#8211; \u2728<u>Anti Phantom<\/u> > **Disable phantom spawning completely.**<br \/>\n&#8211; \u2728<u>Anti Enderman Grief<\/u> > **Prevent endermen from picking up and placing blocks.**<br \/>\n&#8211; \u2728<u>Configurable Blasts<\/u> > **Control blast block damage based on Y-levels.**<br \/>\n&#8211; \u2728<u>See Name of any player<\/u> > **SHIFT+RIGHT-CLICK on any player to see nametag of that player**<br \/>\n&#8211; \u2728<u>\/show Command<\/u> > **show your item in chat**<br \/>\n&#8211; \u2728<u>Chat Bubble<\/u> > **shows chat bubble above player, for more info see gallery.**<br \/>\n&#8211; \u2728<u>Random messages<\/u> **Random msgs for join,leave,kill,death events (configurable)**<br \/>\n&#8211; \u2728<u>Discord &#038; store links<\/u> **discord and store command (configure link and msgs in config.yml)**<\/p>\n<p>## ========\u2699\ufe0f Fully Configurable ========<\/p>\n<p>&#8211; \u2699\ufe0f**Every feature can be individually enabled or disabled.**<br \/>\n&#8211; \u2699\ufe0f**through a simple and readable configuration file.**<br \/>\n&#8211; \u2699\ufe0f**allowing you to customize the plugin.**<br \/>\n&#8211; \u2699\ufe0f**exactly to your server\u2019s needs.**<\/p>\n<p>## ========\ud83d\ude80 Lightweight &#038; Stable ========<\/p>\n<p>&#8211; \ud83d\ude80**Optimized for performance**<br \/>\n&#8211; \ud83d\ude80**No unnecessary tasks or listeners**<br \/>\n&#8211; \ud83d\ude80**Silently works in background**<\/p>\n<p>## ========\ud83d\udc96 Support &#038; Join our community ========<br \/>\n&#8211; \u2764\ufe0f**Join my Discord server for updates, support, and suggestions**<br \/>\n&#8211; \u2764\ufe0f**My Discord Server: <u>https:\/\/discord.gg\/qwXHuyJbvX<\/u>**<br \/>\n&#8211; \u2764\ufe0f**MY Modrinth Profile: <u>https:\/\/modrinth.com\/user\/GoldwarGlory<\/u>**<\/p>\n<details>\n<summary>\ud83d\udcccconfig.yml<\/summary>\n<p>&#8220;`yaml<br \/>\n# Prevent farmland from being destroyed<br \/>\nanti-farmland-trample:<br \/>\n  enabled: true<br \/>\n  message:<br \/>\n    enabled: true<br \/>\n    text: &#8220;&#038;cYou cannot trample farmland!&#8221;<br \/>\n  sound:<br \/>\n    enabled: true<br \/>\n    name: &#8220;ENTITY_VILLAGER_NO&#8221;<br \/>\n    volume: 1.0<br \/>\n    pitch: 1.0<\/p>\n<p>tnt-blast-y: 256 # tnt will not destroy blocks above this y level (inclusive)<\/p>\n<p># Mob controls<br \/>\nanti-phantom: true<br \/>\nanti-enderman-grief: true<\/p>\n<p># Chat bubble system<br \/>\nchat-bubble:<br \/>\n  enabled: true<br \/>\n  duration: 200 # ticks<br \/>\n  update-interval: 1 # ticks, lower = more smooth movement but more server load<\/p>\n<p>show:<br \/>\n# \/show command<br \/>\n  show-command: true<br \/>\n  dont-broadcast-worlds:<br \/>\n    &#8211; world_spawn<br \/>\n    &#8211; world_creative<\/p>\n<p>messages:<br \/>\n  # These messages will be broadcasted on player join\/leave\/kill\/death events.<br \/>\n  # You can use {player}, {killer} and {victim} placeholders.<br \/>\n  # remove the message if you don&#8217;t want it to be edited by this plugin.<br \/>\n  should-edit:<br \/>\n    &#8211; join<br \/>\n    &#8211; leave<br \/>\n    &#8211; kill<br \/>\n    &#8211; death<\/p>\n<p>  join:<br \/>\n    &#8211; &#8220;&#038;8\u00bb &#038;e{player} &#038;bjoined the party&#8221;<br \/>\n    &#8211; &#8220;&#038;8\u00bb &#038;e{player} &#038;bjust joined the adventure&#8221;<br \/>\n    &#8211; &#8220;&#038;8\u00bb &#038;e{player} &#038;bhopped into the realm&#8221;<br \/>\n    &#8211; &#8220;&#038;8\u00bb &#038;e{player} &#038;bjust landed in the realm&#8221;<\/p>\n<p>  leave:<br \/>\n    &#8211; &#8220;&#038;8\u00bb &#038;e{player} &#038;bvanished into the void&#8221;<br \/>\n    &#8211; &#8220;&#038;8\u00bb &#038;e{player} &#038;bjust left the adventure&#8221;<br \/>\n    &#8211; &#8220;&#038;8\u00bb &#038;e{player} &#038;bdisappeared from the realm&#8221;<br \/>\n    &#8211; &#8220;&#038;8\u00bb &#038;e{player} &#038;bjust took off from the realm&#8221;<\/p>\n<p>  kill:<br \/>\n    &#8211; &#8220;&#038;8\u00bb &#038;e{killer} &#038;beliminated {victim}&#8221;<br \/>\n    &#8211; &#8220;&#038;8\u00bb &#038;e{killer} &#038;bdestroyed {victim}&#8221;<br \/>\n    &#8211; &#8220;&#038;8\u00bb &#038;e{killer} &#038;bsquashed {victim}&#8221;<\/p>\n<p>  death:<br \/>\n    &#8211; &#8220;&#038;8\u00bb &#038;e{player} &#038;bmet their end&#8221;<br \/>\n    &#8211; &#8220;&#038;8\u00bb &#038;e{player} &#038;bdied tragically&#8221;<br \/>\n    &#8211; &#8220;&#038;8\u00bb &#038;e{player} &#038;bwas slain&#8221;<\/p>\n<p>Links:<br \/>\n  Discord:<br \/>\n    enabled: true<br \/>\n    link: &#8220;https:\/\/discord.gg\/giggigjjhdhsa923293&#8221;<br \/>\n    interval: 300 # in seconds, Set to 0 to disable automatic broadcasting.<br \/>\n    msgs-on-cmd:<br \/>\n      &#8211; &#8220;&#038;8&#038;m&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-&#8221;<br \/>\n      &#8211; &#8220;&#038;b&#038;l\ud83c\udf10 OFFICIAL DISCORD SERVER&#8221;<br \/>\n      &#8211; &#8220;&#8221;<br \/>\n      &#8211; &#8220;&#038;7Stay connected with the community!&#8221;<br \/>\n      &#8211; &#8220;&#038;7Get updates, events &#038; support.&#8221;<br \/>\n      &#8211; &#8220;&#8221;<br \/>\n      &#8211; &#8220;&#038;e\u27a4 &#038;6{link} &#038;fto join the fun!&#8221;<br \/>\n      &#8211; &#8220;&#8221;<br \/>\n      &#8211; &#8220;&#038;a\u2714 Active Community&#8221;<br \/>\n      &#8211; &#8220;&#038;a\u2714 Giveaways &#038; Events&#8221;<br \/>\n      &#8211; &#8220;&#038;a\u2714 Latest Announcements&#8221;<br \/>\n      &#8211; &#8220;&#8221;<br \/>\n      &#8211; &#8220;&#038;8&#038;m&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-&#8221;<\/p>\n<p>  Store:<br \/>\n    enabled: true<br \/>\n    link: &#8220;https:\/\/store.example.com&#8221;<br \/>\n    interval: 300 # in seconds, Set to 0 to disable automatic broadcasting.<br \/>\n    msgs-on-cmd:<br \/>\n      &#8211; &#8220;&#038;8&#038;m&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-&#8221;<br \/>\n      &#8211; &#8220;&#038;6&#038;l\ud83d\uded2 SERVER STORE&#8221;<br \/>\n      &#8211; &#8220;&#8221;<br \/>\n      &#8211; &#8220;&#038;7Support the server and unlock perks!&#8221;<br \/>\n      &#8211; &#8220;&#038;7Ranks, cosmetics, and more.&#8221;<br \/>\n      &#8211; &#8220;&#8221;<br \/>\n      &#8211; &#8220;&#038;e\u27a4 &#038;6{link} &#038;fto visit the store!&#8221;<br \/>\n      &#8211; &#8220;&#8221;<br \/>\n      &#8211; &#8220;&#038;a\u2714 Exclusive Items&#8221;<br \/>\n      &#8211; &#8220;&#038;a\u2714 Support the Server&#8221;<br \/>\n      &#8211; &#8220;&#038;a\u2714 Support Development&#8221;<br \/>\n      &#8211; &#8220;&#8221;<br \/>\n      &#8211; &#8220;&#038;8&#038;m&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-&#8221;<br \/>\n  &#8220;`<\/p>\n<\/details>\n<details>\n<summary>\ud83d\udcccplugin.yml<\/summary>\n<p>&#8220;`yaml<br \/>\nname: MoreEssentials<br \/>\nversion: 1.0.6<br \/>\nmain: ggSolutions.Main<br \/>\napi-version: 1.19<br \/>\nauthor: GoldwarGlory<br \/>\nwebsite: https:\/\/modrinth.com\/plugin\/moreessentials<\/p>\n<p>commands:<br \/>\n  me:<br \/>\n    description: reload config<br \/>\n    usage: \/solutions<br \/>\n    permission: solutions.admin<br \/>\n    permission-message: &#8220;\u00a7cYou don&#8217;t have permision&#8221;<br \/>\n  show:<br \/>\n    description: show item<br \/>\n    usage: \/show<\/p>\n<p>permissions:<br \/>\n  me.admin:<br \/>\n    default: op<br \/>\n  me.bypass.redstone-limit:<br \/>\n    default: op<br \/>\n  me.bypass.show:<br \/>\n    default: false<br \/>\n  me.show:<br \/>\n    default: true<br \/>\n&#8220;`<br \/>\n<\/details>\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udf1fMore Essentials\ud83c\udf1f is a clean and performance-focused utility plugin. \ud83d\ude80designed to make server management easier by solving common and annoying vanilla problems\ud83d\ude80<\/p>\n","protected":false},"featured_media":105488,"template":"","meta":{"_minecraft_slug":"more-essential","_minecraft_project_id":"Dt8Yqr2l","_minecraft_author":"GoldwarGlory","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":106,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"more-essential.zip","_minecraft_size_bytes":128029,"_minecraft_version_count":8,"_minecraft_updated_at":"2026-05-15T19:41:40.187848Z","_minecraft_date_created":"2026-01-05T23:41:16.447284Z","_minecraft_date_modified":"2026-04-04T10:56:36.049224Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/more-essential","_minecraft_icon_attachment_id":105488,"_minecraft_imported_at":"2026-06-06T02:03:35+00:00","_minecraft_import_hash":"50326df9efe4b7596f37de05276fb3d1","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,89,126,90,127,128,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-105487","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-folia","mod_category-game-mechanics","mod_category-management","mod_category-optimization","mod_category-paper","mod_category-purpur","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>More Essentials - 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\/more-essential\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"More Essentials - Minecraft\" \/>\n<meta property=\"og:description\" content=\"\ud83c\udf1fMore Essentials\ud83c\udf1f is a clean and performance-focused utility plugin. \ud83d\ude80designed to make server management easier by solving common and annoying vanilla problems\ud83d\ude80\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/more-essential\/\" \/>\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\\\/more-essential\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/more-essential\\\/\",\"name\":\"More Essentials - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/more-essential\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/more-essential\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/more-essential-icon-73022cfb03b1ae7cf9bc74dd8abb709804c66ec5_96.webp\",\"datePublished\":\"2026-06-06T02:03:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/more-essential\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/more-essential\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/more-essential\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/more-essential-icon-73022cfb03b1ae7cf9bc74dd8abb709804c66ec5_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/more-essential-icon-73022cfb03b1ae7cf9bc74dd8abb709804c66ec5_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/more-essential\\\/#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\":\"More Essentials\"}]},{\"@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":"More Essentials - 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\/more-essential\/","og_locale":"en_US","og_type":"article","og_title":"More Essentials - Minecraft","og_description":"\ud83c\udf1fMore Essentials\ud83c\udf1f is a clean and performance-focused utility plugin. \ud83d\ude80designed to make server management easier by solving common and annoying vanilla problems\ud83d\ude80","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/more-essential\/","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\/more-essential\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/more-essential\/","name":"More Essentials - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/more-essential\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/more-essential\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/more-essential-icon-73022cfb03b1ae7cf9bc74dd8abb709804c66ec5_96.webp","datePublished":"2026-06-06T02:03:34+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/more-essential\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/more-essential\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/more-essential\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/more-essential-icon-73022cfb03b1ae7cf9bc74dd8abb709804c66ec5_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/more-essential-icon-73022cfb03b1ae7cf9bc74dd8abb709804c66ec5_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/more-essential\/#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":"More Essentials"}]},{"@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\/105487","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\/105488"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=105487"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=105487"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=105487"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=105487"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}