Follow along with the video below to see how to install our site as a web app on your home screen.
请注意: this_feature_currently_requires_accessing_site_using_safari
新增区域离开时执行自定义指令,在创建完区域之后,需要您手动前往配置文件中,按照如下格式在对应的区域配置后面加上commands,如下所示。 更新之前: YAML: areas: testArea: start: x: 0 y: 0 z: 0 end: x: 100 y: 100 z: 100 world: world owner: 12345678-1234-1234-1234-123456789012 更新之后: YAML: areas: testArea: start: x: 0 y: 0 z: 0 end: x: 100 y: 100 z: 100 world: world owner: 12345678-1234-1234-1234-123456789012 commands: - "在这里自定义你的命令" - "支持多条指令" - "如果为空则使用leave-run-command中配置的指令"
areas: testArea: start: x: 0 y: 0 z: 0 end: x: 100 y: 100 z: 100 world: world owner: 12345678-1234-1234-1234-123456789012
areas: testArea: start: x: 0 y: 0 z: 0 end: x: 100 y: 100 z: 100 world: world owner: 12345678-1234-1234-1234-123456789012 commands: - "在这里自定义你的命令" - "支持多条指令" - "如果为空则使用leave-run-command中配置的指令"
JDK1.8 现可正常加载本插件