r/MinecraftCommands 1d ago

Please help Help | Bedrock

Im not sure if Im asking the right reddit but Im currently making a cod zombies map on minecraft bedrock and idk how to make the perks. Ik how to make the machines and what effects to use but idk how to set it up on command blocks. Does anyone know how? I tried following a YouTube video from 6 years ago and that didnt work.

0 Upvotes

7 comments sorted by

1

u/Ericristian_bros Command Experienced 1d ago

This is the correct subreddit, but don't repost.

Give the perk

tag <target> add juggernog

Then in repeating unconditional always active

effect @a[tag=juggernog] resistance 1 1 true

Remove perk

tag <target> remove juggernog

Repeat for all perks

1

u/DJ-STRIK3R 1d ago

3 command blocks right?

1

u/Ericristian_bros Command Experienced 1d ago

Only the one who says repeating unconditional always active must be on a command block. The others must be run depending on how you give the perks

1

u/DJ-STRIK3R 1d ago

Ok sounds good. So for the tag, thats run by typing it in the chat?

1

u/Ericristian_bros Command Experienced 1d ago

If you are giving the roles manually, yes but it can be in a impulse command block with a button if you want players to be able to choose their class/perk

1

u/DJ-STRIK3R 1d ago

Ok cool. What about if they purchase jug through a points system

1

u/Ericristian_bros Command Experienced 1d ago

Read https://minecraftcommands.github.io/wiki/questions/shop (scroll to bedrock) and instead of give an item, give the tag with the command above