CommandHandler.sendMessage(sender,"Starting composition of message.\nPlease use `/sendmail <title>` to continue.\nYou can use `/sendmail stop` at any time");
CommandHandler.sendMessage(sender,"Message composition not at final stage.\nPlease use `/sendmail "+getConstructionArgs(mailBuilder.constructionStage)+"` or `/sendmail stop` to cancel");
CommandHandler.sendMessage(sender,String.format("Attached %s of %s (level %s) to the message.\nContinue adding more items or use `/sendmail finish` to send the message.",amount,item,lvl));
Grasscutter.getLogger().warn("[Dispatch] The default keystore password was loaded successfully. Please consider setting the password to 123456 in config.json.");