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.
1 parent 94308ee commit 258e3dbCopy full SHA for 258e3db
src/main/kotlin/com/mairwunnx/projectessentials/spawn/commands/CommandLiterals.kt
@@ -0,0 +1,8 @@
1
+package com.mairwunnx.projectessentials.spawn.commands
2
+
3
+import com.mojang.brigadier.builder.LiteralArgumentBuilder
4
+import com.mojang.brigadier.builder.LiteralArgumentBuilder.literal
5
+import net.minecraft.command.CommandSource
6
7
+val spawnLiteral: LiteralArgumentBuilder<CommandSource> = literal("spawn")
8
+val setSpawnLiteral: LiteralArgumentBuilder<CommandSource> = literal("set-spawn")
0 commit comments