12 lines
602 B
Mcfunction
12 lines
602 B
Mcfunction
scoreboard objectives add fz.event.play_seconds minecraft.custom:play_time
|
|
|
|
scoreboard objectives add fz.event.leave_game minecraft.custom:leave_game
|
|
|
|
scoreboard objectives add fz.event.aviating_distance minecraft.custom:aviate_one_cm
|
|
|
|
scoreboard objectives add fz.event.damage_taken minecraft.custom:damage_taken
|
|
|
|
scoreboard objectives add fz.event.fishing_count minecraft.custom:fish_caught
|
|
|
|
## 调试
|
|
execute if score fz.logger.level fz.variable.integer matches ..500 run tellraw @a [{"nbt": "fz.level.info", "interpret": true, "storage": "fz:logger"}, {"text": "已初始化系统组件:事件"}] |