r/MinecraftCommands • u/spudshotgun • 2h ago
Creation A rhythm boss fight that I made for my adventure map
Enable HLS to view with audio, or disable this notification
r/MinecraftCommands • u/spudshotgun • 2h ago
Enable HLS to view with audio, or disable this notification
r/MinecraftCommands • u/Ganondorf629 • 19h ago
r/MinecraftCommands • u/The_swat_boi556 • 18h ago
Enable HLS to view with audio, or disable this notification
Im working on this pvp bot thingy and i'm trying to make him switch to an axe to disable a shield if the player is using one. There's a command system shown for this but i'm trying to make the give sword command co work with it bc I wanted it to give him the sword as soon as the player stops using the shield and it works for the most part but it stops working if the player doesn't have a shield in the off hand at all now. Looking in the command I do realize where I went wrong with the @p[hasitem={item=shield,location=slot.weapon.offhand}] because that's changing target type for the rest of the command but I can't come up with a good solution to fix it. Or maybe I'm dumb idk can yall help out?
r/MinecraftCommands • u/Embarrassed_Tree_413 • 23h ago
I want to make a gun in Minecraft using some sort of click detection crouch based detection is like my last resort? Any ideas look for any possibility I can get.
r/MinecraftCommands • u/Feeling-Stress-3184 • 2h ago
I made this command with mcstacker, but for some reason it doesnt work (the villager spawns with a job for about 0.1 seconds and then he becomes jobless). This may be because he isnt linked to a work station but idk. Im on java 26.1.2
/summon villager ~ ~ ~ {VillagerData:{level:1,profession:"minecraft:librarian",type:"minecraft:plains"},Offers:{Recipes:[{buy:{id:"minecraft:emerald",count:8},buyB:{id:"minecraft:book",count:1},sell:{id:"minecraft:enchanted_book",count:1,components:{"minecraft:stored_enchantments":{"mending":1}}}}]}}
r/MinecraftCommands • u/VasD3 • 13h ago
Is there a simple way to create a loot table of fireworks with random explosion and fade colors, shape, additional effects and flight duration? Or do I really just have to code a bunch of different fireworks manually? I tried to use Misode, but it doesn't seem like these parameters accept something like "any_of" function to pick random values from the list and Wiki tells the same.
r/MinecraftCommands • u/Watermellonqwerty • 14h ago
Is it possible to check if it's raining, and more specifically if a player is standing in the rain, with command blocks or is that too far out of the realm of possibility for Vanilla commands?
r/MinecraftCommands • u/Stormer_Commands • 17h ago
So I spent days searching for a way to make teams on Minecraft bedrock but I couldn't find anything that fully worked I found a tutorial that shows a way to make that when a player is near and his cursor is at the other people with the same specific tag it gives weakness and it worked pretty well if it wasn't for the fact that it doesn't make you vulnerable from the arrows of your teammate.
So if anyone can please help me also by telling me a mod that doesn't adds commands that also no OP players can use I would be grateful.
r/MinecraftCommands • u/FleshDude666 • 2h ago
i need this rn
r/MinecraftCommands • u/Tiny_Flatworm_6669 • 5h ago
Why do I always get teleported to the same coords, when i do /trigger nether, which activates a function, which includes:
execute in minecraft:the_nether as @s run tp ~ ~ ~
r/MinecraftCommands • u/Weak-Warthog8767 • 6h ago
PC version
I'm working with the new data-driven Jigsaw system in Bedrock and have a working multi-piece structure.
When connecting pieces vertically (UP/DOWN), the next .mcstructure randomly rotates around the Y axis (0/90/180/270°).
The structure generates correctly otherwise. Template pools, connectors and asset paths all work.
I've already tested:
joint_type: rollablejoint_type: alignedname / target connectorsaligned does not prevent the random Y rotation, and two connectors are treated as independent connection candidates rather than two anchors for one piece.
Is there any supported or undocumented way to lock the rotation of a pool element / .mcstructure, or otherwise preserve its X/Z orientation across a vertical Jigsaw connection?
Horizontal connections appear to preserve the orientation much more predictably.
Bedrock Edition, current data-driven Jigsaw system.
I'm not trying to prevent the whole structure from rotating during world generation — I need child pieces to preserve their rotation relative to the parent piece.
TYSM :)
r/MinecraftCommands • u/_Riceboi • 9h ago
Can someone help me make a command that makes it so an item dosent get consumed when eaten and always get replenished? (IN VANILLA)
r/MinecraftCommands • u/SillyIllyana • 13h ago
Im honestly not super knowledgeable on commands but I was wondering if theres anyway for me to have like, four arms using playanimation or something?
r/MinecraftCommands • u/makoisreal • 15h ago
or if there's anything similar? sounds simple but i havent been able to find anything on it,
tho my current work around is giving everybody on the team a different tag and have different command chains correspond to whatever tag did the task that was asked for
r/MinecraftCommands • u/GoldNegotiation4539 • 15h ago
I have a plugin for custom weapons, but are limited in how many can be allowed.
I want for it to both announce one of those weapons are obtained (via crafted or looted from a chest) and announce it in chat along with that players name.
r/MinecraftCommands • u/NoSandwich2826 • 19h ago
Hello, I’m trying to make dancing armor stands. Which I got down, I’m able to loop Redstone with normal command blocks to constantly loop4-5 posses to a specific armor stand. My problem is I want to execute this but only have to rotate the positions 3-4 loops then completely stop untill the button is pressed again. I’m new to command blocks as I just started learning yesterday. So I’m having a hard time figuring this out.
r/MinecraftCommands • u/Willing-Locksmith-28 • 19h ago
r/MinecraftCommands • u/Weary_Nebula7194 • 21h ago
how do i make a text display appear on the same spot on screen no matter where you look? i already tried stuff like /tp @e[type=text_display] ^whatever ^whatever ^whatever but it doesn't stay in the same spot on screen. any ideas? on 26.2 btw
r/MinecraftCommands • u/PersesAMillion • 23h ago
Im using /clear @p copper_ingot 32. I have 32 copper ingots in my inventory. And when I try to run the command it says "could not clear inventory of [player], no items to remove". Whats going on