#3849: Add permission to perms command

This commit is contained in:
Mickey42302
2025-07-14 19:21:22 +10:00
committed by md_5
parent aea5870ac8
commit 704e866413

View File

@@ -12,7 +12,7 @@ public class CommandPerms extends Command
public CommandPerms() public CommandPerms()
{ {
super( "perms" ); super( "perms", "bungeecord.command.perms" );
} }
@Override @Override