mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
updated parse tab completer to consider the "cmdparse" alias
This commit is contained in:
parent
d1b50c3db4
commit
f177da8ef7
@ -55,6 +55,7 @@ public final class CommandParse extends PlaceholderCommand
|
||||
break;
|
||||
case "parse":
|
||||
case "bcparse":
|
||||
case "cmdparse":
|
||||
completeParseSingular(sender, params, suggestions);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user