How to freeze time in Minecraft(BEDROCK)

Channel:
Subscribers:
1,440
Published on ● Video Link: https://www.youtube.com/watch?v=UX9NBU0HNNw



Category:
Guide
Duration: 5:05
488 views
11


Today I will show you how to freeze time in Minecraft Bedrock edition

COMMANDS:
/scoreboard objectives add pause dummy "Stop Time"


/execute at @a run scoreboard players set @a pause 1
/scoreboard players add @e time

/execute at @a run scoreboard players set @a pause 0
/scoreboard players add @e time

/execute at @a[scores={pause=0}] run execute as @e[name=Clock] run kill @e[name=Clock]
/execute at @a run scoreboard players set @a pause 1


/execute at @a[scores={pause=1}] run execute as @e[name=Clock] run kill @e[name=Clock]
/execute at @a run scoreboard players set @a pause 0

/tag @p add admin

/title @a[scores={pause=1}] actionbar Time Stopped:True
/execute as @e[tag=!admin] run execute at @s run tp @s @s
/gamerule randomtickspeed 0
/gamerule tntexplodes false
/gamerule dofiretick false
/event entity @e minecraft:stop_exploding
/scoreboard players add @e time

/title @a[scores={pause=0}] actionbar Time Stopped:false
/gamerule randomtickspeed 1
/gamerule tntexplodes true
/gamerule dofiretick true