{"id":64578,"date":"2026-06-03T20:17:44","date_gmt":"2026-06-03T17:17:44","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/enhancedsurvival\/"},"modified":"2026-06-03T20:17:44","modified_gmt":"2026-06-03T17:17:44","slug":"enhancedsurvival","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/enhancedsurvival\/","title":{"rendered":"Enhanced Survival"},"content":{"rendered":"<p># Enhanced Survival<\/p>\n<p>**Enhanced Survival** is an open-source Paper plugin designed for small to medium-sized servers, especially those run by friends, families, or small communities. This plugin provides essential tools and commands to make survival gameplay more enjoyable, convenient, and accessible.<\/p>\n<p>## Key Features<br \/>\nYou can **turn off things** you don&#8217;t want to use **in the config** (see below).<\/p>\n<p>### Waypoints &#038; Navigation (\/wp, \/nav)<br \/>\nPlayers can mark, save, and navigate to specific points (or players). Perfect for small servers where friends want to set up shared bases, mark cool discoveries, or easily find each other in the world.<br \/>\n![Navigation](https:\/\/cdn.modrinth.com\/data\/wZPsPEHH\/images\/bf7745e15b0d6a5c500f6aa542c7d69d0d7ffc43.jpeg)<\/p>\n<p>### Backpacks (\/bp)<br \/>\nTake your storage with you! Players can carry extra items with portable backpacks, ideal for long mining sessions or exploration trips.<br \/>\n![Backpack Crafting](https:\/\/cdn.modrinth.com\/data\/wZPsPEHH\/images\/b5c0ba5fd650fec5a843265ee85c4e0fba08a080.jpeg)<\/p>\n<p>### Gravestones<br \/>\nOn death, players leave a gravestone that securely holds their items until they return. This ensures that valuable loot isn&#8217;t lost.<br \/>\n![Gravestones](https:\/\/cdn.modrinth.com\/data\/wZPsPEHH\/images\/dd5aa22d5ac17a73e4a68d3bf6cdb7ac1aa21564.jpeg)<\/p>\n<p>### Farm Protection<br \/>\nProtects crops from accidental damage. This is perfect for shared community farms, so players can harvest without worrying about trampled crops or unintentional destruction.<\/p>\n<p>### Utility Commands<br \/>\n  &#8211; **Ping**: The `\/ping` command helps players check their connection to the server, useful for diagnosing any lag or connection issues.<br \/>\n  &#8211; **Trash**: Easily dispose of unwanted items with the `\/trash` command, opening a safe disposal menu instead of dropping items into the world.<br \/>\n  &#8211; **Last Online**: Check when a player was last online with the `\/lastonline` command.<\/p>\n<p>### Crafting Recipes<br \/>\n  &#8211; **Logs to Sticks**: Need sticks, a lot of sticks, for villager trading? You can place two logs above each other to get sticks, so you don&#8217;t have to craft planks first. Neat!<br \/>\n  &#8211; **Rotten Flesh to Leather**: Burn rotten flesh in a furnace to get leather.<br \/>\n  &#8211; **Quartz Block to Quartz**: Craft your quartz blocks back to quartz, reducing the needed storage space for it!<\/p>\n<p>### Playtime Tracker (\/playtime)<br \/>\nTracks and displays each player&#8217;s total playtime. Great for friendly competitions, knowing who&#8217;s been on the longest, or setting goals as a group.<\/p>\n<p>### Custom Chat Format<br \/>\nConfigure a custom chat format that you like for everyone on the server.<\/p>\n<p>### Message of the Day (MOTD)<br \/>\nCustomize the message of the day for players in the server list. It can include dynamic values like the server version, weather and time.<\/p>\n<p>### Custom Join\/Quit Messages<br \/>\nSet unique messages for when players join or leave the server.<\/p>\n<p>### Admin Commands<br \/>\n  &#8211; **Gravestone Items**: Players with OP or the `enhancedsurvival.admin.gravestone` permission can recover items from any saved gravestone using the `\/gravestone` command &#8211; even if the gravestone has already been destroyed or removed. The command opens a temporary inventory containing all items stored in that gravestone. Viewing this inventory does not modify or delete the original gravestone.<\/p>\n<p>Feel free to **suggest new features** or **report bugs** on GitHub or Discord! \ud83d\ude42<\/p>\n<p>## Installation<br \/>\n1. Download the latest release of Enhanced Survival for your Minecraft Version.<br \/>\n2. Place the `.jar` file into your server\u2019s `plugins` folder.<br \/>\n3. Restart your server to activate the plugin.<\/p>\n<p>## Support<br \/>\nDiscord: https:\/\/discord.gg\/8Ub4GJHTqJ<\/p>\n<p>## Config<\/p>\n<details>\n<summary>Spoiler: config.yml<\/summary>\n<p>&#8220;`yaml<br \/>\n# Use MiniMessage for message formatting:<br \/>\n# &#8211; Documentation: https:\/\/docs.advntr.dev\/minimessage\/index.html<br \/>\n# &#8211; Web Editor: https:\/\/docs.papermc.io\/misc\/tools\/minimessage-web-editor<\/p>\n<p># Custom variables start with &#8220;v-&#8221; and only work in messages if they are used in the default messages.<br \/>\nconfig:<br \/>\n  # do not change<br \/>\n  version: 57<\/p>\n<p>  # If enabled, the plugin will check if there are updates and send one message to the console on startup<br \/>\n  check-for-updates: true<\/p>\n<p>  # If enabled, farmland cannot be destroyed by walking or jumping on it<br \/>\n  farm-protection: true<\/p>\n<p>  # If enabled, the playtime of yourself can be viewed with \/playtime<br \/>\n  # The playtime is always saved, even if this is off<br \/>\n  playtime: true<\/p>\n<p>  # If enabled, the \/trash command can be used to destroy items quickly.<br \/>\n  # When a player enters \/trash, it opens a blank inventory. Any items placed<br \/>\n  # in this inventory are permanently destroyed when the player closes it.<br \/>\n  # This command is useful for removing items without dropping them in the world.<br \/>\n  trash: true<\/p>\n<p>  # If enabled, the \/lastonline command can be used to check when a player was online.<br \/>\n  last-online: true<\/p>\n<p>  # Specify custom join and quit messages for players<br \/>\n  custom-join-quit-messages:<br \/>\n    enabled: false<br \/>\n    join: &#8220;<green><v-name> <gray>joined the server&#8221;<br \/>\n    quit: &#8220;<green><v-name> <gray>left the server&#8221;<\/p>\n<p>  # Specify a custom chat message format<br \/>\n  custom-chat-format:<br \/>\n    enabled: true<br \/>\n    # You can also use v-displayname instead of v-name here if needed.<br \/>\n    # If you have PlaceholderAPI installed, you can use &#8220;<papi:placeholder_name>&#8221; to specify placeholders (%placeholder_name% does NOT work!)<br \/>\n    format: &#8220;<green><v-name> <dark_gray>\u00bb <white><v-message>&#8221;<\/p>\n<p>  # Backpacks that can be crafted using the recipe specified below<br \/>\n  # The recipe can be viewed with the \/backpack (\/bp) command<br \/>\n  # If a backpack is destroyed (for example in lava) or lost, the items in it are lost<br \/>\n  backpacks:<br \/>\n    # If the backpack system is disabled, backpacks can&#8217;t be crafted<br \/>\n    # and already existing backpacks can&#8217;t be opened anymore<br \/>\n    enabled: true<\/p>\n<p>    # The crafting recipe for the backpack.<br \/>\n    # Define the item layout for each slot in the 3&#215;3 crafting grid.<br \/>\n    # Available item names are from the Enum Constant Summary:<br \/>\n    # https:\/\/jd.papermc.io\/paper\/1.21.3\/org\/bukkit\/Material.html<br \/>\n    # Use _ to leave a slot empty. Items must be separated by a single blank space (&#8221; &#8220;).<br \/>\n    # Example: &#8220;STRING _ STRING&#8221; means STRING in the left and right slots, empty in the middle.<br \/>\n    # Example: &#8220;_ DIAMOND _&#8221; means DIAMOND in the middle slot, empty in the left and right.<br \/>\n    crafting-recipe:<br \/>\n      top-row: &#8220;STRING _ STRING&#8221;<br \/>\n      center-row: &#8220;STICK CHEST STICK&#8221;<br \/>\n      bottom-row: &#8220;_ DIAMOND _&#8221;<\/p>\n<p>    # If enabled, the name of the backpack item will also be the title of the backpack inventory.<br \/>\n    # If disabled, the title of the backpack inventory will always be &#8220;Backpack&#8221;.<br \/>\n    backpack-item-name-as-inventory-title: true<\/p>\n<p>    # If enabled, if a backpack is open, another backpack can be clicked to open it.<br \/>\n    # This allows switching between multiple backpacks in the inventory easier.<br \/>\n    allow-inventory-click-to-open: true<\/p>\n<p>  recipes:<br \/>\n    # If enabled, rotten flesh can be put in a furnace to get leather<br \/>\n    rotten-flesh-to-leather: true<\/p>\n<p>    # If enabled, a quartz block can be crafted back to 4 quartz (similar to iron blocks)<br \/>\n    quartz-block-to-quartz: true<\/p>\n<p>    # If enabled, sticks can be crafted by putting 2 logs above each other, so crafting planks first is no longer needed<br \/>\n    logs-to-sticks: true<\/p>\n<p>  gravestones:<br \/>\n    # If enabled, a gravestone (campfire) will spawn if somebody dies that contains all items of the player.<br \/>\n    # The items will drop if the gravestone is destroyed.<br \/>\n    enabled: true<\/p>\n<p>    # The time in minutes after a gravestone is destroyed automatically and all items are lost.<br \/>\n    # Set to 0 to keep the gravestones until they are manually destroyed by a player.<br \/>\n    # When enabling this later, existing (too old) gravestones will also be removed.<br \/>\n    remove-after-minutes: 20<\/p>\n<p>  # Waypoints to save coordinates easily. Teleportation is not possible with this. It&#8217;s to save important locations.<br \/>\n  waypoints:<br \/>\n    # If enabled, the \/waypoint (\/wp) command is usable<br \/>\n    enabled: true<\/p>\n<p>    # If enabled, a personal waypoint of the death location is set if a player dies (e.g. &#8220;Death_1&#8221;)<br \/>\n    set-waypoint-on-death: true<\/p>\n<p>    # Waypoints shared across the whole server with all players<br \/>\n    global-waypoints:<br \/>\n      # If enabled, global waypoints can be used<br \/>\n      enabled: true<\/p>\n<p>      # If enabled, players without the permission &#8220;enhancedsurvival.waypoints.global.admin&#8221; or OP<br \/>\n      # can only list and navigate to global waypoints, but not modify them<br \/>\n      require-permission-to-modify: false<\/p>\n<p>  # Navigation with \/navigate to waypoints, players or coordinates<br \/>\n  navigation:<br \/>\n    # If enabled, navigation to waypoints with \/navigate waypoint &#8230; is possible<br \/>\n    # -> automatically disabled if waypoints are disabled<br \/>\n    # -> if global waypoints are disabled, navigation to those is not possible<br \/>\n    to-waypoints: true<\/p>\n<p>    # If enabled, navigation to players with \/navigate player &#8230; is possible<br \/>\n    to-players: true<\/p>\n<p>    # If enabled, navigation to coordinates with \/navigate coordinates &#8230; is possible<br \/>\n    to-coordinates: true<\/p>\n<p>    # Distance in blocks when the destination should be considered as reached and the navigation should be canceled automatically.<br \/>\n    # Set to 0 to turn off. Default is 4. Max is 20. Recommended is 4 or more.<br \/>\n    destination-reached-blocks: 4<\/p>\n<p>  # The message of the day (the message displayed in the server list)<br \/>\n  motd:<br \/>\n    # If enabled, the motd below will be displayed<br \/>\n    # If disabled, the default motd of the server.properties (or of another plugin) will be displayed<br \/>\n    enabled: true<\/p>\n<p>    # The text of the motd &#8211; you can use <v-version>, <v-weather> and <v-time> in both lines<br \/>\n    line-one: &#8220;<aqua>Survival Server <light_purple>[<v-version>] <dark_gray>&#8211; <yellow>Private&#8221;<br \/>\n    line-two: &#8220;<gray>Time: <v-time> <dark_gray>&#8211; <gray>Weather: <v-weather>&#8221;<\/p>\n<p>    # The name of the world of which the weather and time should be displayed (if the variables are used above)<br \/>\n    world-name: world<br \/>\n&#8220;`<br \/>\n<\/details>\n<p>## Contributing<br \/>\nContributions are welcome! To contribute, visit the GitHub Repository.<\/p>\n<p>Project icon by juicy-fish.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This plugin enhances survival gameplay by providing features like backpacks, gravestones, waypoints, disabling that entities will destroy farmland and much more.<\/p>\n","protected":false},"featured_media":64579,"template":"","meta":{"_minecraft_slug":"enhancedsurvival","_minecraft_project_id":"wZPsPEHH","_minecraft_author":"TaskID","_minecraft_license":"Apache-2.0","_minecraft_downloads":1510,"_minecraft_follows":10,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"enhancedsurvival.zip","_minecraft_size_bytes":386561,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-16T07:14:18.032445Z","_minecraft_date_created":"2024-12-30T07:18:35.172536Z","_minecraft_date_modified":"2025-11-14T09:54:04.512695Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/enhancedsurvival","_minecraft_icon_attachment_id":64579,"_minecraft_imported_at":"2026-06-03T17:17:45+00:00","_minecraft_import_hash":"4dd67a1c9999f6e7e1e22ff415d75e57","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[88,127,91,869,92],"mod_loader":[132],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-64578","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-equipment","mod_category-paper","mod_category-storage","mod_category-transportation","mod_category-utility","mod_loader-paper","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","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>Enhanced Survival - 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\/enhancedsurvival\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Enhanced Survival - Minecraft\" \/>\n<meta property=\"og:description\" content=\"This plugin enhances survival gameplay by providing features like backpacks, gravestones, waypoints, disabling that entities will destroy farmland and much more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/enhancedsurvival\/\" \/>\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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhancedsurvival\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhancedsurvival\\\/\",\"name\":\"Enhanced Survival - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhancedsurvival\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhancedsurvival\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/enhancedsurvival-icon-72551fd26ba4f3a781c8d0dc034a3fb1476fa842_96.webp\",\"datePublished\":\"2026-06-03T17:17:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhancedsurvival\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhancedsurvival\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhancedsurvival\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/enhancedsurvival-icon-72551fd26ba4f3a781c8d0dc034a3fb1476fa842_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/enhancedsurvival-icon-72551fd26ba4f3a781c8d0dc034a3fb1476fa842_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enhancedsurvival\\\/#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\":\"Enhanced Survival\"}]},{\"@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":"Enhanced Survival - 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\/enhancedsurvival\/","og_locale":"en_US","og_type":"article","og_title":"Enhanced Survival - Minecraft","og_description":"This plugin enhances survival gameplay by providing features like backpacks, gravestones, waypoints, disabling that entities will destroy farmland and much more.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/enhancedsurvival\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/enhancedsurvival\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/enhancedsurvival\/","name":"Enhanced Survival - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/enhancedsurvival\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/enhancedsurvival\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/enhancedsurvival-icon-72551fd26ba4f3a781c8d0dc034a3fb1476fa842_96.webp","datePublished":"2026-06-03T17:17:44+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/enhancedsurvival\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/enhancedsurvival\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/enhancedsurvival\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/enhancedsurvival-icon-72551fd26ba4f3a781c8d0dc034a3fb1476fa842_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/enhancedsurvival-icon-72551fd26ba4f3a781c8d0dc034a3fb1476fa842_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/enhancedsurvival\/#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":"Enhanced Survival"}]},{"@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\/64578","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\/64579"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=64578"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=64578"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=64578"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=64578"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}