Skip to content
LXZ_svn_sync edited this page Oct 30, 2019 · 3 revisions

command: /loadworld

quick ref:

/loadworld [-i|e] [worldname|url|filepath|projectId]

description:

load a world by worldname or url or filepath relative to parent directory
@param -i: interactive mode, which will ask the user whether to use existing world or not. 
@param -e: always use existing world if it exist without checking if it is up to date.  
e.g.
/loadworld 530
/loadworld https://github.com/xxx/xxx.zip
/loadworld -i https://github.com/xxx/xxx.zip
/loadworld -e https://github.com/xxx/xxx.zip

加载一个世界的名称或压缩文件或文件相对路径目录。

Clone this wiki locally