#3713: Add default admin permissions for /find and /send

This commit is contained in:
Raraph84 2024-07-28 13:04:41 +02:00 committed by GitHub
parent a57adcce00
commit 45d2f44003
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,7 +95,7 @@ public class YamlConfig implements ConfigurationAdapter
} ) ); } ) );
set( "permissions.admin", Arrays.asList( new String[] set( "permissions.admin", Arrays.asList( new String[]
{ {
"bungeecord.command.alert", "bungeecord.command.end", "bungeecord.command.ip", "bungeecord.command.reload", "bungeecord.command.kick" "bungeecord.command.alert", "bungeecord.command.end", "bungeecord.command.ip", "bungeecord.command.reload", "bungeecord.command.kick", "bungeecord.command.send", "bungeecord.command.find"
} ) ); } ) );
} }