diff --git a/core/src/main/kotlin/com/github/spigotbasics/core/command/parsed/arguments/TripleContextCoordinatesArg.kt b/core/src/main/kotlin/com/github/spigotbasics/core/command/parsed/arguments/TripleContextCoordinatesArg.kt index 8bad3553..26dbadb8 100644 --- a/core/src/main/kotlin/com/github/spigotbasics/core/command/parsed/arguments/TripleContextCoordinatesArg.kt +++ b/core/src/main/kotlin/com/github/spigotbasics/core/command/parsed/arguments/TripleContextCoordinatesArg.kt @@ -19,7 +19,9 @@ class TripleContextCoordinatesArg(name: String) : CommandArgument { - println(typing) + // println(typing) + // TODO: Add selectors and ~ ~~ for tabcomplete if has permission + // TODO: That requires passing the concat-ed string to the tabComplete method return super.tabComplete(sender, typing) }