diff --git a/apps/discord-cat/src/commands/mod.rs b/apps/discord-cat/src/commands/mod.rs index 0ab63f5..9e6b446 100644 --- a/apps/discord-cat/src/commands/mod.rs +++ b/apps/discord-cat/src/commands/mod.rs @@ -85,6 +85,9 @@ static_text_command! { mod_repost "repost" "vazkiirepost" "9mc" "9minecraft", "Please make sure you only download mods from reputable sources.", "For more info, please read https://vazkii.net/repost/"; + mcsr, + "MCSR requires Java 17 and should installed following the instructions on this page for the respective OS:", + "Any issues once inside the game needs to be handled on their server:"; ipv4, "Add this to your Java arguments to make Minecraft prefer IPv4 over IPv6:", "`-Djava.net.preferIPv4Stack=true`";