mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-12-28 20:17:55 +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
|
@Override
|
||||||
public List<String> tabComplete(LuckPermsPlugin plugin, Sender sender, ArgumentList args) {
|
public List<String> tabComplete(LuckPermsPlugin plugin, Sender sender, ArgumentList args) {
|
||||||
return TabCompleter.create()
|
return TabCompleter.create()
|
||||||
.at(0, CompletionSupplier.startsWith("on", "record", "off", "upload", "command"))
|
.at(0, CompletionSupplier.startsWith("on", "record", "off", "upload", "paste", "command"))
|
||||||
.complete(args);
|
.complete(args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user