From 43fcfaac48972fba401cc9e2ffa515efea686ca7 Mon Sep 17 00:00:00 2001 From: ZockerKatze Date: Mon, 28 Apr 2025 10:29:43 +0200 Subject: [PATCH] grammar and spelling --- .idea/material_theme_project_new.xml | 4 +++- src/main/kotlin/org/discord/discord/Discord.kt | 4 ++-- src/main/resources/config.yml | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) 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"