We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd6e0d2 + 1d743f6 commit 423ac73Copy full SHA for 423ac73
gradle.properties
@@ -1,4 +1,4 @@
1
kotlin.code.style=official
2
kotlin.stdlib.default.dependency=false
3
org.gradle.parallel=true
4
-version=1.21.10-2.0.3-SNAPSHOT
+version=1.21.10-2.0.4-SNAPSHOT
src/main/kotlin/dev/slne/surf/essentials/command/WorldCommand.kt
@@ -158,12 +158,6 @@ fun worldCommand() = commandTree("world") {
158
anyExecutor { executor, args ->
159
val name: String by args
160
161
- executor.sendText {
162
- appendPrefix()
163
- info("Dieser Befehl ist zurzeit deaktiviert.")
164
- }
165
- return@anyExecutor
166
-
167
if (Bukkit.getServer().isFolia()) {
168
executor.sendText {
169
appendPrefix()
0 commit comments