Skip to content

Commit

Permalink
Disable find command for default group
Browse files Browse the repository at this point in the history
  • Loading branch information
Raraph84 committed Jul 21, 2024
1 parent eed671b commit aa841cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy/src/main/java/net/md_5/bungee/conf/YamlConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ public void load()
{
set( "permissions.default", Arrays.asList( new String[]
{
"bungeecord.command.server", "bungeecord.command.list", "bungeecord.command.find"
"bungeecord.command.server", "bungeecord.command.list"
} ) );
set( "permissions.admin", Arrays.asList( new String[]
{
"bungeecord.command.alert", "bungeecord.command.end", "bungeecord.command.ip", "bungeecord.command.reload", "bungeecord.command.kick", "bungeecord.command.send"
"bungeecord.command.alert", "bungeecord.command.end", "bungeecord.command.ip", "bungeecord.command.reload", "bungeecord.command.kick", "bungeecord.command.send", "bungeecord.command.find"
} ) );
}

Expand Down

0 comments on commit aa841cf

Please sign in to comment.