Denizen Script Commands


Commands are always written with a '-' before them, and are the core component of any script, the primary way to cause things to happen.
Learn about how commands work in The Beginner's Guide.


Showing 1 out of 184 commands...
Namekick
Syntaxkick [<player>|...] (reason:<text>)
Short DescriptionKicks a player from the server.
Full DescriptionKick a player or a list of players from the server and optionally specify a reason.
If no reason is specified it defaults to "Kicked."
Related TagsNone
Usage Example
# Use to kick the player with the default reason.
- kick <player>
Usage Example
# Use to kick the player with a reason.
- kick <player> "reason:Because I can."
Usage Example
# Use to kick another player with a reason.
- kick <[player]> "reason:Because I can."
Groupplayer
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/KickCommand.java#L20