mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-05 17:07:06 +02:00
updated parse tab completer to consider the "cmdparse" alias
This commit is contained in:
@@ -55,6 +55,7 @@ public final class CommandParse extends PlaceholderCommand
|
||||
break;
|
||||
case "parse":
|
||||
case "bcparse":
|
||||
case "cmdparse":
|
||||
completeParseSingular(sender, params, suggestions);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user