Kicking

Staff++ adds its own kick command. When used, a history of the kicks will be preserved. Kicks also will be shown in the infractions menu.

Permissions

View permissions page

Commands

Command

Description

/kick [player] [reason?]

Kicks a player from the server. With specified reason.

Config

kick-module:
  # Whether or not the plugin will use "/kick" features.
  enabled: false
  # If set to true, staff members will no longer have the ability 
  # to specify a custom reason
  fixed-reason: false
  # Possible kick reasons, when defined the staff member will see
  # a reason selection GUI
  reasons: []

Examples

Kick with custom reason

Kick with reason select:

Kick with default reason

No reason selection is shown because only one reason is available.

Last updated

Was this helpful?