Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions apps/discord-cat/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:<https://github.com/MultiMC/Launcher/wiki/Using-the-right-Java>",
"Any issues once inside the game needs to be handled on their server:<https://mcsrranked.com/discord>";
ipv4,
"Add this to your Java arguments to make Minecraft prefer IPv4 over IPv6:",
"`-Djava.net.preferIPv4Stack=true`";
Expand Down