Fix /plot download world not being clickable

This commit is contained in:
N0tMyFaultOG 2020-11-19 16:39:44 +01:00
parent 9478251d44
commit bb5c0de367

View File

@ -137,7 +137,7 @@ public class Download extends SubCommand {
player.sendMessage(TranslatableCaption.of("web.generating_link_failed")); player.sendMessage(TranslatableCaption.of("web.generating_link_failed"));
return; return;
} }
player.sendMessage(StaticCaption.of(url.toString())); player.sendMessage(TranslatableCaption.of("web.generation_link_success"), Template.of("url", url.toString()));
} }
}); });
} else { } else {