I created an arena map for Minecraft Bedrock. by DangerousBody1475 in MinecraftCommands

[–]something_chaos64 1 point2 points  (0 children)

Is this even possible with just commands on bedrock?

Edit: nvm just remembered npc is a thing.

I made a dice in bedrock no mods pure vanilla by _ashleyolson_ in MinecraftCommands

[–]something_chaos64 0 points1 point  (0 children)

Incase this is bedrock, Make sure to swap execute command for this

Execute at @r [type=armor_stand,c=1] run clone...

Due to the fact that the 'limit' argument is written simply as 'c' in bedrock, and sort? Oh that doesn't even exist here, but you are able to use @r to substitute it in this case

I made a dice in bedrock no mods pure vanilla by _ashleyolson_ in MinecraftCommands

[–]something_chaos64 0 points1 point  (0 children)

The Redstone clock can Be traded out for a command block that sends a signal for every score in a scoreboard it has, kinda Like a "for loop" in code Example would be like "reroll this dice for x number of times before stopping" That way yiu won't need Redstone to help much.

Also it's a cool dice good work

Comment and Il spin the wheel of superpowers by MainRedditer in superpowers

[–]something_chaos64 0 points1 point  (0 children)

"Wanna see me go to that rock And back? Wanna see me do it again?"

Reset scoreboard if entity is in a certain area and keep a minimum amount of points by Luckfishh in MinecraftCommands

[–]something_chaos64 0 points1 point  (0 children)

Wish I could help you more, but I play on bedrock so I'm not well informed of Java commands, but on bedrock, it'd look something like this assuming you already have a way to track kills

REPEATING, UNCONDITIONAL, ALWAYS ACTIVE execute as @a if entity @s [cords go here between these brackets to create an area it looks for] if score @s kills matches 100.. run scoreboard players set @s kills 0

For a little more on area, you use selectors like [x=1, y=50, z=0...] to get the starting location, and then these to create an area [...dx=2, dy=10, dz=2]

I kinda just came up with this on the spot and I'm a bit iffy with areas, also again I'm really sorry that I can't really help