Minecraft Server Tootal World
版本:1.13.2
地址:120.79.171.171:23333
模式:原版生存
难度:4
序言#
这篇博客主要用于记录Minecraft服务器相关事项。
服务器可能稳定,可能不稳定,一般24小时开放。
该服主要用于探索Minecraft技术与服务器相关技术。
2018年12月14日开服
20181214#
screen命令:#
新建窗口
screen -S name
查看窗口列表
screen -ls
打开窗口
screen -r id
暂时退出窗口
Ctrl+A D
退出窗口
exit
服务端运行命令#
java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui
20190125#
压缩文件命令#
tar -zcvf 打包后生成的文件名全路径 要打包的目录
sftp文件传输命令#
bye finish your SFTP session
cd change your remote working directory
clear clear screen
exit finish your SFTP session
explore explore your local directory
get download a file from the server to your local machine
help give help
lcd change and/or print local working directory
lls list contents of a local directory
lpwd print your local working directory
ls list contents of a remote directory
mkdir create a directory on the remote server
mv move or rename a file on the remote server
put upload a file from your local machine to the server
pwd print your remote working directory
quit finish your SFTP session
rename move or rename a file on the remote server
rm delete a file
rmdir remove a directory on the remote server
Minecraft Server Tootal World