#3156: Add kick module

This commit is contained in:
FlorianMichael
2022-07-02 10:06:22 +10:00
committed by md_5
parent 9ced5ce131
commit e151a6cf92
8 changed files with 144 additions and 1 deletions

View File

@@ -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"
} ) );
}

View File

@@ -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.