2014.3.14
- 创意空间BBS正式和玩家见面
- 增加命令:/info 可以切换Info窗口. 快捷键F3
2014.3.15
- 完成论坛和语言的关系设计
- 增加命令:/mirror [-clone|-no_clone] [-update] [x|y|z] from_x from_y from_z (dx dy dz) to pivot_x pivot_y pivot_z
2014.3.16
- 增加命令: /set [-p] [@playername] name [=] value_prompt_msg 例如: /set a=hello world /tip %a%
- 所有指令支持 %var%.
- 支持内部变量%name%
2014.3.17
- 所有Command支持自定义Compiler
- /t 指令会延迟Command的编译。
- 增加命令: /set -p name [=] prompt_msg 可以提示用户输入文字。 例如: /set -p password=请输入密码: /t ~1 /tip 你输入的密码是%password%
- 增加命令: /pause 暂停当前人物或命令方块的所有/t指令的执行
- 增加命令: /resume 继续当前人物或命令方块的所有/t指令的执行
- 增加命令: /advancetime [~][time] 快进当前人物或命令方块的时间。 无参数表示快进到下一个关键帧。 ~表示相对时间否则是绝对时间。
- 修复ParaCraft无法保存模板的Bug.
- 增加命令: /if var1==var2 /othercommand 当var1==var2 时,运行后面的指令。 例如: /if %name% == 0 /tip your name is 0
