{"id":121486,"date":"2026-06-07T06:26:42","date_gmt":"2026-06-07T03:26:42","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/pingcommand\/"},"modified":"2026-06-07T06:26:42","modified_gmt":"2026-06-07T03:26:42","slug":"pingcommand","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/pingcommand\/","title":{"rendered":"Ping Command"},"content":{"rendered":"<p># \u26a1 PingCommand<br \/>\nEver wanted to know your ping without opening the debug screen? Just type \/ping and done.<\/p>\n<p align=\"center\">\n  <img decoding=\"async\" src=\"https:\/\/github.com\/intergrav\/devins-badges\/blob\/v3\/assets\/compact\/supported\/paper_46h.png?raw=true\" alt=\"Paper\"><br \/>\n  <img decoding=\"async\" src=\"https:\/\/github.com\/intergrav\/devins-badges\/blob\/v3\/assets\/compact\/supported\/purpur_46h.png?raw=true\" alt=\"Purpur\"><br \/>\n  <img decoding=\"async\" src=\"https:\/\/github.com\/intergrav\/devins-badges\/blob\/v3\/assets\/compact\/supported\/spigot_46h.png?raw=true\" alt=\"Spigot\"><br \/>\n  <img decoding=\"async\" src=\"https:\/\/github.com\/intergrav\/devins-badges\/blob\/v3\/assets\/compact\/supported\/bukkit_46h.png?raw=true\" alt=\"Bukkit\"><br \/>\n  <img decoding=\"async\" src=\"https:\/\/github.com\/intergrav\/devins-badges\/blob\/v3\/assets\/compact\/available\/modrinth_46h.png?raw=true\" alt=\"Modrinth\">\n<\/p>\n<p>&#8212;<\/p>\n<p align=\"center\">\n<p>    <img decoding=\"async\" src=\"https:\/\/github.com\/intergrav\/devins-badges\/blob\/v3\/assets\/compact\/social\/discord-singular_46h.png?raw=true\" alt=\"Discord\"><\/p>\n<p>\n  <i>Please contact me on Discord if you have any suggestions or edits.<\/i>\n<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfaf What Does It Do?<\/p>\n<p>PingCommand adds a simple `\/ping` command that instantly shows your current latency to the server. That&#8217;s it. No bloat. No lag. Just your ping.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2328\ufe0f Commands &#038; Permissions<\/p>\n<p>| Command | Access | Description |<br \/>\n| :&#8212; | :&#8212; | :&#8212; |<br \/>\n| `\/pingcommand:use` | Everyone | Finds the player |<br \/>\n| `\/pingcommand:reload` | Operator | Reloads the configuration |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcc1 Config<\/p>\n<p>A folder named `PingCommand` is created in your `plugins` folder automatically. Inside you will find a clean `config.yml` file.<\/p>\n<p>&#8220;`yaml<br \/>\n# ============================================================<br \/>\n#                   PingCommand Configuration<br \/>\n# ============================================================<br \/>\n# Useful Placeholders:<br \/>\n# [Ping]   &#8211; The player&#8217;s latency (e.g., 42ms)<br \/>\n# [Player] &#8211; The player&#8217;s username (e.g., Steve)<br \/>\n#<br \/>\n# Support:<br \/>\n# &#8211; Hex Colors: &#038;#FFFFFF<br \/>\n# &#8211; Legacy Colors: &#038;a, &#038;l, etc.<br \/>\n# ============================================================<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n# Section 1: Self Ping Settings<br \/>\n# Configuration for when a player checks their own ping.<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\nchat-message:<br \/>\n  enabled: true<br \/>\n  text: &#8220;&#038;fYour Ping is &#038;a[Ping]&#8221;<\/p>\n<p>actionbar-message:<br \/>\n  enabled: false<br \/>\n  text: &#8220;&#038;fYour Ping is &#038;a[Ping]&#8221;<\/p>\n<p>title-message:<br \/>\n  enabled: false<br \/>\n  text: &#8220;&#038;a[Ping]&#8221;<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n# Section 2: Target Ping Settings<br \/>\n# Configuration for checking another player&#8217;s ping (\/ping <player>).<br \/>\n# Permission: pingcommand.others<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\nothers-check:<br \/>\n  # Enable or disable the ability to check other players&#8217; ping.<br \/>\n  # Note: A server restart is required for this change to take effect.<br \/>\n  enabled: true<\/p>\n<p>  # Toggle whether to use the specialized ranges defined in Section 5.<br \/>\n  use-ranges: false<\/p>\n<p>  chat-message:<br \/>\n    enabled: true<br \/>\n    text: &#8220;&#038;6[Player]&#8217;s &#038;fPing is &#038;a[Ping]&#8221;<\/p>\n<p>  actionbar-message:<br \/>\n    enabled: false<br \/>\n    text: &#8220;&#038;6[Player]&#8217;s &#038;fPing is &#038;a[Ping]&#8221;<\/p>\n<p>  title-message:<br \/>\n    enabled: false<br \/>\n    text: &#8220;&#038;6[Player]: &#038;a[Ping]&#8221;<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n# Section 3: Audio Effects<br \/>\n# Play a sound effect when the command is used.<br \/>\n# Sound list: https:\/\/hub.spigotmc.org\/javadocs\/bukkit\/org\/bukkit\/Sound.html<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\nsound:<br \/>\n  enabled: false<br \/>\n  name: &#8220;ENTITY_EXPERIENCE_ORB_PICKUP&#8221;<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n# Section 4: Self Ping Ranges<br \/>\n# Customize messages based on how much lag the player has.<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\nping-ranges:<br \/>\n  enabled: false<\/p>\n<p>  # Low Latency (0 &#8211; 299ms)<br \/>\n  good:<br \/>\n    chat-message: {enabled: true, text: &#8220;&#038;fYour Ping is &#038;a[Ping]&#8221;}<br \/>\n    actionbar-message: {enabled: false, text: &#8220;&#038;a[Ping]&#8221;}<br \/>\n    title-message: {enabled: false, text: &#8220;&#038;a[Ping]&#8221;}<\/p>\n<p>  # Medium Latency (300 &#8211; 499ms)<br \/>\n  medium:<br \/>\n    chat-message: {enabled: true, text: &#8220;&#038;fYour Ping is &#038;e[Ping]&#8221;}<br \/>\n    actionbar-message: {enabled: false, text: &#8220;&#038;e[Ping]&#8221;}<br \/>\n    title-message: {enabled: false, text: &#8220;&#038;e[Ping]&#8221;}<\/p>\n<p>  # High Latency (500ms+)<br \/>\n  bad:<br \/>\n    chat-message: {enabled: true, text: &#8220;&#038;fYour Ping is &#038;c[Ping]&#8221;}<br \/>\n    actionbar-message: {enabled: false, text: &#8220;&#038;c[Ping]&#8221;}<br \/>\n    title-message: {enabled: false, text: &#8220;&#038;c[Ping]&#8221;}<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n# Section 5: Target Ping Ranges<br \/>\n# Customize messages when checking another player&#8217;s latency.<br \/>\n# Only active if &#8216;use-ranges&#8217; in Section 2 is set to true.<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\nothers-ranges:<br \/>\n  good:<br \/>\n    chat-message: {enabled: true, text: &#8220;&#038;6[Player]&#8217;s &#038;fPing is &#038;a[Ping]&#8221;}<br \/>\n    actionbar-message: {enabled: false, text: &#8220;&#038;a[Ping]&#8221;}<br \/>\n    title-message: {enabled: false, text: &#8220;&#038;a[Ping]&#8221;}<\/p>\n<p>  medium:<br \/>\n    chat-message: {enabled: true, text: &#8220;&#038;6[Player]&#8217;s &#038;fPing is &#038;e[Ping]&#8221;}<br \/>\n    actionbar-message: {enabled: false, text: &#8220;&#038;e[Ping]&#8221;}<br \/>\n    title-message: {enabled: false, text: &#8220;&#038;e[Ping]&#8221;}<\/p>\n<p>  bad:<br \/>\n    chat-message: {enabled: true, text: &#8220;&#038;6[Player]&#8217;s &#038;fPing is &#038;c[Ping]&#8221;}<br \/>\n    actionbar-message: {enabled: false, text: &#8220;&#038;c[Ping]&#8221;}<br \/>\n    title-message: {enabled: false, text: &#8220;&#038;c[Ping]&#8221;}<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n# Section 6: Plugin Administration<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\ncommand-alias:<br \/>\n  # Enable a shorter alias (like \/p) for the main command.<br \/>\n  enabled: true<br \/>\n  name: &#8220;\/p&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce5 Installation<\/p>\n<p>1. Download the latest version of **PingCommand**.<br \/>\n2. Drop the `.jar` file into your server&#8217;s `plugins` folder.<br \/>\n3. Restart your server.<br \/>\n4. Done! No additional setup required.<\/p>\n<p>### \u2705 Supported Versions<br \/>\n&#8211; `1.21.x`<\/p>\n<p>### \ud83d\udcbb Supported Platforms<br \/>\n&#8211; Paper, Folia, Purpur, Spigot, Bukkit<\/p>\n<p>&#8212;<\/p>\n<p align=\"center\">\n<p>    <img decoding=\"async\" src=\"https:\/\/github.com\/intergrav\/devins-badges\/blob\/v3\/assets\/compact\/documentation\/modrinth-gallery_46h.png?raw=true\" alt=\"Modrinth Gallery\"><\/p>\n<p>&#8212;<br \/>\n\u00a9 2026 FindPlayer. All rights reserved to MIT. <\/p>\n<p align=\"left\">\n<p>    <img decoding=\"async\" src=\"https:\/\/github.com\/intergrav\/devins-badges\/blob\/v3\/assets\/compact\/donate\/paypal-singular_46h.png?raw=true\" alt=\"Donate via PayPal\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Check your ping with a single command. Customizable chat actionbar and title messages with full color support. Command alias support. Lightweight and works on all servers.<\/p>\n","protected":false},"featured_media":121487,"template":"","meta":{"_minecraft_slug":"pingcommand","_minecraft_project_id":"fMgSsCTp","_minecraft_author":"SirSnaryo","_minecraft_license":"MIT","_minecraft_downloads":198,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"pingcommand.zip","_minecraft_size_bytes":41027,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-16T12:46:12.574029Z","_minecraft_date_created":"2026-02-07T07:05:21.496700Z","_minecraft_date_modified":"2026-02-18T13:49:08.390065Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/pingcommand","_minecraft_icon_attachment_id":121487,"_minecraft_imported_at":"2026-06-07T03:26:43+00:00","_minecraft_import_hash":"d5ea5fb4cf129a7ed8e83b3690dc87c0","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,89,127,128,129,92],"mod_loader":[130,131,132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-121486","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-folia","mod_category-game-mechanics","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-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>Ping Command - 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\/pingcommand\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ping Command - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Check your ping with a single command. Customizable chat actionbar and title messages with full color support. Command alias support. Lightweight and works on all servers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/pingcommand\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/github.com\/intergrav\/devins-badges\/blob\/v3\/assets\/compact\/supported\/paper_46h.png?raw=true\" \/>\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\\\/pingcommand\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pingcommand\\\/\",\"name\":\"Ping Command - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pingcommand\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pingcommand\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/pingcommand-icon-bfea2a7017c186be822690c7f9f1123f69fb6687_96.webp\",\"datePublished\":\"2026-06-07T03:26:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pingcommand\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pingcommand\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pingcommand\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/pingcommand-icon-bfea2a7017c186be822690c7f9f1123f69fb6687_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/pingcommand-icon-bfea2a7017c186be822690c7f9f1123f69fb6687_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pingcommand\\\/#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\":\"Ping Command\"}]},{\"@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":"Ping Command - 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\/pingcommand\/","og_locale":"en_US","og_type":"article","og_title":"Ping Command - Minecraft","og_description":"Check your ping with a single command. Customizable chat actionbar and title messages with full color support. Command alias support. Lightweight and works on all servers.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/pingcommand\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/github.com\/intergrav\/devins-badges\/blob\/v3\/assets\/compact\/supported\/paper_46h.png?raw=true","type":"","width":"","height":""}],"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\/pingcommand\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/pingcommand\/","name":"Ping Command - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/pingcommand\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/pingcommand\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/pingcommand-icon-bfea2a7017c186be822690c7f9f1123f69fb6687_96.webp","datePublished":"2026-06-07T03:26:42+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/pingcommand\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/pingcommand\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/pingcommand\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/pingcommand-icon-bfea2a7017c186be822690c7f9f1123f69fb6687_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/pingcommand-icon-bfea2a7017c186be822690c7f9f1123f69fb6687_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/pingcommand\/#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":"Ping Command"}]},{"@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\/121486","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\/121487"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=121486"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=121486"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=121486"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=121486"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}