How to make commands activate with different time periods in Minecraft(BEDROCK)
Channel:
Subscribers:
1,440
Published on ● Video Link: https://www.youtube.com/watch?v=WWK4zcb6trI
Today I will show you how to make different commands change which one is active every so often. The method used in this video was chosen due to its reliability and keeping up with the lag of the game.
COMMANDS:
/scoreboard objectives add Timer dummy
/scoreboard players add @e Timer 1
/execute if score @a[c=1] Timer matches 24000.. run /gamerule pvp false
/execute if score @a[c=1] Timer matches 48000.. run scoreboard players set @e Timer 0
/gamerule pvp true