{"id":57461,"date":"2026-06-03T06:58:48","date_gmt":"2026-06-03T03:58:48","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/discordsync\/"},"modified":"2026-06-03T06:58:48","modified_gmt":"2026-06-03T03:58:48","slug":"discordsync","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/discordsync\/","title":{"rendered":"DiscordSync"},"content":{"rendered":"<p># DiscordSync<\/p>\n<p>DiscordSync is a powerful and efficient Minecraft plugin designed to bridge the gap between your Minecraft server and Discord community. It allows players to link their accounts, synchronizing ranks and roles in real-time, and provides rewards for server boosters.<\/p>\n<p>## \u2728 Features<\/p>\n<p>&#8211; **Account Linking:** Secure 6-digit code verification system to link Minecraft and Discord accounts.<br \/>\n&#8211; **Role Synchronization:** Automatically syncs LuckPerms ranks with Discord roles.<br \/>\n&#8211; **Boost Rewards:** Customizable rewards for Discord server boosters with configurable commands and cooldowns.<br \/>\n&#8211; **Slash Commands:** Native Discord slash commands like `\/profile` to view linked accounts.<br \/>\n&#8211; **Multilingual Support:** Support for English, Spanish, and Turkish out of the box.<br \/>\n&#8211; **Webhook Integration:** Log all sync activities to a Discord channel via webhooks.<br \/>\n&#8211; **Dynamic Placeholders:** Use `%server_name%` and `%server_ip%` in messages and embeds.<\/p>\n<p>## \ud83d\ude80 Installation<\/p>\n<p>1.  **Dependencies:** Ensure you have LuckPerms installed (highly recommended).<br \/>\n2.  **Download:** Place the `DiscordSync-1.1.0.jar` into your server&#8217;s `plugins` folder.<br \/>\n3.  **Start:** Start the server to generate the default configuration files.<br \/>\n4.  **Configure:**<br \/>\n    &#8211; Edit `plugins\/DiscordSync\/config.yml` with your Bot Token and Guild ID.<br \/>\n    &#8211; Map your ranks to Discord roles in `plugins\/DiscordSync\/ranks\/permissions.yml`.<br \/>\n5.  **Restart:** Restart the server or use `\/discordsync reload` (if available) to apply changes.<\/p>\n<p>&#8220;`yaml<br \/>\n# Main configuration for DiscordSync<br \/>\n# All user-facing messages have been moved to the &#8216;messages&#8217; folder.<\/p>\n<p>language: &#8220;es&#8221; # Supported: en, es, tr<br \/>\nserver-name: &#8220;SERVERNAME&#8221;<br \/>\nserver-ip: &#8220;play.example.net&#8221;<\/p>\n<p>cooldowns:<br \/>\n  sync-seconds: 10<br \/>\n  profile-seconds: 10<\/p>\n<p>unsync:<br \/>\n  confirm-timeout-seconds: 20<\/p>\n<p>boost-rewards:<br \/>\n  enabled: false<br \/>\n  reward-commands:<br \/>\n    &#8211; &#8220;give %player% diamond 1&#8221;<br \/>\n  cooldown-days: 30<\/p>\n<p>discord:<br \/>\n  # Settings related to the Discord server (guild)<br \/>\n  guild:<br \/>\n    guild_id: &#8220;YOUR_GUILD_ID&#8221;<br \/>\n    update_nickname: true<br \/>\n    # Placeholders: %discord_name%, %minecraft_name%<br \/>\n    nickname_format: &#8220;%discord_name% &#8211; %minecraft_name%&#8221;<\/p>\n<p>  # Settings related to the Discord Bot<br \/>\n  bot:<br \/>\n    token: &#8220;BOT_TOKEN&#8221;<br \/>\n    channel_id: &#8220;VERIFICATION_CHANNEL_ID&#8221;<br \/>\n    webhook-url: &#8220;YOUR_WEBHOOK_LOGS_URL&#8221;<\/p>\n<p>    # Embed color settings. Colors are in RGB format (0-255).<br \/>\n    embed-colors:<br \/>\n      main: { r: 88, g: 101, b: 242 }<br \/>\n      success: { r: 0, g: 255, b: 0 }<br \/>\n      fail-invalid: { r: 255, g: 0, b: 0 }<br \/>\n      fail-expired: { r: 255, g: 100, b: 0 }<br \/>\n      help: { r: 100, g: 100, b: 255 }<\/p>\n<p>&#8220;`<\/p>\n<p># Lenguage English for DiscordSync<\/p>\n<p>&#8220;`yaml<br \/>\n# English Language File for DiscordSync<\/p>\n<p>general:<br \/>\n  no-permission: &#8220;You don&#8217;t have permission to use this command.&#8221;<br \/>\n  only-players: &#8220;Only players can use this command.&#8221;<br \/>\n  error:<br \/>\n    title: &#8220;Error&#8221;<br \/>\n    description: &#8220;An error occurred, please try again: %error_message%&#8221;<\/p>\n<p>discord:<br \/>\n  already-synced: &#8220;Your account is already synced!&#8221;<br \/>\n  not-synced: &#8220;Your account is not synced.&#8221;<br \/>\n  unsync-success: &#8220;Your account has been unlinked.&#8221;<br \/>\n  unsync-failed: &#8220;Could not unlink your account. Please try again.&#8221;<br \/>\n  unsync-confirm: &#8220;Type \/unsync confirm within %seconds%s to unlink your account.&#8221;<br \/>\n  unsync-expired: &#8220;Confirmation expired. Run \/unsync again to continue.&#8221;<br \/>\n  sync-cooldown: &#8220;Please wait %seconds%s before using \/sync again.&#8221;<br \/>\n  sync-code: &#8220;Your account sync code is: %code%. Click the &#8216;Verify&#8217; button in the message and enter the code.&#8221;<br \/>\n  webhook-sync-success: &#8220;Minecraft player `%player_name%` has synced their account with Discord user `%discord_tag%`.&#8221; # This will be replaced by embed<br \/>\n  webhook:<br \/>\n    embed-title: &#8220;User Account Linked&#8221;<br \/>\n    embed-description: &#8220;A Minecraft player has successfully linked their account.&#8221;<br \/>\n    field-mc-nick: &#8220;Minecraft Nick&#8221;<br \/>\n    field-mc-uuid: &#8220;UUID&#8221;<br \/>\n    field-discord-user: &#8220;Discord User&#8221;<br \/>\n    field-status: &#8220;Status&#8221;<br \/>\n    status-verified: &#8220;Verified&#8221;<\/p>\n<p>bot:<br \/>\n  # General bot messages<br \/>\n  starting: &#8220;Discord bot is starting.&#8221;<br \/>\n  login: &#8220;Bot logged into the server: %bot_name%&#8221;<br \/>\n  token-required: &#8220;Bot token is missing, please enter your bot&#8217;s token in the config.yml file.&#8221;<br \/>\n  failed-start: &#8220;Bot failed to start: %error_message%&#8221;<br \/>\n  channel-id-required: &#8220;Enter your channel ID in the channel_id section of the config.yml file.&#8221;<br \/>\n  embed-sent: &#8220;The verification message has been sent to Discord.&#8221;<\/p>\n<p>  # Slash commands<br \/>\n  slash-commands:<br \/>\n    registering: &#8220;Loading slash commands&#8230;&#8221;<br \/>\n    registered: &#8220;Slash commands have been registered.&#8221;<\/p>\n<p>  # Help command<br \/>\n  help-command:<br \/>\n    name: &#8220;help&#8221;<br \/>\n    description: &#8220;Shows the list of available commands.&#8221;<\/p>\n<p>  # Profile command<br \/>\n  profile-command:<br \/>\n    name: &#8220;profile&#8221;<br \/>\n    description: &#8220;Shows who is linked to a Minecraft nickname.&#8221;<br \/>\n    option-nick: &#8220;nick&#8221;<br \/>\n    option-nick-description: &#8220;Minecraft nickname to look up.&#8221;<br \/>\n    cooldown: &#8220;Please wait %seconds%s before using this command again.&#8221;<br \/>\n    not-found: &#8220;Not user found.&#8221;<br \/>\n    embed-title: &#8220;%server_name% &#8211; Discord Sync&#8221;<br \/>\n    embed-description: |<br \/>\n      &#8211; Nick Minecraft: %minecraft_name%<br \/>\n      &#8211; Discord ID: %discord_id%<br \/>\n      &#8211; DiscordUsername: %discord_tag%<br \/>\n      &#8211; Rank: %rank%<br \/>\n    embed-footer: &#8220;%server_name% &#8211; Discord Sync&#8221;<\/p>\n<p>  # Main verification embed text<br \/>\n  embed-main:<br \/>\n    title: &#8220;%server_name% Account Verification!&#8221;<br \/>\n    description: |<br \/>\n      Welcome to the **%server_name%** verification!<br \/>\n      To access all features and sync your roles, please link your account.<\/p>\n<p>      **How does it work?**<br \/>\n      1. Join the server: `%server_ip%`<br \/>\n      2. Use the command `\/sync` in the chat.<br \/>\n      3. You will receive a unique code. Click the &#8216;Verify&#8217; button below and enter it!<\/p>\n<p>      Thank you for being part of our community!<br \/>\n    footer: &#8220;%server_name% | Verification System&#8221;<br \/>\n    button-verify: &#8220;Verify&#8221;<br \/>\n    button-tutorial: &#8220;Tutorial&#8221;<br \/>\n    modal-title: &#8220;Account Linking&#8221;<br \/>\n    modal-input-label: &#8220;Verification Code&#8221;<br \/>\n    modal-input-placeholder: &#8220;Example: ABC123&#8221;<\/p>\n<p>  # Verification result embeds<br \/>\n  embed-success:<br \/>\n    title: &#8220;Success!&#8221;<br \/>\n    description: &#8220;Your Minecraft account has been successfully linked.&#8221;<br \/>\n  embed-fail-invalid:<br \/>\n    title: &#8220;Linking Error&#8221;<br \/>\n    description: &#8220;The code you entered is incorrect or does not exist. Please try again.&#8221;<br \/>\n  embed-fail-expired:<br \/>\n    title: &#8220;Linking Error&#8221;<br \/>\n    description: &#8220;Your linking code has expired. Please generate a new one on the Minecraft server.&#8221;<\/p>\n<p>  # Help embed<br \/>\n  embed-help:<br \/>\n    title: &#8220;Help Commands&#8221;<br \/>\n    description: &#8220;Here is the list of available commands:&#8221;<\/p>\n<p>sync:<br \/>\n  # Role sync messages<br \/>\n  role-given: &#8220;The role has been assigned: %msg%&#8221;<br \/>\n  role-failed: &#8220;Could not assign the role: %msg%&#8221;<br \/>\n  role-removed: &#8220;The role has been removed: %msg%&#8221;<br \/>\n  role-removal-failed: &#8220;Could not remove the role: %msg%&#8221;<\/p>\n<p>  # Sync messages<br \/>\n  successful: &#8220;Your account has been linked successfully!&#8221;<br \/>\n  error: &#8220;Invalid or already used code! Please get a new code in-game.&#8221;<br \/>\n  nickname:<br \/>\n    not-configured: &#8220;Nickname format or guild ID is not configured. Skipping nickname update.&#8221;<br \/>\n    guild-not-found: &#8220;Could not find the configured guild with ID: %guild_id%. Skipping nickname update.&#8221;<br \/>\n    success: &#8220;Successfully updated nickname for %discord_tag% to &#8216;%new_name%&#8217;.&#8221;<br \/>\n    error:<br \/>\n      permission: &#8220;Failed to update nickname for %discord_tag%. Reason: MISSING PERMISSION &#8211; %permission_name%&#8221;<br \/>\n      hierarchy: &#8220;Failed to update nickname for %discord_tag%. Reason: HIERARCHY &#8211; Cannot modify a user with a higher or equal role.&#8221;<br \/>\n      other: &#8220;Failed to update nickname for %discord_tag%. Reason: %error_message%&#8221;<br \/>\n    member-not-retrieved: &#8220;Could not retrieve member with ID %discord_id% to update nickname. Reason: %error_message%&#8221;<\/p>\n<p>boost:<br \/>\n  rewards:<br \/>\n    granted: &#8220;Boost reward delivered. Thanks for boosting!&#8221;<br \/>\n    revoked-mc: &#8220;Your boost rewards were removed. Thanks for supporting the server!&#8221;<br \/>\n    revoked-dm: &#8220;You stopped boosting the server. Your boost rewards were removed. Thanks for supporting us!&#8221;<br \/>\n&#8220;`<\/p>\n<p>## \ud83d\udee0 Commands &#038; Permissions<\/p>\n<p>### In-Game Commands<br \/>\n&#8211; `\/sync` &#8211; Generate a pairing code. (`discordsync.use`)<br \/>\n&#8211; `\/unsync` &#8211; Unlink your Discord account. (`discord.sync.use`)<br \/>\n&#8211; `\/message-discord-send` &#8211; Send\/Refresh the verification embed in Discord. (`discordsync.admin`)<\/p>\n<p>### Discord Commands<br \/>\n&#8211; `\/profile <nick>` &#8211; View the Discord profile linked to a Minecraft nickname.<br \/>\n&#8211; `\/help` &#8211; View available bot commands.<\/p>\n<p>## \ud83d\udcc4 Documentation<\/p>\n<p>For more detailed information on configuration, rank mapping, and troubleshooting, visit our Online Documentation.<\/p>\n<p>&#8212;<\/p>\n<p>Developed with \u2764\ufe0f by **Ikari Development** and **Imperior Development** (Advvy &#038; AlexClient)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Link your account to Discord and configure your plugin.<\/p>\n","protected":false},"featured_media":57462,"template":"","meta":{"_minecraft_slug":"discordsync","_minecraft_project_id":"7Rrf79Ft","_minecraft_author":"alexclient","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":6,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"discordsync.zip","_minecraft_size_bytes":34365316,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T12:22:46.341811Z","_minecraft_date_created":"2026-05-02T21:52:15.079466Z","_minecraft_date_modified":"2026-04-24T00:12:44.065637Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/discordsync","_minecraft_icon_attachment_id":57462,"_minecraft_imported_at":"2026-06-03T03:58:49+00:00","_minecraft_import_hash":"054141820e2e2502bd39f75857d54cff","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,126,127,867,129,123,92],"mod_loader":[130,132,134],"minecraft_version":[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],"class_list":["post-57461","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-management","mod_category-paper","mod_category-social","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-spigot","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>DiscordSync - 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\/discordsync\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DiscordSync - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Link your account to Discord and configure your plugin.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/discordsync\/\" \/>\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=\"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\\\/discordsync\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/discordsync\\\/\",\"name\":\"DiscordSync - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/discordsync\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/discordsync\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/discordsync-icon-705f3a4bccbea1af672805aa33187727e001343e_96.webp\",\"datePublished\":\"2026-06-03T03:58:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/discordsync\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/discordsync\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/discordsync\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/discordsync-icon-705f3a4bccbea1af672805aa33187727e001343e_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/discordsync-icon-705f3a4bccbea1af672805aa33187727e001343e_96.webp\",\"width\":96,\"height\":81},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/discordsync\\\/#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\":\"DiscordSync\"}]},{\"@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":"DiscordSync - 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\/discordsync\/","og_locale":"en_US","og_type":"article","og_title":"DiscordSync - Minecraft","og_description":"Link your account to Discord and configure your plugin.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/discordsync\/","og_site_name":"Minecraft","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\/discordsync\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/discordsync\/","name":"DiscordSync - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/discordsync\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/discordsync\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/discordsync-icon-705f3a4bccbea1af672805aa33187727e001343e_96.webp","datePublished":"2026-06-03T03:58:48+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/discordsync\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/discordsync\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/discordsync\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/discordsync-icon-705f3a4bccbea1af672805aa33187727e001343e_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/discordsync-icon-705f3a4bccbea1af672805aa33187727e001343e_96.webp","width":96,"height":81},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/discordsync\/#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":"DiscordSync"}]},{"@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\/57461","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\/57462"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=57461"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=57461"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=57461"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=57461"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}