Skip to content

Commit dd8de12

Browse files
committed
separate player names and uuid's into "add" and "add-uuid" to avoid cluttered suggestions
1 parent 65d40f5 commit dd8de12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/kotlin/com/lambda/command/commands/FriendCommand.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ object FriendCommand : LambdaCommand(
105105
}
106106
}
107107
}
108+
}
108109

110+
required(literal("add-uuid")) {
109111
required(uuid("player uuid")) { player ->
110112
suggests { _, builder ->
111113
mc.networkHandler

0 commit comments

Comments
 (0)