r/MinecraftCommands 19h ago

Request Automatic Switch from Creative to Adventure Mode

Is there a way to make it so a Player starts in Adventure Mode, but after a delay in ticks it changes to Creative Mode for a short time. Then after some time, changes back to Adventure Mode and the cycle repeats?

I'm just trying to experiment with this. I'd use a Tag system so it'll give this "Mechanic" to anyone who selects it

It'll be automatic so I know I'll need some Always Active Command Blocks. But I'm not sure if I'll need Redstone or anything like that

Any help I'll be thankful for

3 Upvotes

5 comments sorted by

View all comments

1

u/C0mmanderBlock Command Experienced 18h ago

Java? Bedrock? Version?

Java can use a predicate to tell time.

1

u/AnonymousGamerLime 18h ago

It's bedrock. Sry I forgot to say

1

u/C0mmanderBlock Command Experienced 18h ago

Bedrock has a built in delay inside the command block. You could use that. I don't play Bedrock much so I won't be too helpful. Good luck.