Op commands
These commands are usable by console or by the ops on the server (by putting a slash '/' before a command).
| Command | Description | Usage |
|---|---|---|
| help or ? | Shows a list of server commands in the console or in-game. | help |
| kick <player> | Removes a player from the server. | kick player1 |
| ban <player> | Bans a player from the server. | ban player1 |
| pardon <player> | Pardons a banned player so that they can connect again. | pardon player1 |
| ban-ip <ip> | Bans an IP address from the server. | ban-ip 192.168.1.5 |
| pardon-ip <ip> | Pardons a banned IP address so that they can connect again. | pardon-ip 192.168.1.5 |
| op <player> | Turns a player into an op. | op player1 |
| deop <player> | Removes op status from a player. | deop player1 |
| tp <player1> <player2> | Moves <player1> to the same location as <player2>. | tp player1 player2 |
| give <player> <id> [<num>] | Gives <player> <num> (default 1) of the resource with data value <id>. | give player1 3 64 (gives player1 64 blocks of grass) |
| tell <player> <message> | Sends a private message to a player. | tell player2 hello! |
| stop | Gracefully stops the server. | stop |
| save-all | Forces a server-wide level save. | save-all |
| save-off | Disables terrain saving (useful for backup scripts). | save-off |
| save-on | Re-enables terrain saving. | save-on |
| list | Lists all currently connected players. | list |
| say <message> | Broadcasts a message to all players. | say hello minecraft world! |
Player commands
These commands are usable by any player.
| Command | Description |
|---|---|
| /kill | Inflicts 1000 damage points to the user, killing them and returning them to the spawn point. Useful when lost or stuck. |
| /me <action> | Sends a message as an IRC-style action (e.g. "* Player slaps everyone around a bit with a large trout"). |
| /tell <player> <message> | Sends a private message to another player. |