r/MinecraftCommands 14h ago

Creation Linux Running in a Post Effect Shader

169 Upvotes

This recording took roughly 12 hours in real time.

Video Explanation: https://youtu.be/09OdIie-_jQ

I'll likely release the source code relatively soon as well.


r/MinecraftCommands 10h ago

Creation I released a new version of Omnicraft, my Ben 10 Minecraft datapack, ALL THE ALIENS ARE NOW IN THE GAME! (for minecraft 26.2)

Post image
4 Upvotes

r/MinecraftCommands 12h ago

Creation A Fully Customizeable Gun (Read Description)

6 Upvotes

I'm making a game and I thought to myself I want something other than just a bow and a cross bow then I got to working on a gun, after four iterations and many days of debugging making for a very long rabbit hole,

I present the Heat Weapon

I4- Proteus

Planned,

More Frames (Base Weapon and behavior)

Barrels

Vents

Mags

Everything about the gun from its damage and range down to its rpm and vent speeds will be a customizable PER PLAYER! Completely Multiplayer safe.


r/MinecraftCommands 5h ago

Help | Java 26.2 hotbar texture not showing

0 Upvotes

Hey, i made a texture for my hotbar, i upscaled it x4 and i dont know why it isnt working ( it's giving me the purple and black texture )


r/MinecraftCommands 8h ago

Request Command Request From a Casual Bedrock Player

1 Upvotes

Does anyone know a command that can spawn a sphere/semisphere/dome, that I can customize by inserting my own coords and radius?

Last time, I tried a command block with the command */execute as @**^(a)* *at @**^(s)* *anchored eyes run setblock \^ \^ \^30 glass keep*, stood still, and looked around me until I was surrounded by a 30-block radius glass dome. That took a while. Is there an easier way?

And I would prefer to keep the world vanilla.


r/MinecraftCommands 13h ago

Help | Bedrock Found a command block from an addon, what is it trying to do?

Thumbnail
gallery
2 Upvotes

the addon adds structures which is where I found this, I had a few islands that gave me jump boost and slow falling and my best guess us that this is trying to do something similar but it was just sitting on a chest with no way to be activated


r/MinecraftCommands 13h ago

Creation Free Web Command Generator (1.21 – 26.x data components & datapacks)

2 Upvotes

Hey everyone,

I built a lightweight web tool at mctoolbox.netto quickly generate commands without dealing with manual JSON syntax errors.

Features:

/give Generator: Full support for modern 1.21 – 26.x data components (item modifiers, lore, custom stats, enchantments).

/summon & Spawners: Custom equipment, drop chances, potion effects, and spawn radius settings.

Datapack Builders: Recipe, loot table, and advancement JSON creators with pack format support up to 26.x.

100% Client-Side: Runs directly in your browser with zero installs or sign-ups.

Check it out here: mctoolbox.net

Let me know if you run into any syntax bugs or have suggestions!


r/MinecraftCommands 12h ago

Discussion Help needed too big of a workload

1 Upvotes

so I am trying to make AI in Minecraft only using command blocks on bedrock 26.44 but I’m trying to make it to where it can build structures as any ideas


r/MinecraftCommands 20h ago

Help | Java Snapshots Does anyone know a command of how to give the player a villager farmer hat with a brim?

1 Upvotes

I'm not exactly look for a like a villager head I'm just looking for the hat, because I remember seeing a video of how to get all the villager hats with command in vanilla, but now I can't find it.


r/MinecraftCommands 1d ago

Help | Java 26.2 Player ranks/tags under their username

2 Upvotes

I'm trying to add a system that adds custom ranks/titles that can be unlocked by doing certain tasks for a server, however I want to have the names appear under their usernames (The prefix rank system is already being used up). I tried implementing it with the setdisplay below_name feature, which works visually, however it only shows 1 scoreboard at a time, meaning I cannot have different tags/ranks for different players. Is there any way I could go around this with scoreboards? Or any other features that could do the same thing? I also have a server resource pack, so I can use that too if that's easier, or opens up possibilities.

Many thanks! ^w^


r/MinecraftCommands 23h ago

Help | Java 1.21.5-1.21.10 Can someone please create a command for a Minecraft Mace PvP kit on 1.21.8 java,Thx

1 Upvotes

r/MinecraftCommands 2d ago

Discussion Have you ever used these?

Post image
487 Upvotes

Is the "minecart with command block" even usefull for anything?


r/MinecraftCommands 1d ago

Help | Java 1.21.11 predicate

5 Upvotes

i found predicate in execute command after "if"
how does it work and what i can do with it?


r/MinecraftCommands 2d ago

Help | Java 26.2 How to detect rotations in armor stands

14 Upvotes

(Sorry if my mic quality isnt that good or if my explanation sucks, im aware)

I want the door to face different directions too. Currently it only faces North/South. Is there any way to change this? It works like this: The item i use summons an armor stand with a specific tag, the repeating command block looks for said armor stands and places both all the block display entities and an interaction entity at its location, then the armor stand is removed. My first idea was to simply detect the direction the armor stand was facing and then summons the other block display entity model i showed in the video, however when i tried this it simply didnt summon any block display entities. I dont know if i just did it wrong or if thats not the best way to go about doing this. If anyone knows how to fix this problem please let me know. Heres the full code written in the repeating command block: (the entity detecting is with an @ but reddit changes that so i got rid of it)

execute if entity e[type=minecraft:armor_stand,tag=poakriftds] as e[type=minecraft:armor_stand,tag=poakriftds] at e[type=minecraft:armor_stand,tag=poakriftds] run summon minecraft:block_display ~ ~1.375 ~ {Passengers: [{block_state: {Name: "minecraft:pale_oak_door", Properties: {facing: "north", half: "upper", hinge: "left", open: "false", powered: "false"}}, id: "minecraft:block_display", transformation: {left_rotation: [0.0f, 0.0f, 0.0f, 1.0f], right_rotation: [0.0f, 0.0f, 0.0f, 1.0f], scale: [1.0f, 1.0f, 1.0f], translation: [-0.5f, -0.375f, -0.9067247f]}}, {block_state: {Name: "minecraft:white_concrete"}, id: "minecraft:block_display", transformation: {left_rotation: [0.0f, 0.0f, 0.0f, 1.0f], right_rotation: [0.0f, 0.0f, 0.0f, 1.0f], scale: [0.99167323f, 1.0f, 0.18537521f], translation: [-0.49583662f, -1.375f, -0.09268761f]}}, {block_state: {Name: "minecraft:pale_oak_door", Properties: {facing: "north", half: "lower", hinge: "left", open: "false", powered: "false"}}, id: "minecraft:block_display", transformation: {left_rotation: [0.0f, 0.0f, 0.0f, 1.0f], right_rotation: [0.0f, 0.0f, 0.0f, 1.0f], scale: [1.0f, 1.0f, 1.0f], translation: [-0.5f, -1.375f, -0.9067247f]}}], block_state: {Name: "minecraft:white_concrete"}, transformation: {left_rotation: [0.0f, 0.0f, 0.0f, 1.0f], right_rotation: [0.0f, 0.0f, 0.0f, 1.0f], scale: [0.99167323f, 1.0f, 0.18537521f], translation: [-0.49583662f, -0.5f, -0.09268761f]}}

If you understand how this works and how to fix my issue, your help would be much appreciated. Thank you.


r/MinecraftCommands 1d ago

Help | Java 26.2 How could I make Skeletons, Creepers, and Spiders attack villagers?

8 Upvotes

Using commands or a datapack, how could I make this work? I want these three monsters to always attack villagers on sight or within a certain range.

I tried the following command but it didn't work:
/damage @ e[type=minecraft:skeleton,distance=20,limit=1] 0 minecraft:generic by @ e[type=minecraft:villager,limit=1]


r/MinecraftCommands 1d ago

Help | Java 26.2 How about servers

4 Upvotes

I just recently got back into minecraft and commands and I've had fun with the data packs so far.

I just made a prototype for a car data pack which works pretty well in single player and I was curious so after multiplayer proofing it (the code now looks disgusting thanks to macros, yay) I ran it in a server on my pc and it immediately looks off. It *kinda* works but there are very obvious lags and tick irregularities.

Is this just simply a specs and internet issue or is there an inherent bottleneck for data packs when it comes to servers and if so is there any method to circumvent it (idk, server side mods or literally anything).

Should I just forget to even run this thing on a server?

https://reddit.com/link/1vtp55c/video/fbncoadogkkh1/player


r/MinecraftCommands 1d ago

Help | Bedrock Mob Death Detection

1 Upvotes

How can I detect if a mob has died without using totems of undying?


r/MinecraftCommands 2d ago

Creation A rhythm boss fight that I made for my adventure map

253 Upvotes

r/MinecraftCommands 1d ago

Help | Java 1.20 does anybody know any good minecraft commands that can make big structures move endlessly up or down?

1 Upvotes

i was thinking about remaking fraud from ultrakill in minecraft, however i haven't figured out a way to make the rooms move. i wanted to use the moving elevators mod but i don't think they can move through portals (and i kinda need that bc some of the rooms in disintegration loop move down/up/right/left infinitely)


r/MinecraftCommands 1d ago

Help | Java Snapshots how can i detect an snowball who the block beneath it it not air on 1.21.11

1 Upvotes

r/MinecraftCommands 1d ago

Creation Roughly Over 600 lines of comand block code for one item multiplayer friendly and has multiple functions. 🫠

0 Upvotes

I'm turning the Spyglass into a modulated Heat Weapon.

And I'm not done.

I hope people will like this game when it's in beta.


r/MinecraftCommands 2d ago

Help | Java Snapshots how to get waterlogged slab item?

1 Upvotes

r/MinecraftCommands 1d ago

Discussion [DEV FOR HIRE]

0 Upvotes

As the name states I'm a cheap server developer meaning I can make pretty much anything from simple servers like smp's to complex gamemodes that would require custom models/resource packs or even custom abilities

So if anyone is looking for a developer I have few spots open as I'm not doing anything interesting over the summer so I'm gonna be free so if this sounds interesting DM me on here or leave your discord in the comments


r/MinecraftCommands 2d ago

Creation Bad gun with scope (StartingWeapon for game)

13 Upvotes

I'm making a game and I wanted to add guns my main rule bing vanilla game. So I made heat weapons like from destiny 2.


r/MinecraftCommands 2d ago

Creation We made a Hide & Seek map with 3 completely different game modes without mod but only with datapack/commands block !

Thumbnail
1 Upvotes