[AB-xxx] grrr takes remainder of input

This commit is contained in:
Sheldan
2026-05-15 14:58:46 +02:00
parent cdd2e15969
commit 7ba34a97e3

View File

@@ -98,6 +98,7 @@ public class Grrr extends AbstractConditionableCommand {
.name(TEXT_PARAMETER_KEY) .name(TEXT_PARAMETER_KEY)
.type(String.class) .type(String.class)
.templated(true) .templated(true)
.remainder(true)
.build(); .build();
parameters.add(textParameter); parameters.add(textParameter);
HelpInfo helpInfo = HelpInfo HelpInfo helpInfo = HelpInfo