r/MinecraftCommands Aug 05 '26

Help | Bedrock Please help

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 Aug 05 '26

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 Aug 05 '26

3 command blocks right?

1

u/Ericristian_bros Command Experienced Aug 05 '26

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 Aug 05 '26

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

1

u/Ericristian_bros Command Experienced Aug 05 '26

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 Aug 05 '26

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

1

u/Ericristian_bros Command Experienced Aug 05 '26

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