fix: add [reason] to filter command (forgor 💀)

This commit is contained in:
ChomeNS
2025-01-03 17:50:19 +07:00
parent b7f2023977
commit 145a7fe2fe

View File

@@ -22,10 +22,9 @@ public class FilterCommand extends Command {
"filter",
"Filter players",
new String[] {
"add <player>",
"-ignorecase add <player>",
"-regex add <player>",
"-ignorecase -regex add <player>",
"add [player]",
"-ignorecase add <player> [reason]",
"-regex add <player> [reason]",
"remove <index>",
"clear",
"list"