#3156: Add kick module
This commit is contained in:
@@ -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.alert", "bungeecord.command.end", "bungeecord.command.ip", "bungeecord.command.reload", "bungeecord.command.kick"
|
||||
} ) );
|
||||
}
|
||||
|
||||
|
@@ -39,3 +39,4 @@ command_perms_groups=\u00a76You have the following groups: {0}
|
||||
command_perms_permission=\u00a79- {0}
|
||||
command_ip=\u00a79IP of {0} is {1}
|
||||
illegal_chat_characters=\u00a7cillegal characters in chat ({0})
|
||||
kick_message=\u00a7cYou have been kicked off the proxy.
|
||||
|
Reference in New Issue
Block a user