Skip to content

Commit 3048d10

Browse files
Update src/main/kotlin/dev/slne/surf/essentials/command/minecraft/StopCommand.kt
Co-authored-by: Copilot <[email protected]>
1 parent 9a7c0e9 commit 3048d10

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/dev/slne/surf/essentials/command/minecraft

1 file changed

+1
-1
lines changed

src/main/kotlin/dev/slne/surf/essentials/command/minecraft/StopCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fun stopCommand() = commandTree("stop") {
1818
Bukkit.broadcast(buildText {
1919
appendPrefix()
2020
variableValue(executor.name)
21-
success(" startet den Server neu...")
21+
success(" fährt den Server herunter...")
2222
}, EssentialsPermissionRegistry.STOP_NOTIFY)
2323

2424
Bukkit.shutdown()

0 commit comments

Comments
 (0)