Commands

Master the essential commands needed to manage your Nukkit server effectively.

Basic Server Commands

CommandDescription
stopSafely saves and shuts down the server
save-allManually saves all world data
reloadReloads plugins and configs (use with caution)
pluginsLists all loaded plugins
versionShows server version information

Player Management

Operator Commands

CommandDescription
op <player>Grants operator status to a player
deop <player>Removes operator status from a player
kick <player> [reason]Kicks a player from the server
ban <player> [reason]Bans a player permanently
pardon <player>Unbans a player
ban-ip <ip>Bans an IP address

Whitelist Commands

CommandDescription
whitelist onEnables the whitelist
whitelist offDisables the whitelist
whitelist add <player>Adds a player to the whitelist
whitelist remove <player>Removes a player from the whitelist
whitelist listLists all whitelisted players

Gameplay Commands

Game Management

CommandDescription
gamemode <mode> [player]Changes game mode (0-3 or survival, creative, etc.)
difficulty <level>Sets difficulty (0-3 or peaceful, easy, etc.)
time set <value>Sets world time (day, night, or tick value)
weather <type>Changes weather (clear, rain, thunder)
tp <player> <x> <y> <z>Teleports a player to coordinates

World Commands

CommandDescription
seedShows the world seed
setworldspawn <x> <y> <z>Sets the world spawn point

Running Commands

In Console

Type commands directly without the / prefix:

In-Game

Players with OP status use / before commands:


Important Notes

Tip: Most commands support tab completion. Start typing and press Tab to see suggestions.