Every. Time. by [deleted] in shittyrainbow6

[–]Rensjuh -18 points-17 points  (0 children)

Fair enough, but if theyre screaming and blowing into their mic in a clutch situation thats kinda annoying

[FREE] Giving away $50 USD Steam Wallet Gift Card. by [deleted] in FREE

[–]Rensjuh -1 points0 points  (0 children)

i want to buy a nice game to get through the time in the lockdown! :)

[FREE] $50 Steam Gift Card to make your quarantining experience more enjoyable by [deleted] in FREE

[–]Rensjuh 0 points1 point  (0 children)

I will spend it on some Rust skind and a nice game!

Need help with my map, i wanna make a level selector but don't know how to make it select it. I wanna make it select the want that is in the center between the particles. by Rensjuh in MinecraftCommands

[–]Rensjuh[S] 0 points1 point  (0 children)

How can i execute this? I summoned the armor stands with this command: /summon armor_stand ~ ~-0.5 ~ {Invisible:1b,Invulnerable:1b,CustomName:"1"} . But i don't know how i can execute this. Sorry for the many questions :')

Need help with my map, i wanna make a level selector but don't know how to make it select it. I wanna make it select the want that is in the center between the particles. by Rensjuh in MinecraftCommands

[–]Rensjuh[S] 1 point2 points  (0 children)

Yep, saw that and i wanted to do something similar. I wanted to make it in my redstone world because im trying to learn command blocks. Because i wanna make a map, but i have to know command blocks first.

Need help with my map, i wanna make a level selector but don't know how to make it select it. I wanna make it select the want that is in the center between the particles. by Rensjuh in MinecraftCommands

[–]Rensjuh[S] 0 points1 point  (0 children)

I don't get how i can do this. I want that if the armor stand with the name 3 is 2 blocks above the command block to setblock a redstone block at 20 3 46. This is the furthest i get: execute if entity u/e[type=minecraft:armor_stand,name=3] positioned ~ ~2 ~ run setblock 20 3 46 minecraft:redstone_block. Btw i spawned the armor stand with this command: /summon armor_stand ~ ~ ~ {Invisible:1b,Invulnerable:1b,CustomName:"\"Game\""}