[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)
.type(String.class)
.templated(true)
.remainder(true)
.build();
parameters.add(textParameter);
HelpInfo helpInfo = HelpInfo