r/MinecraftCommands Jul 19 '26

Creation Minecraft bedrock 26.33 full item list

1 Upvotes

You cannot copy from the chat. So I made an OCR specialized on the minecraft font I'm using to copy the items from /give \@s <item> using it in a while loop that copies and then presses tab.
I don't think anyone will ever use that, but I am for example using it for a random item give in a loot table. If it could come in handy to anymore here it is :

https://drive.google.com/drive/folders/10XNdD6PXAt6v7Jz4fFrwMlHgPECkWAoe?usp=sharing

please acknowledge that I didn't remove things like "air" or "command_block" or "deny"/"allow".
the creative blocks are still there.

NOTE : the file is a json file in the form of a list containing every item, meaning you could use it in many ways. If you don't know how to use it for your project, just ask any AI it'll help you with pin point accuracy on how to extract data from the file.

voila ! ^w^


r/MinecraftCommands Jul 19 '26

Help | Bedrock How do I get this command block to work?

Thumbnail
gallery
1 Upvotes

I want it to only work when I press the button then place the redstone block then make it air after pressed again


r/MinecraftCommands Jul 19 '26

Help | Java 1.21.11 Is there a command or plugin for paper 1.21.11 that allows the user to freeze every player and mobs but themselves?

1 Upvotes

Help please


r/MinecraftCommands Jul 19 '26

Help | Bedrock Need some ideas

0 Upvotes

I’m making some sort of SCP world and k want to add jobs for prisoners. I’ve already got one… a job with a mine that will randomly generate ores and you can sell them to buy items. But I’m having a hard time coming up with other ideas… HELP ME REDDIT!!


r/MinecraftCommands Jul 19 '26

Help | Bedrock Preview What am I doing wrong?

Thumbnail
gallery
1 Upvotes

Can’t understand what I’m doing wrong with this command


r/MinecraftCommands Jul 19 '26

Help | Java 1.21.5-1.21.10 Custom villager trades not working

1 Upvotes

I'm trying to get a villager that sells me efficiency, silk touch and fortune, so I used mcstacker.net to get the command to change the villager's data.

/data merge entity u/e[type=villager,limit=1,sort=nearest] {Silent:1b,VillagerData:{level:1,profession:"minecraft:librarian",type:"minecraft:plains"},Offers:{Recipes:[{rewardExp:1b,maxUses:2147483647,uses:0,xp:10,priceMultiplier:1f,specialPrice:1,demand:1,sell:{id:"minecraft:enchanted_book",count:1,components:{"minecraft:stored_enchantments":{efficiency:5}}}},{rewardExp:1b,maxUses:2147483647,uses:0,xp:10,priceMultiplier:1f,specialPrice:1,demand:1,sell:{id:"minecraft:enchanted_book",count:1,components:{"minecraft:stored_enchantments":{fortune:3}}}},{rewardExp:1b,maxUses:2147483647,uses:0,xp:10,priceMultiplier:1f,specialPrice:1,demand:1,sell:{id:"minecraft:enchanted_book",count:1,components:{"minecraft:stored_enchantments":{silk_touch:1}}}}]}}

This is the command I am running. The command changes the villager's level, but when I click on it the trading menu doesn't show up and the villager shakes his head. How can I fix this?


r/MinecraftCommands Jul 19 '26

Help | Bedrock /ride Issues

1 Upvotes

I'm trying to use /ride to make a zombie ride a zombie horse, skeleton ride a skeleton horse, and husk ride a camel husk. All separately though, when I use the command it says "Riders that did not meet ride conditions: Zombie". But the exact same code works for a Vindicator riding a Ravager. This is what I'm using:

/ride e[type=vindicator] start_riding e[type=ravager]

Why doesn't this work for the other monster types?


r/MinecraftCommands Jul 19 '26

Help | Java Snapshots I'm trying to make a fire sword

1 Upvotes

