Show Menu
Cheatography

Minecraft Server Administration Cheat Sheet (DRAFT) by

Commands for Minecraft Server Administration

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Admini­str­ation Commands

Start server
java -Xmx1024M -Xms1024M -jar <jar locati­on> nogui
Stop server
stop
Backup server

screen commands

screen -S minecraft
create a screen names "­min­ecr­aft­"
screen -x minecraft
attach to an existing screen names "­min­ecr­aft­"
screen -ls
Shows all screens running
[^A][d]
detach current screen
[^A][n]
Go to next window
[^A][p]
Go to previous window
[^A][k]
Kill current window
For more:h­ttp­://­www.ch­eat­ogr­aph­y.c­om/­gis­seh­el/­che­at-­she­ets­/sc­reen/
 

In game commands

/list
Lists players on the server.
/me
Displays a message about yourself.
/save-all
Saves the server to disk.
/save-off
Disables automatic server saves.
/save-on
Enables automatic server saves.
/seed
Displays the world seed.
/stop
Stops a server.
/summon
Summons an entity.