cmd_loadworld - LiXizhi/ParaCraft GitHub Wiki
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
加载一个世界的名称或压缩文件或文件相对路径目录。