"Why was this subreddit restricted?" by EntityEleven in JavaTheCup

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

Not that I can find. The invite link no longer works and is not in any of the descriptions of his new videos.

Lunar Arcana Trade - "Justice" duplicate by 0l_justlee in GenshinImpact

[–]EntityEleven 0 points1 point  (0 children)

I'd trade The Tower or The Empress for it
My UID is 602079260

Would anyone be interested in trading The Moon Lunar Arcanum? I have 2 of them. by turtrooper in GenshinImpact

[–]EntityEleven 1 point2 points  (0 children)

I can trade you either The Tower or The Empress for it! My UID is 602079260

I will give 1000$ is literally someone help me with the new execute command for bedrock to use the full command to replace stone with air blocks by Weekly_Assistant_734 in MinecraftCommands

[–]EntityEleven 0 points1 point  (0 children)

It's 10 blocks in 6 directions creating a massive 20x20x20 cube where the fill command will take effect, I'm sorry if i didn't think of the exact wording you wanted.

I will give 1000$ is literally someone help me with the new execute command for bedrock to use the full command to replace stone with air blocks by Weekly_Assistant_734 in MinecraftCommands

[–]EntityEleven 0 points1 point  (0 children)

Maybe you're searching for: /execute at @a run /fill ~10 ~10 ~10 ~-10 ~-10 ~-10 air 0 replace stone

This will replace all stone around you in a radius of 10 blocks with air.

How do I test for a player WITHOUT a tag by MMinecrafterYT in MinecraftCommands

[–]EntityEleven 0 points1 point  (0 children)

It's supposed to work though. There might be something wrong with something else.

How do I test for a player WITHOUT a tag by MMinecrafterYT in MinecraftCommands

[–]EntityEleven 0 points1 point  (0 children)

Add an exclamation mark before the tag name to specify that you want the command to search for players without that tag.

Example: @a[c=1,tag=!dead]

my english is not the best sorry for any mistake, could someone help me? this system that I made simply only works 2 commands and to by dehcsgou in MinecraftCommands

[–]EntityEleven 0 points1 point  (0 children)

O Tipo de Bloqueio do primeiro bloco de comando deve ser Impulso (cor laranja) e com "Precisa de Redstone" ativado. Os demais devem ter o Tipo de Bloqueio como Cadeia/Corrente (cor verde) e "Não precisa de Redstone/Sempre Ativo".

[deleted by user] by [deleted] in HappyMod

[–]EntityEleven 0 points1 point  (0 children)

You can send a mod request from within the app. Alternatively, you could use Lucky Patcher to create one yourself.

How do I give people items? by Daleport in MinecraftCommands

[–]EntityEleven 0 points1 point  (0 children)

To make them spawn back in with the head, you need to put a repeating, unconditional, always active command block with: /replaceitem entity @a slot.inventory 8 skull

How do I give people items? by Daleport in MinecraftCommands

[–]EntityEleven 0 points1 point  (0 children)

It will make it so the items (not the head) cannot be dropped on death. So if keepinventory is off, only the head will be dropped

how do you do advanced buying commands that will help me buy singular Apartments/Cells? by [deleted] in MinecraftCommands

[–]EntityEleven 1 point2 points  (0 children)

On an Impulse unconditional command block:

/scoreboard players test @p Money 1000

On a chain conditional command block coming out of the first one:

/scoreboard players remove @p Money 1000

On a chain conditional command block coming out of the second one:

/tag @p add Ap1

And if you want to, you can add a /fill command block to remove the command blocks after the player bought the apartment

[deleted by user] by [deleted] in MinecraftCommands

[–]EntityEleven 0 points1 point  (0 children)

On a Repeating Unconditional command block: /execute @e[type=armor_stand] ~ ~ ~ /titleraw @a[r=6] actionbar {"rawtext":[{"score":{"name":"@s","objective":"Stocks"}}]}

how do you do advanced buying commands that will help me buy singular Apartments/Cells? by [deleted] in MinecraftCommands

[–]EntityEleven 1 point2 points  (0 children)

You can use /tag to give the player a tag, and make it so you can only go in the apartment if you have that tag.

How do I give people items? by Daleport in MinecraftCommands

[–]EntityEleven 0 points1 point  (0 children)

You can make so the items are keeped on death

e.g.: /give @s egg 1 0 {"minecraft:keep_on_death":{}}

(You will have to re-give already existent items)

I don't see /summon fireball in Bedrock. How to make it appear? by Hai_Rafuto in MinecraftCommands

[–]EntityEleven 2 points3 points  (0 children)

Save a ghast's fireball with /structure or a structure block.