Page cover

🥾Kick

circle-info

The Kick system forcefully disconnects a player from the server. Unlike a ban, the player can rejoin immediately. It is used as a stern warning or to reset a player's connection.

How it Works

The plugin immediately disconnects the player with a custom message. Kicks are logged in the history database for record-keeping.

Usage

Command
Permission
Description

/kick <player> [reason]

crown.punish.kick

Kicks a player.

Configuration (kick.yml)

Similar to bans, the kick screen is fully customizable using MiniMessage or Legacy colors.

use-internal: true
punish-by-ip: true # If true, kicks all players on the same IP.

kick-screen:
  - '<gradient:#3a7bd5:#3a6073><bold>You have been kicked.</bold></gradient>'
  - ''
  - '<color:#b0b0b0>Reason: <color:#ffffff>{reason}</color></color>'
  - '<color:#b0b0b0>Punishment ID: <color:#ffffff>{punishment_id}</color></color>'

Last updated