mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-17 08:05:35 +01:00
Add 'paste' to verbose command tab completions (#3598)
This commit is contained in:
parent
1f8b66cfe3
commit
4037570fbb
@ -186,7 +186,7 @@ public class VerboseCommand extends SingleCommand {
|
||||
@Override
|
||||
public List<String> tabComplete(LuckPermsPlugin plugin, Sender sender, ArgumentList args) {
|
||||
return TabCompleter.create()
|
||||
.at(0, CompletionSupplier.startsWith("on", "record", "off", "upload", "command"))
|
||||
.at(0, CompletionSupplier.startsWith("on", "record", "off", "upload", "paste", "command"))
|
||||
.complete(args);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user