Module: Kick - Module ID: kick

Introduction

This module adds provision for kicking players in a more flexible way than vanilla Minecraft can, adding the ability to add reasons to kicks, and kicking all players with the option of turning on a whitelist.

Kicking all players

Nucleus provides the command /kickall [-w] [reason] to kick all players from the server (except yourself, if you are a player executing this command). By specifying the -w flag, Nucleus will activate the whitelist at the same time, preventing your eager players from rejoining the server before you get the chance to turn it on yourself.

The following are incompatibilities that may occur with this module, along with how to resolve the problem. For the full mod/plugin incompatibility list, see the compatibility page.

No plugin incompatibilities have been reported.

/kick
Module: kick
Kicks a player

Aliases: kick

Root command aliases: /nkick

Usage: /kick <player> [<reason…>]

Default Role: MOD

Basic Command Permission: nucleus.kick.base

Permissions

  • nucleus.kick.base - Default Role: MOD
    Allows the user to run the command /kick
  • nucleus.kick.exempt.target - Default Role: MOD
    Exempts the user from being a target of the /kick command.
  • nucleus.kick.notify - Default Role: MOD
    Notifies the user about kicks when they occur.

This command is an equivalent to the following command(s) in Essentials: /kick

/kickall
Module: kick
Kicks all players, optionally turning the whitelist on.

If the command is executed by a player on the server, the executing player will not be kicked. To turn the whitelist on when kicking everyone, use the "-w" flag.

Aliases: kickall

Root command aliases: /nkickall

Usage: /kickall [-w|-f] [<reason…>]

Default Role: MOD

Basic Command Permission: nucleus.kickall.base

Permissions

  • nucleus.kickall.whitelist - Default Role: ADMIN
    Allows the user to turn the whitelist on when kicking all players.
  • nucleus.kickall.base - Default Role: MOD
    Allows the user to run the command /kickall

This command is an equivalent to the following command(s) in Essentials: /kickall

Permission Suggested Role Description
nucleus.kick.base MOD Allows the user to run the command /kick
nucleus.kick.exempt.target MOD Exempts the user from being a target of the /kick command.
nucleus.kick.notify MOD Notifies the user about kicks when they occur.
nucleus.kickall.base MOD Allows the user to run the command /kickall
nucleus.kickall.whitelist ADMIN Allows the user to turn the whitelist on when kicking all players.
There is no configuration for this module.