grammar and spelling

This commit is contained in:
ZockerKatze
2025-04-28 10:29:43 +02:00
parent 782a731e1c
commit 43fcfaac48
3 changed files with 6 additions and 3 deletions

View File

@@ -3,7 +3,9 @@
<component name="MaterialThemeProjectNewConfig">
<option name="metadata">
<MTProjectMetadataState>
<option name="userId" value="-52d9443c:1967b5f7913:-7ff2" />
<option name="migrated" value="true" />
<option name="pristineConfig" value="false" />
<option name="userId" value="-2e14201d:196619b083a:-7ffe" />
</MTProjectMetadataState>
</option>
</component>

View File

@@ -35,9 +35,9 @@ class Discord : JavaPlugin() {
override fun onCommand(sender: CommandSender, command: Command, label: String, args: Array<out String>): 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
}

View File

@@ -1 +1,2 @@
# Your Discord Server Link goes here!
discord-link: "https://discord.gg/rgNPnRD6wt"