We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b971d6 commit ba4898aCopy full SHA for ba4898a
1 file changed
src/main/kotlin/com/kruthers/gamemode4core/commands/TpaCommand.kt
@@ -61,13 +61,4 @@ class TpaCommand(val plugin: Gamemode4Core) {
61
)
62
}
63
64
- @Parser(name = "tpaLocation")
65
- fun parseTpaLocation(sender: CommandContext<CommandSender>, inputQueue: Queue<String>): Location {
66
- val input = inputQueue.remove()
67
- sender.sender.sendMessage("Got '$input' as fist input")
68
-
69
- throw Exception("Unable to pass")
70
- }
71
72
73
0 commit comments