{"id":132869,"date":"2026-06-07T23:06:44","date_gmt":"2026-06-07T20:06:44","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/retrocommands\/"},"modified":"2026-06-07T23:06:44","modified_gmt":"2026-06-07T20:06:44","slug":"retrocommands","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/retrocommands\/","title":{"rendered":"RetroCommands"},"content":{"rendered":"<p># Retro Commands for b1.7.3<br \/>\n + it works on servers<br \/>\n + it has an extensible API.<br \/>\n + No dependencies required<\/p>\n<p>## Optional Dependencies<br \/>\n + To access \/tp with dimensions, install STAPI<br \/>\n + To access \/gamemode, install BHCreative<\/p>\n<p>## Help<br \/>\n+ Use `\/help` in-game<\/p>\n<p>## API<br \/>\nNote: Please make Retro Commands optional!!<\/p>\n<p>build.gradle<br \/>\n&#8220;`gradle<br \/>\nrepositories {<br \/>\n    maven {<br \/>\n        name = &#8220;Jitpack&#8221;<br \/>\n        url &#8220;https:\/\/jitpack.io\/&#8221;<br \/>\n    }<br \/>\n}<\/p>\n<p>dependencies {<br \/>\n    modImplementation(&#8216;com.github.matthewperiut:retrocommands:0.5.2&#8217;) {<br \/>\n        transitive false<br \/>\n    }<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>fabric.mod.json<br \/>\n&#8220;`json<br \/>\n  &#8220;suggests&#8221;: {<br \/>\n    &#8220;retrocommands&#8221;: &#8220;*&#8221;<br \/>\n  },<br \/>\n&#8220;`<\/p>\n<p>in your mods initialization<br \/>\n&#8220;`java<br \/>\npublic static void init_of_some_sort()<br \/>\n{<br \/>\n    if (FabricLoader.getInstance().isModLoaded(&#8220;retrocommands&#8221;)){<br \/>\n        MyModsCommands.add();<br \/>\n    }<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>implement `com.matthewperiut.retrocommands.api.Command`  <\/p>\n<p>register with `com.matthewperiut.retrocommands.api.CommandRegistry`<br \/>\n`CommandRegistry.add(new Command())`  <\/p>\n<p>new Command() replaced with your custom command.  <\/p>\n<p>### Add your own summon command for your entities<\/p>\n<p>Use `com.matthewperiut.retrocommands.api.SummonRegistry`<br \/>\nSummonRegistry.add(&#8230;)  <\/p>\n<p>Examples from `com.matthewperiut.retrocommands.util.VanillaMobs`<br \/>\n&#8220;`java<br \/>\nSummonRegistry.add(Creeper.class, (level, pos, param) -> {<br \/>\n    Creeper creeper = new Creeper(level);<\/p>\n<p>    if (param.length > 5)<br \/>\n        if (!param[5].isEmpty())<br \/>\n            if (param[5].charAt(0) != &#8216;0&#8217;)<br \/>\n                ((EntityAccessor) creeper).getDataTracker().setInt(17, (byte) 1);<\/p>\n<p>    return creeper;<br \/>\n}, &#8220;{charged (0 or 1)}&#8221;);<\/p>\n<p>SummonRegistry.add(Sheep.class, (level, pos, param) -> {<br \/>\n    int color = Integer.parseInt(param[5]);<br \/>\n    int has_wool = 1;<br \/>\n    if (param.length > 6)<br \/>\n        has_wool = Integer.parseInt(param[6]);<br \/>\n    Sheep sheep = new Sheep(level);<br \/>\n    sheep.setSheared(has_wool == 0);<br \/>\n    sheep.setColour(color);<br \/>\n    return sheep;<br \/>\n}, &#8220;{wool color meta} {has wool (0\/1)} &#8220;);<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Retro Commands built on Fabric for b1.7.3, but it also works in Multiplayer and has an API.<\/p>\n","protected":false},"featured_media":132870,"template":"","meta":{"_minecraft_slug":"retrocommands","_minecraft_project_id":"wIWtkL0s","_minecraft_author":"Slainlight","_minecraft_license":"MIT","_minecraft_downloads":10923,"_minecraft_follows":9,"_minecraft_client_side":"optional","_minecraft_server_side":"optional","_minecraft_storage_type":"zip","_minecraft_archive_name":"retrocommands.zip","_minecraft_size_bytes":2923471,"_minecraft_version_count":15,"_minecraft_updated_at":"2026-05-16T04:28:20.944388Z","_minecraft_date_created":"2024-03-25T06:28:13.453352Z","_minecraft_date_modified":"2025-07-13T15:12:48.400856Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/retrocommands","_minecraft_icon_attachment_id":132870,"_minecraft_imported_at":"2026-06-07T20:06:45+00:00","_minecraft_import_hash":"583640b623ee48388776ad58d97eacf6","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[994,97,92],"mod_loader":[995,99],"minecraft_version":[954],"class_list":["post-132869","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-babric","mod_category-fabric","mod_category-utility","mod_loader-babric","mod_loader-fabric","minecraft_version-b1-7-3"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>RetroCommands - 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\/retrocommands\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RetroCommands - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Retro Commands built on Fabric for b1.7.3, but it also works in Multiplayer and has an API.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/retrocommands\/\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/retrocommands\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/retrocommands\\\/\",\"name\":\"RetroCommands - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/retrocommands\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/retrocommands\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/retrocommands-icon-f0cccd06066d35946fe33e9b9defbdd4404364d4.png\",\"datePublished\":\"2026-06-07T20:06:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/retrocommands\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/retrocommands\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/retrocommands\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/retrocommands-icon-f0cccd06066d35946fe33e9b9defbdd4404364d4.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/retrocommands-icon-f0cccd06066d35946fe33e9b9defbdd4404364d4.png\",\"width\":128,\"height\":128},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/retrocommands\\\/#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\":\"RetroCommands\"}]},{\"@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":"RetroCommands - 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\/retrocommands\/","og_locale":"en_US","og_type":"article","og_title":"RetroCommands - Minecraft","og_description":"Retro Commands built on Fabric for b1.7.3, but it also works in Multiplayer and has an API.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/retrocommands\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/retrocommands\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/retrocommands\/","name":"RetroCommands - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/retrocommands\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/retrocommands\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/retrocommands-icon-f0cccd06066d35946fe33e9b9defbdd4404364d4.png","datePublished":"2026-06-07T20:06:44+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/retrocommands\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/retrocommands\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/retrocommands\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/retrocommands-icon-f0cccd06066d35946fe33e9b9defbdd4404364d4.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/retrocommands-icon-f0cccd06066d35946fe33e9b9defbdd4404364d4.png","width":128,"height":128},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/retrocommands\/#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":"RetroCommands"}]},{"@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\/132869","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\/132870"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=132869"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=132869"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=132869"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=132869"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}