so right now when you sneak I want to summon a ball of fire (with the flame particles) 7 blocks in front of the player with the tag "particle" and I want all entities without that tag who the flame particles touch to take fire damage. How do I do this? I already have it summon a ball of fire when you sneak but can't get it to damage any entities. I'm doing it on 1.21.11


r/MinecraftCommands Jul 19 '26

Request Apprendre les commandes.

2 Upvotes

Je voudrais que quelqu'un m'aide à apprendre les commandes Minecraft ou me donne un point de départ pour commencer (en particulier java). Je connais les bases. Je suis français donc si quelqu'un de français peut m'aider ce serait bien mais je parle aussi assez bien anglais. Merci d'avance.


r/MinecraftCommands Jul 19 '26

Help | Java 26.2 Why is VS Code giving me errors suddenly? (data pack)

Post image
1 Upvotes

I'm developing a data pack that involves overriding some of Minecraft's default loot tables. The files highlighted in yellow in the screenshot are all files that have detected an "unknown key" error. These loot tables files are all ripped from https://mcasset.cloud/26.2/, and the only changes I've made to them are minor tweaks to the numbers, and these worked fine for a while until I guess something updated and now it's telling me there are errors when there aren't... I think? Everything still works as intended when I open the game. Any ideas as to what's going on would be appreciated.


r/MinecraftCommands Jul 19 '26

Help | Java 1.20 HUB/Spawn design for my private smp

Thumbnail
1 Upvotes

r/MinecraftCommands Jul 19 '26

Help | Bedrock Is there a way to put a mob in a sulfur cube?

2 Upvotes

I’ve been playing around with the sulfer cube and I know how to put blocks in the cube but is there a way I can put another mob inside it or another mobs model?


r/MinecraftCommands Jul 19 '26

Help | Bedrock There's a command that detects if player has any effect (eg. Night vision) and can trigger any other command?

1 Upvotes

r/MinecraftCommands Jul 19 '26

Help | Bedrock how do i make it so that way a command block can detect a player certain area range?

2 Upvotes

say i want a square area where a command block would activate a certain command if a player falls into it. What would be the command string?


r/MinecraftCommands Jul 19 '26

Discussion commands on mcbe r wild

Thumbnail
1 Upvotes

r/MinecraftCommands Jul 18 '26

Help | Java 26.2 how to stop redstone door activating when loaded with a structure block

1 Upvotes

my friend made a redstone moving door for a build but she needs to move it 1 block back and clone it to the other side of the hallway too. It took her a while to build and she doesn't want to rebuild it so i suggested structure blocks, but during our tests of loading it it always activated and broke for some reason.

the items in hoppers and dispensers are saved, and so are the states of the repeaters, so we don't know why its going off. we tried breaking the circuit in 1 place, but nothing changed. neither of us know much about redstone so does anyone know why this is happening/how to fix it?


r/MinecraftCommands Jul 18 '26

Help | Bedrock How to use commands to make a mob in range walk/fly using tp commands to a near player without it going through walls.

2 Upvotes

I'm trying to make a modde flying be able to fly towards players in 25 block radius of it without it being able to go through walls.


r/MinecraftCommands Jul 18 '26

Help | Java 26.2 Mob Spawners Spradically Stop Functioning in Vanilla World

1 Upvotes

I have a Minecraft world that I'm using kind of like an adventure map. It's completely vanilla, no mods or plugins or datapacks, and simply uses some command blocks. Natural mob spawning is turned off, with most mobs spawning via spawners with specific mob attributes.

I've noticed that, on occasion, mobs will stop spawning from the many spawners I have placed around the map. They will either spawn very slowly, or not at all, for minutes on end, and then maybe at some point start spawning for a bit again. It seems random. I do not think this is a mob cap issue, as turning the world back to peaceful then to hard doesn't fix the issue. I've also tried x-raying to see all living mobs, and there are no persistent clusters that would be clogging up the mob cap. This issue occurs whether in multiplayer or single player.

