diff --git a/.idea/material_theme_project_new.xml b/.idea/material_theme_project_new.xml
index 809315c..54efdf3 100644
--- a/.idea/material_theme_project_new.xml
+++ b/.idea/material_theme_project_new.xml
@@ -3,7 +3,9 @@
diff --git a/src/main/kotlin/org/discord/discord/Discord.kt b/src/main/kotlin/org/discord/discord/Discord.kt
index 97c0c85..037332d 100644
--- a/src/main/kotlin/org/discord/discord/Discord.kt
+++ b/src/main/kotlin/org/discord/discord/Discord.kt
@@ -35,9 +35,9 @@ class Discord : JavaPlugin() {
override fun onCommand(sender: CommandSender, command: Command, label: String, args: Array): Boolean {
if (command.name.equals("discord", ignoreCase = true)) {
if (sender is Player) {
- sender.sendMessage("${ChatColor.GREEN}Join our Discord server: ${ChatColor.BLUE}${ChatColor.UNDERLINE}$discordLink")
+ sender.sendMessage("${ChatColor.GREEN}Tritt unseren Discord-Server bei: ${ChatColor.BLUE}${ChatColor.UNDERLINE}$discordLink")
} else {
- sender.sendMessage("Tritt unsern Discord-Server bei: $discordLink")
+ sender.sendMessage("Tritt unseren Discord-Server bei: $discordLink")
}
return true
}
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index 244931d..d29d341 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -1 +1,2 @@
+# Your Discord Server Link goes here!
discord-link: "https://discord.gg/rgNPnRD6wt"