已经试过了下面的写法,"(true)"表示带true和不带都试过了,Dawn试过了可以,但是worldtime指定时间段不行
- Worldtime 0-1000 (true) -中文WIKI给的例子
- Worldtime 0to1000 (true)
- Worldtime t=0to1000 (true)
- Worldtime{t=0to1000} (true) -原WIKI给的粒子
Dawn
- Worldtime 0-1000 (true) -中文WIKI给的例子
- Worldtime 0to1000 (true)
- Worldtime t=0to1000 (true)
- Worldtime{t=0to1000} (true) -原WIKI给的粒子
| Worldtime | 检测实体所处世界的时间 | 所处世界 |
| Dawn | 检测世界时间是否为黑夜(22000-2000) | 所处世界 |
- 若时间为日出,游戏时间22000-2000
- dawn true
- 若所处的世界时间在指定范围内或为特定数值
- worldtime 0-22000 true
- worldtime{t=0-1000} true
可以试试