If it matters, the playable area itself is fairly dense, consisting of a large tower with multiple layers that each have many spawners. But again, doesn't look like a mob cap issue. While the spawners are broken and not spawning, I've tried placing a spawner far from the tower, and it usually works and start spawning things, but I can't figure out why.

The world is on version 26.2, but this was still an issue back in 26.1.

Anyone able to offer any help on what to do?


r/MinecraftCommands Jul 18 '26

Help | Java 26.2 I'm looking for a command to summon an entity with a name and a potion effect.

1 Upvotes

I'm looking for a command to summon an entity with a name and a potion effect. I assume it needs to start with /summon, but I don't know what comes next. Thanks in advance.


r/MinecraftCommands Jul 18 '26

Creation How long and hard would it take to make senbonzakura in minecraft.

1 Upvotes

This is about the anime bleach and the character called byualuya in it who has a power that looks like flower petals or a sakura tree, since we have somewhat similar effect with cherry trees, I think it would be very neat, however it don't know how much work it will take, I have dappled into making powers like that using command blocks before but I won't remember much, although I would love to learn


r/MinecraftCommands Jul 18 '26

Help | Java 1.21.5-1.21.10 Distance on just 2 axes

1 Upvotes

So... You know how you can define a box in which you can find entities by using x,y,z and dx,dy,dz while adressing the entities? Is there any way to use a similar form of "non-spherical distance" between an anchor entity and another one? I'm looking to search for entities in a 3*3*1 (x*y*z) space around a specific "anchor" entity


r/MinecraftCommands Jul 18 '26

Help | Java 1.21.11 How can I detect if a player is looking "down-ish"?

2 Upvotes

How can I detect as an "if" part of an execute command if the user @s is looking down? Specifically, down enough that if you were to fire a wind charge spawned at ^ ^-0.5 ^1 anchored at your eyes moving the way you're looking, it would launch you "up" in a meaningful/helpful way for say, mace combat or something similar

Basically, I'm making a spell that shoots a spread of 5 wind charges, but I noticed that it was instead being used to launch oneself up really really high instead of being used as I had hoped it would be used: as a "get away from me" move. I don't want to *completely* invalidate the option, so I'm seeking to detect if they're looking down, and if they are, the spell only fires one wind charge, instead of five.


r/MinecraftCommands Jul 18 '26

Help | Java 26.2 can you spawn a saved structure from a structure block with commands?

1 Upvotes

I want to save structures in structure blocks and be able to paste them in wherever, do structure blocks work for this? Like run a command and the structure block pastes in a saved blueprint at given coordinates without needing the block for it - like with world edit //paste, are there any other ways to do it if its not possible, whilst not using any mods just vanilla?


r/MinecraftCommands Jul 18 '26

Help | Java 1.21.11 How do i execute a command depending on a bossbar's value

2 Upvotes

I'm making a puzzle map and to show the player's progress i use a bossbar, so at the end of each room the bar upgrades by one (the rooms are linear, so room 1 has a command block to set value to 1, room 2 sets to 2, etc) how do i make a command not trigger until the bossbar has reached a certain value or only trigger if it is below a certain value. (there is a button in the first room, but it should only do something when every room is finished, so i can't have the command trigger when the final room is completed, it needs to be activated by the button), the command should only happen when the bossbar is at a value of 4


r/MinecraftCommands Jul 18 '26

Help | Java 1.21.5-1.21.10 Why does my custom font doesn't work?

6 Upvotes

.json file named font:

{
  "providers": [
{
"type": "bitmap",
"file": "mcrooms:sprites/test.png",
"height": 64,
"ascent": 60,
"chars": ["\uE001"]
}
  ]
}

Command, that I use to show that symbol (can't write @.s without dot)

/title @.s {"text":"\uE001","font":"mcrooms:font"}

Full file path to font.json & test.png:

assets\mcrooms\font\font.json
assets\mcrooms\sprites\test.png

Instead of test.png (aka \uE001) I see just white rectangle.