{"id":135052,"date":"2026-06-08T02:23:55","date_gmt":"2026-06-07T23:23:55","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/s-tutorials\/"},"modified":"2026-06-08T02:23:55","modified_gmt":"2026-06-07T23:23:55","slug":"s-tutorials","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/s-tutorials\/","title":{"rendered":"S-Turorials"},"content":{"rendered":"<p>## Overview<br \/>\nS-Tutorials is a simple plugin wich allows you to create Tutorials for your players.<\/p>\n<p>## Features<br \/>\n&#8211; Reload the plugin directly in-game<br \/>\n&#8211; Customizable messages<br \/>\n&#8211; Update-Checker (Automatically checks for updates on startup and when an admin joins.)<br \/>\n&#8211; Option to skip the tutorial.<br \/>\n&#8211; Alsways show progress in a BossBar.<br \/>\n&#8211; Automatically start a tutorial for new players.<br \/>\n&#8211; More features in development &#8230;<\/p>\n<p>## Commands<br \/>\n&#8211; \/s-tutorials about &#8211; Displays information about the plugin<br \/>\n&#8211; \/s-tutorials reload &#8211; Reloads the plugin in-game<br \/>\n&#8211; \/tutorial start <tutorial> &#8211; Start a tutorial<br \/>\n&#8211; \/tutorial skip &#8211; Skip the current tutorial<br \/>\n&#8211; \/tutorial startFor <player> <tutorial> &#8211; Start a tutorial for a player<br \/>\n&#8211; \/tutorial skipFor <player> <tutorial> &#8211; Skip a tutorial for a player<\/p>\n<p>## Permissions<br \/>\n&#8211; sTutorials.admin.about<br \/>\n&#8211; sTutorials.admin.reload<br \/>\n&#8211; sTutorials.admin.update<br \/>\n&#8211; sTutorials.use<br \/>\n&#8211; sTutorials.start<br \/>\n&#8211; sTutorials.startFor<br \/>\n&#8211; sTutorials.skip<br \/>\n&#8211; sTutorials.skipFor<\/p>\n<p>## Configs<\/p>\n<details>\n<summary>View config.yml<\/summary>\n<p>&#8220;`yml<br \/>\n# This plugin utilizes MiniMessage for messages.<br \/>\n# For more information, visit https:\/\/docs.adventure.kyori.net\/minimessage.html<\/p>\n<p>file-version: 1<\/p>\n<p># The prefix before every message<br \/>\nprefix: &#8220;<#27D699><b>S-Tutorials<\/b> <dark_gray>\u26a1 <gray>&#8221;<\/p>\n<p># The messages file to use<br \/>\nlangFile: &#8216;english&#8217;<\/p>\n<p># Settings for the update checker<br \/>\nupdateChecker:<br \/>\n  # Send a message to the console when a new version is available<br \/>\n  consoleMessage: true<br \/>\n  # Send a message to the player when a new version is available<br \/>\n  # This requires the permission &#8216;sTutorials.admin.update&#8217; or to be an OP<br \/>\n  playerMessage: true<\/p>\n<p># The tutorial which is automatically started for new players<br \/>\n# Set to null to disable the auto tutorial<br \/>\nautoTutorial: &#8216;newbie&#8217;<\/p>\n<p># Settings for the sound effects<br \/>\nsounds:<br \/>\n  startTutorial:<br \/>\n    # Enable sound effect for starting a tutorial<br \/>\n    enabled: true<br \/>\n    # The sound to play when a tutorial is started<br \/>\n    sound: &#8216;minecraft:entity.player.levelup&#8217;<br \/>\n    # The volume of the sound<br \/>\n    volume: 1.0<br \/>\n    # The pitch of the sound<br \/>\n    pitch: 1.0<br \/>\n  skipTutorial:<br \/>\n    enabled: true<br \/>\n    sound: &#8216;minecraft:block.anvil.place&#8217;<br \/>\n    volume: 1.0<br \/>\n    pitch: 1.0<br \/>\n  nextStep:<br \/>\n    enabled: true<br \/>\n    sound: &#8216;minecraft:entity.experience_orb.pickup&#8217;<br \/>\n    volume: 1.0<br \/>\n    pitch: 1.0<br \/>\n  completeTutorial:<br \/>\n    enabled: true<br \/>\n    sound: &#8216;minecraft:entity.player.levelup&#8217;<br \/>\n    volume: 1.0<br \/>\n    pitch: 1.0<\/p>\n<p>bossBar:<br \/>\n  # Enable the boss bar feature<br \/>\n  enabled: true<br \/>\n  # The color of the boss bar<br \/>\n  # Available colors: PINK, BLUE, RED, GREEN, YELLOW, PURPLE<br \/>\n  color: WHITE<br \/>\n  # The loading title for the boss bar<br \/>\n  loadingTitle: &#8220;<gray>Loading tutorial steps&#8230;&#8221;<br \/>\n&#8220;`<br \/>\n<\/details>\n<details>\n<summary>View english.yml<\/summary>\n<p>&#8220;`yml<br \/>\n# This plugin utilizes MiniMessage for messages.<br \/>\n# For more information, visit https:\/\/docs.adventure.kyori.net\/minimessage.html<\/p>\n<p>file-version: 1<\/p>\n<p># General messages<br \/>\ngeneral:<br \/>\n  noPlayer: &#8220;<gray>You <red>must be a player<gray> to execute this command!&#8221;<br \/>\n  noPerms: &#8220;<gray>You <red>do not have permission<gray> to execute this command!&#8221;<br \/>\n  playerNotFound: &#8220;<gray>Player <white>%player% <red>not found<gray>!&#8221;<\/p>\n<p># Other messages<br \/>\nother:<br \/>\n  updateChecker: &#8220;<gray>An <yellow>update <gray>is available! You are using version <red>v%current-version%<gray>, the latest version is <green>%latest-version%<gray>!&#8221;<\/p>\n<p># Command messages<br \/>\ncommands:<br \/>\n  # Messages for the \/sTutorials command (main plugin command)<br \/>\n  stutorials:<br \/>\n    usage: &#8220;<gray>Please use <red>\/sTutorials <about\/reload><gray>!&#8221;<br \/>\n    about: &#8220;<gray>S-Tutorials v%version% <dark_gray>&#8211; <gray>%author%&#8221;<br \/>\n    reload:<br \/>\n      reloading: &#8220;<yellow>Reloading <gray>S-Tutorials&#8230;&#8221;<br \/>\n      reloaded: &#8220;<green>Successfully reloaded <gray>S-Tutorials! <dark_gray>(%time%ms)&#8221;<br \/>\n      error: &#8220;<gray>An <red>error occurred <gray>while reloading S-Tutorials! Check the console for details.&#8221;<br \/>\n  tutorial:<br \/>\n    usage: &#8220;<gray>Please use <red>\/tutorial <start\/skip\/startFor\/skipFor> <?player><gray>!&#8221;<br \/>\n    start:<br \/>\n      tutorialNotFound: &#8220;<gray>Tutorial <red>%tutorial% <gray>not found!&#8221;<br \/>\n      startedFor: &#8220;<gray>Tutorial <white>%tutorial% <gray>has been started for player <white>%player%<gray>!&#8221;<br \/>\n      started: &#8220;<gray>Tutorial <white>%tutorial% <gray>has been started!&#8221;<br \/>\n      alreadyStartedFor: &#8220;<gray>Player <white>%player%<gray> has already started a tutorial<gray>!&#8221;<br \/>\n      alreadyStarted: &#8220;<gray>You have already started a tutorial!&#8221;<br \/>\n    skip:<br \/>\n      skippedFor: &#8220;<gray>Tutorial has been skipped for player <white>%player%<gray>!&#8221;<br \/>\n      skipped: &#8220;<gray>Tutorial has been skipped!&#8221;<br \/>\n      notStartedFor: &#8220;<gray>Player <white>%player%<gray> has not started a tutorial yet!&#8221;<br \/>\n      notStarted: &#8220;<gray>You have not started the a tutorial yet!&#8221;<\/p>\n<p>events:<br \/>\n  tutorialCompleted: &#8220;<gray>You have completed the tutorial <white>%tutorial%<gray>! <yellow><b>Congratulations!<\/b>&#8221;<br \/>\n  nextStep: &#8220;<yellow>Next step: <white>%step_title% <dark_gray>&#8211; <gray>%step_description%&#8221;<br \/>\n  coordinatesWorldNotFound: &#8220;<gray>World <red>%world% <gray>not found! Please check the coordinates.&#8221;<br \/>\n&#8220;`<br \/>\n<\/details>\n<details>\n<summary>View german.yml<\/summary>\n<p>&#8220;`yml<br \/>\n# Dieses Plugin verwendet MiniMessage f\u00fcr Nachrichten.<br \/>\n# Weitere Informationen findest du unter https:\/\/docs.adventure.kyori.net\/minimessage.html<\/p>\n<p>file-version: 1<\/p>\n<p># Generelle Nachrichten<br \/>\ngeneral:<br \/>\n  noPlayer: &#8220;<gray>Dies k\u00f6nnen <red>nur Spieler<gray> ausf\u00fchren!&#8221;<br \/>\n  noPerms: &#8220;<gray>Du hast <red>keine Berechtigung<gray> f\u00fcr diesen Befehl!&#8221;<br \/>\n  playerNotFound: &#8220;<gray>Der Spieler <white>%player% <gray>konnte <red>nicht gefunden <gray>werden!&#8221;<\/p>\n<p># Other messages<br \/>\nother:<br \/>\n  updateChecker: &#8220;<gray>Es ist ein <yellow>Update verf\u00fcgbar<gray>! Die momentane Version ist die <red>v%current-version%<gray>, die neuste Version ist die <green>%latest-version%<gray>!&#8221;<\/p>\n<p># Befehlsnachrichten<br \/>\ncommands:<br \/>\n  # Nachrichten f\u00fcr den \/sTutorials Befehl (Hauptbefehl des Plugins)<br \/>\n  stutorials:<br \/>\n    usage: &#8220;<gray>Bitte nutze <red>\/stimber <about\/reload><gray>!&#8221;<br \/>\n    about: &#8220;<gray>S-Tutorials v%version% <dark_gray>&#8211; <gray>%author%&#8221;<br \/>\n    reload:<br \/>\n      reloading: &#8220;<yellow>S-Tutorials <gray>wird neugeladen<gray>&#8230;&#8221;<br \/>\n      reloaded: &#8220;<green>S-Tutorials wurde <gray>erfolgreich neugeladen! <dark_gray>(%time%ms)&#8221;<br \/>\n      error: &#8220;<gray>Ein <red>Fehler ist aufgetreten<gray> beim Neuladen von S-Tutorials! \u00dcberpr\u00fcfe die Konsole f\u00fcr Details.&#8221;<br \/>\n  tutorial:<br \/>\n    usage: &#8220;<gray>Bitte nutze <red>\/tutorial <start\/skip\/startFor\/skipFor> <?Spieler> <?Tutorial><gray>!&#8221;<br \/>\n    start:<br \/>\n      tutorialNotFount: &#8220;<gray>Das Tutorial <red>%tutorial% <gray>wurde <red>nicht gefunden<gray>!&#8221;<br \/>\n      startedFor: &#8220;<gray>Das Tutorial <white>%tutorial% <gray>wurde f\u00fcr den Spieler <white>%player% <gray>gestartet!&#8221;<br \/>\n      started: &#8220;<gray>Das Tutorial <white>%tutorial% <gray>wurde gestartet!&#8221;<br \/>\n      alreadyStartedFor: &#8220;<gray>Der Spieler <white>%player%<gray> hat <red>bereits ein Tutorial gestartet<gray>!&#8221;<br \/>\n      alreadyStarted: &#8220;<gray>Du hast <red>bereits ein Tutorial gestartet<gray>!&#8221;<br \/>\n    skip:<br \/>\n      skippedFor: &#8220;<gray>Das Tutorial wurde f\u00fcr den Spieler <white>%player% <gray>\u00fcbersprungen!&#8221;<br \/>\n      skipped: &#8220;<gray>Du hast das Tutorial \u00fcbersprungen!&#8221;<br \/>\n      notStartedFor: &#8220;<gray>Der Spieler <white>%player%<gray> hat <red>kein Tutorial <gray>gestartet!&#8221;<br \/>\n      notStarted: &#8220;<gray>Du hast <red>kein Tutorial <gray>gestartet!&#8221;<\/p>\n<p>events:<br \/>\n  tutorialCompleted: &#8220;<gray>Du hast das Tutorial <white>%tutorial%<gray> abgeschlossen! <yellow><b>Herzlichen Gl\u00fcckwunsch!<\/b>&#8221;<br \/>\n  nextStep: &#8220;<yellow>N\u00e4chster Schritt: <white>%step_title% <dark_gray>&#8211; <gray>%step_description%&#8221;<br \/>\n  coordinatesWorldNotFound: &#8220;<gray>Die Welt <red>%world% <gray>wurde nicht gefunden! Bitte \u00fcberpr\u00fcfe die Koordinaten.&#8221;<br \/>\n&#8220;`<br \/>\n<\/details>\n<p>## Contact<\/p>\n<p>If you encounter any issues or bugs, or have a<br \/>\nrequest for a new feature, please contact me via Discord or join my Discord-Server.<\/p>\n<p>> My discord-name is **Losterixx**.<\/p>\n<p>> My Discord-Server: Link<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Just a simple Tutorial-System. Create Tutorials for your players!<\/p>\n","protected":false},"featured_media":135053,"template":"","meta":{"_minecraft_slug":"s-tutorials","_minecraft_project_id":"wAigEMlB","_minecraft_author":"Losterixx","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":162,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"s-tutorials.zip","_minecraft_size_bytes":10852505,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-16T13:15:14.433490Z","_minecraft_date_created":"2025-08-15T23:14:02.738597Z","_minecraft_date_modified":"2026-01-09T19:34:19.371735Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/s-tutorials","_minecraft_icon_attachment_id":135053,"_minecraft_imported_at":"2026-06-07T23:23:55+00:00","_minecraft_import_hash":"02a9cc577f4b4b46de505d27aff47ba7","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,127,128,867,92],"mod_loader":[132,133],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-135052","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-utility","mod_loader-paper","mod_loader-purpur","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>S-Turorials - 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\/s-tutorials\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"S-Turorials - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Just a simple Tutorial-System. Create Tutorials for your players!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/s-tutorials\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/s-tutorials\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/s-tutorials\\\/\",\"name\":\"S-Turorials - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/s-tutorials\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/s-tutorials\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/s-tutorials-icon-146bc05d7b5d971f552f97ad9c15a92345f66976_96.webp\",\"datePublished\":\"2026-06-07T23:23:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/s-tutorials\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/s-tutorials\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/s-tutorials\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/s-tutorials-icon-146bc05d7b5d971f552f97ad9c15a92345f66976_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/s-tutorials-icon-146bc05d7b5d971f552f97ad9c15a92345f66976_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/s-tutorials\\\/#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\":\"S-Turorials\"}]},{\"@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":"S-Turorials - 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\/s-tutorials\/","og_locale":"en_US","og_type":"article","og_title":"S-Turorials - Minecraft","og_description":"Just a simple Tutorial-System. Create Tutorials for your players!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/s-tutorials\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/s-tutorials\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/s-tutorials\/","name":"S-Turorials - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/s-tutorials\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/s-tutorials\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/s-tutorials-icon-146bc05d7b5d971f552f97ad9c15a92345f66976_96.webp","datePublished":"2026-06-07T23:23:55+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/s-tutorials\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/s-tutorials\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/s-tutorials\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/s-tutorials-icon-146bc05d7b5d971f552f97ad9c15a92345f66976_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/s-tutorials-icon-146bc05d7b5d971f552f97ad9c15a92345f66976_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/s-tutorials\/#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":"S-Turorials"}]},{"@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\/135052","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\/135053"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=135052"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=135052"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=135052"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=135052"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}