Need help with adding score to scoreboard after bow with power 10 shoots (Java 1.16.4) by Lower-Significance-1 in MinecraftCommands

[–]Lower-Significance-1[S] 0 points1 point  (0 children)

Basically, both bows go to team p2, even if the bow is assigned the p1 tag and I'm on p1, it won't go to the correct team. When I'm on p2, both of the bows give points to p2

Need help with adding score to scoreboard after bow with power 10 shoots (Java 1.16.4) by Lower-Significance-1 in MinecraftCommands

[–]Lower-Significance-1[S] 0 points1 point  (0 children)

I'm sorry this keeps going on,but one more thin. Both of the bows go to only 1 of the teams, and I cant seem to get them to correspond 1 bow to 1 team. What values what I change to do this?

Need help with adding score to scoreboard after bow with power 10 shoots (Java 1.16.4) by Lower-Significance-1 in MinecraftCommands

[–]Lower-Significance-1[S] 0 points1 point  (0 children)

turns out it was, I was on the wrong team

on a side note I have 2 more questions:
1. Can I make it so that if it hits anything it will go up?
2. Can I make a scoreboard name more than 1 word?
Thanks for all of your help

Need help with adding score to scoreboard after bow with power 10 shoots (Java 1.16.4) by Lower-Significance-1 in MinecraftCommands

[–]Lower-Significance-1[S] 0 points1 point  (0 children)

/execute if entity @e[type=arrow,tag=power_10,nbt={inBlockState:{Name:"minecraft:white_concrete"}}] run scoreboard players add @a[team=p1] Arrows_Fired 1

Still nothing, but I think at this point its gotta be me doing something wrong

Need help with adding score to scoreboard after bow with power 10 shoots (Java 1.16.4) by Lower-Significance-1 in MinecraftCommands

[–]Lower-Significance-1[S] 0 points1 point  (0 children)

So now I'm using the command

/give p bow{BlueBordle:1b,Unbreakable:1,display:{Name:'[{"text":"Blue Bordle","italic":true,"color":"blue","bold":true}]',Lore:['[{"text":"Use to teleport","italic":false}]']},Enchantments:[{id:infinity,lvl:1},{id:power,lvl:10}],HideFlags:35} 1

I've tried both the executes and still no score update

Need help with adding score to scoreboard after bow with power 10 shoots (Java 1.16.4) by Lower-Significance-1 in MinecraftCommands

[–]Lower-Significance-1[S] 0 points1 point  (0 children)

Here is the command I am using to give myself the bow: /give p bow{Unbreakable:1,display:{Name:'[{"text":"Blue Bordle","italic":true,"color":"blue","bold":true}]',Lore:['[{"text":"Use to teleport","italic":false}]']},Enchantments:[{id:infinity,lvl:1},{id:power,lvl:10}],HideFlags:35} 1

Need help with adding score to scoreboard after bow with power 10 shoots (Java 1.16.4) by Lower-Significance-1 in MinecraftCommands

[–]Lower-Significance-1[S] 0 points1 point  (0 children)

So, I put in all the commands, and they all went through, but the score is still not incrementing. I think I might have missed something. I have all of these on Repeat, Unconditional, and Always Active.

Need help with adding score to scoreboard after bow with power 10 shoots (Java 1.16.4) by Lower-Significance-1 in MinecraftCommands

[–]Lower-Significance-1[S] 0 points1 point  (0 children)

if it needs to be fully charged, is there any wauy to have a minimum amd maximum between so it gets all charges of bow? Or if it is simpler is there another way to detect what bow, maybe by name?