Date: 2023/08/05 03:22:18 UTC-07:00
Type: Diff Report
running_anim:
type: world
events:
on player walks:
- - if <player.is_sprinting>:
- - execute as_op 'emotes play "Бег §6(§eПередвижение§6)" <player.name> false'
+ - if <player.is_sprinting>:
+ - flag <player> running_anim
+ - if <player.has_flag[running_anim]>:
+ - execute as_op 'emotes play "Бег §6(§eПередвижение§6)" <player.name> false'