This commit is contained in:
Chayapak 2023-09-10 09:32:35 +07:00
parent c317913bb9
commit 91c61a2aa7

View file

@ -32,7 +32,7 @@ public class FilterCommand extends Command {
"<hash> list" "<hash> list"
}, },
new String[] { "filterplayer", "ban", "blacklist" }, new String[] { "filterplayer", "ban", "blacklist" },
TrustLevel.TRUSTED, TrustLevel.OWNER,
false false
); );
} }