Set Console Command for Block
time set day
@s = self · @p = nearest player · @a = all players · @e = all entities
Previous Output
-Intermediate · 2 blocks
Use two connected Command Blocks. One press changes the time to day and clears the weather.
What you need
Expected result
The time changes to day, followed by clear weather.
Placement direction
Configure one block at a time
The copy button copies only Command Input. Choose every other value in the Command Block screen.
The first block is Impulse and receives the button signal.
time set day
@s = self · @p = nearest player · @a = all players · @e = all entities
-Place a Chain Block where the first arrow points and set it to Always Active.
weather clear
@s = self · @p = nearest player · @a = all players · @e = all entities
-If it does not work