跳转至

/schedule

文档版本:1.21.0.24

/schedule命令command.schedule.description

执行条件

该命令需要权限等级:gamedirectors|1。该命令需要开启作弊。

用法

/schedule on_area_loaded add <from:x y z> <to:x y z> <function:filepath>

command.schedule.1.description

modeScheduleActionOnAreaLoaded
枚举类型。command.enum.scheduleactiononarealoaded.description单值枚举,请直接使用on_area_loaded
conditionRequestAction
枚举类型。command.enum.requestaction.description单值枚举,请直接使用add
fromx y z
基本类型。command.schedule.from.description
tox y z
基本类型。command.schedule.to.description
functionfilepath
基本类型。command.schedule.function.description
/schedule on_area_loaded add circle <center:x y z> <radius:int> <function:filepath>

command.schedule.2.description

modeScheduleActionOnAreaLoaded
枚举类型。command.enum.scheduleactiononarealoaded.description单值枚举,请直接使用on_area_loaded
conditionRequestAction
枚举类型。command.enum.requestaction.description单值枚举,请直接使用add
typeCircleArea
枚举类型。command.enum.circlearea.description单值枚举,请直接使用circle
centerx y z
基本类型。command.schedule.center.description
radiusint
基本类型。command.schedule.radius.description
functionfilepath
基本类型。command.schedule.function.description
/schedule on_area_loaded add tickingarea <name:string> <function:filepath>

command.schedule.3.description

modeScheduleActionOnAreaLoaded
枚举类型。command.enum.scheduleactiononarealoaded.description单值枚举,请直接使用on_area_loaded
conditionRequestAction
枚举类型。command.enum.requestaction.description单值枚举,请直接使用add
typeTickingArea
枚举类型。command.enum.tickingarea.description单值枚举,请直接使用tickingarea
namestring
基本类型。command.schedule.name.description
functionfilepath
基本类型。command.schedule.function.description