#3713: Add default admin permissions for /find and /send
This commit is contained in:
parent
a57adcce00
commit
45d2f44003
@ -95,7 +95,7 @@ public class YamlConfig implements ConfigurationAdapter
|
||||
} ) );
|
||||
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"
|
||||
} ) );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user