mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-16 23:34:50 +01:00
Update welcome mail
This commit is contained in:
@@ -114,7 +114,7 @@ public class Config {
|
|||||||
public WelcomeMail() {
|
public WelcomeMail() {
|
||||||
this.title = "Welcome to a LunarCore server";
|
this.title = "Welcome to a LunarCore server";
|
||||||
this.sender = "Server";
|
this.sender = "Server";
|
||||||
this.content = "Welcome to Lunar Core! Please take these items as a starter gift. For a list of commands, type /help in the server chat window. <a type=OpenURL1 href=https://discord.gg/cfPKJ6N5hw>Check out our Discord for more information about the server.</a>";
|
this.content = "Welcome to Lunar Core! Please take these items as a starter gift. For a list of commands, type /help in the server chat window. Check out our <a type=OpenURL1 href=https://discord.gg/cfPKJ6N5hw>Discord</a> and <a type=OpenURL1 href=https://github.com/Melledy/LunarCore>Github</a> for more information about the server.";
|
||||||
this.attachments = List.of(
|
this.attachments = List.of(
|
||||||
new ItemParam(2, 1000000),
|
new ItemParam(2, 1000000),
|
||||||
new ItemParam(101, 100),
|
new ItemParam(101, 100),
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ public class HelpCommand implements CommandHandler {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void execute(Player sender, CommandArgs args) {
|
public void execute(Player sender, CommandArgs args) {
|
||||||
StringBuilder help = new StringBuilder();
|
|
||||||
this.sendMessage(sender, "Displaying list of commands:");
|
this.sendMessage(sender, "Displaying list of commands:");
|
||||||
|
|
||||||
var labels = LunarCore.getCommandManager().getLabels().keySet().stream().sorted().toList();
|
var labels = LunarCore.getCommandManager().getLabels().keySet().stream().sorted().toList();
|
||||||
|
|||||||
Reference in New Issue
Block a user