add kick-kicked-players

This commit is contained in:
ajgeiss0702
2021-12-30 02:36:17 -07:00
parent 3573c34bc6
commit 0b44a259ea
5 changed files with 42 additions and 0 deletions
@@ -78,6 +78,12 @@ public interface AdaptedPlayer extends Handle, Audience {
*/
String getName();
/**
* Kick a player from the proxy
* @param reason The reason to kick them with
*/
void kick(Component reason);
List<String> getPermissions();
default boolean equals(AdaptedPlayer other) {