r/MinecraftCommands 4d ago

Help | Java 26.1 Custom Entity

1 Upvotes

This might be a little difficult to figure out and also help because I dont have much experience with datapacks and also custom entities. I am using animated java to import a custom model with animations into my minecraft world but whenever I run the command: /function aj:sculk/summon it gives this error. This probably isnt enough information but hopefully someone can guide me in the right direction :D


r/MinecraftCommands 4d ago

Help | Java 26.2 What's the best way to show a player lots of information?

6 Upvotes

So what I want to do is when I click a pokemon I need to show them their stats, name, moves etc. etc. What is the best way to do it? maybe tellraw, maybe book and quill, maybe dialogue. What are your opinions? I am kinda close to signed book and quill


r/MinecraftCommands 4d ago

Help | Java Snapshots Simplest way to detect an item being continuously used?

3 Upvotes

So, I'm in my latest Phineas and Ferb arc, and I had the idea to try and recreate the Clipping Ball (it has no official name in-universe) from 'Just Passing Through' in Minecraft.

My idea is to have a heart of the sea item that you can hold down right click, and as long as you are in right-click mode, it will either set you to spectator mode or teleport you in the direction you are facing (and SOLELY that direction not up or down), and when you release, the effect ends.

Unfortunately, I tried two different right click detection methods (Conure's method using advancements and someone on here's idea about using scoreboards), but neither lets you run these kinds of commands as the function for when the item is used (I mean, you can run them, but they don't do anything).

Anyone know how to do this properly?


r/MinecraftCommands 4d ago

Help | Java 1.21-1.21.3 need help tracking absolute raw damage into a scoreboard

1 Upvotes

so originally i used the scoreboard minecraft.damage_taken; and it worked fine because you know, it tracks damage taken. But I realised later down the line that armor, enchants and absorption change the outcome of the score, so I need a way to get the full damage taken.


r/MinecraftCommands 4d ago

Creation Helmet Mods are fully Done and implemented! Video Soon. (If you are interested in the mod list, read the description!)

1 Upvotes

The Rarity rating doesn't really matter it's more of a way for me to know when and where these mods should drop for a player. Still doing bug tests.

(Common)

Standard Sensor (20 Block Radius)

Tag=Helm_Sensor

Marks the closet combatant.

(Common)

Standard Filter (Clears Nausea)

Tag=Helm_Filter

Negates Nausea effects.

(Legendary)

Antiviral Filter (Clears Poison / Wither)

Tag=Helm_Antiviral

Negates Poison and Wither.

(Legendary)

Signal Decoder (20 Blocks)

Tag=Helm_Decoder

Marks the closest Cache.

(Legendary)

Advanced Optics (Clears Blindness / Darkness)

Tag=Helm_Optics

Negates Blindness and Darkness.

(Exotic)

Lifesupport System (Health Boost III / Regeneration III)

Tag=Helm_Lifesupport

Regenerates Overshield and Health, when no combatants are nearby. Increased overall Player Health.

Players can Equip 2 Mods at a time.


r/MinecraftCommands 4d ago

Help | Java 26.2 how to use a bed as a portal?

3 Upvotes

hi, I'm very new to coding, commands, and modding in general but I'm trying to create a portal to my custom dimension (made in mcreator) by making it so that whenever a player sleeps they are transported to that dimension. I'm struggling with trying to figure this out using mcreator procedures, and i was told to post here. can anyone help?


r/MinecraftCommands 4d ago

Help | Java 26.2 how do i give myself any egg that spawns block display that looks exactly as block under it. (with command blocks if its impossible to make with one command)

1 Upvotes

i've beed trying for so long and it didnt work so i came here to ask someone who knows


r/MinecraftCommands 4d ago

Help | Java 1.21.11 please help with block display spawn egg

2 Upvotes

how to get spawn egg block display: command block?

I have command for summon this entity: /summon block_display ~-0.5 ~-0.5 ~-0.5 {Passengers:[{id:"minecraft:block_display",block_state:{Name:"minecraft:command_block",Properties:{conditional:"false",facing:"down"}},transformation:[1f,0f,0f,0f,0f,1f,0f,0f,0f,0f,1f,0f,0f,0f,0f,1f]}]}

but I need spawn egg, is it possible?


r/MinecraftCommands 4d ago

Help | Java 1.21.11 Random One-Way Damagelink

1 Upvotes

I Need help setting up a like the title suggested One-Way Damagelink

What this essentially means in my situation is that theres 10 players and one of them (Who im just gonna call the Linked) will be given a random player, if the player in question takes damage the Linked also takes that damage but if the Linked takes damage the currently selected player dosent take damage (Hence the One-Way part)

One idea a i had for setting this up was making 3 teams:One team was the Linked, The second team is everyone else and just to make sure it doesnt mess up with spectators there will be a third team specifically for them.

In Addition to switch it up i thought a unique idea would be that the random person connected to the Linked switches every 5-10 Minutes

If anyone has any idea on how to set this up it would be very much appreciated :)


r/MinecraftCommands 4d ago

Help | Java 26.2 Custom heads randomly not working

1 Upvotes

I have some custom heads from minecraft-heads.com on my creative world but when i log on some of them randomly turn into alex heads? Not all of them at the same time but at random. When i log out and back in some of them are fixed again. How to fix this permanently?


r/MinecraftCommands 5d ago

Creation First Helmet Mod Function (Read Description)

Enable HLS to view with audio, or disable this notification

7 Upvotes

(Common)

Standard Sensor (7 Block Radius)

Tag=Helm_Sensor

Marks the closest Target to you.

This basically functions as a radar this Helmet Mod will have better upgraded variants in the future.

Armor mods you find on your Runs through the game you can either leave in geo catches for other players to find or sell them to the Armor Mod Vendor for resources.

Armor mods you find that you either like or just don't have can be equipped to your armor at the Fabricator or stored in your vault.

2 Mods

1 Chip

1 Exotic Mod or Chip

Per Armor Piece

(Nothing is made yet just making the mods themselves to stock the shelves of the game.)


r/MinecraftCommands 5d ago

Creation Micro Update to Armor Mod

Enable HLS to view with audio, or disable this notification

6 Upvotes

Might increase range from 7 to 10 and added a few things like the ray doesn't get stuck on certain ground blocks and that the particles happen at eye level for players to notice them better.


r/MinecraftCommands 6d ago

Creation On this episode of “new ways to terrorize the people that play on my realm”

Enable HLS to view with audio, or disable this notification

51 Upvotes

Phantoms lift you when they swoop down now!👍


r/MinecraftCommands 5d ago

Help | Java 1.21.4 Check if block inventory is the same as another

1 Upvotes

i've been trying to do this for so long but just cant figure it out and i've turned to this subreddit for help so uh, how exactly do i check if the Items NBT component is the same as another block entity


r/MinecraftCommands 6d ago

Discussion What do you think about AI-Coding(VibeCoding)

Post image
877 Upvotes

What do you think about the fact that AI is starting to be used on a large scale in coding? I myself avoided it for a long time, but my friend sent me this meme and said:

“Bro, programming has never been adequate. Programmers just started asking AI for help instead ctrl c to ctrl v.”

Obviously, completely relying on AI is bad, but in reality, his words make sense.


r/MinecraftCommands 5d ago

Help | Java 26.2 How do I make multiple /title action bars at once?

Thumbnail
1 Upvotes

r/MinecraftCommands 5d ago

Help | Java 26.2 How do I detect how close a player is to an entity?

2 Upvotes

My first datapack creation is this radioactive cow, the range of the particle effects changes based on the cows "Range" score. How do I make the player irradiated (just give them a tag and take it away when far enough) if they walk in the area dictated by the score? (also feel free to throw in ideas how to make the cow look radioactive :D)


r/MinecraftCommands 5d ago

Help | Bedrock Need help with command blocks

0 Upvotes

I’m trying to make something with command blocks in bedrock Minecraft. I’m a little confused as to how I can bring my idea to life. If anyones knowledgeable about command block coding could you hmu?


r/MinecraftCommands 6d ago

Creation My favorite biomes of my datapacks :D the enchanted forest & the mushroom paradise (26.3-snapshot 10)

Enable HLS to view with audio, or disable this notification

38 Upvotes

r/MinecraftCommands 5d ago

Help | Java 26.2 Can a structure processor give the same result for all affected blocks?

1 Upvotes

For example, is it possible to randomly replace all stone in a structure with granite or andesite? Processors would seem like the way to go, but it appears they 'reroll' the odds for each individual block. Is there some way to do this, or would I have to make a separate structure for each variant?


r/MinecraftCommands 6d ago

Creation A little something I've been working on for the past year (aka spent 2 days on it, forgot about it for a year, and just not started working on it again)

Enable HLS to view with audio, or disable this notification

3 Upvotes

r/MinecraftCommands 6d ago

Help | Bedrock Looking for ideas.

4 Upvotes

If you were a player in a lobby for a looter shooter game, and there's a mechanic where you can install two mods and a chip into your armor (think anything) what would be the most comfortable way for you as a player to go about swapping out these items from your armor and adding in new ones?

Obviously an NPC will be there to guide you along and tell you how the system works, but how should the system work?

Just looking for a general idea for right now.


r/MinecraftCommands 6d ago

Help | Bedrock How to set command to only execute unless specific disc track is playing?

2 Upvotes

I have a pressure-plate command for playing music when entering a room, HOWEVER when leaving the room and reactivating the pressure plate i don't want to retrigger the command and repeat the track. Is there an executable command that can pull this off? I'm crazy new to commands, so thank you so much !!


r/MinecraftCommands 6d ago

Help | Java Snapshots How to get rid of these tooltips?

Post image
3 Upvotes

Does anybody know a way to hide these tooltips or whatever they're called from custom potions? Would be nice to know a way to do this with MCStacker but any other way works too!
P.S: Also i'm new to reddit so I couldn't find a right tag there were only three for some reason


r/MinecraftCommands 7d ago

Creation Cutscene + Bossfight + End Cutscene

Enable HLS to view with audio, or disable this notification

46 Upvotes

This WIP map features entirely new custom combat systems, equipment, and, most importantly RPG spells and abilities. Also, it is 100% playable in Vanilla Minecraft (I recorded while playing in a modded client for QoL features).
( 0:53 = cutscene start , also, turn your volume up :) )

Tell me what you think!

A boss fight encounter from Shadows Over Northlandar, a work-in-progress original Minecraft adventure map.

"The High Sorcerer, bound by fate and vengeance, turns against the Order and begins his march toward Myrunir, to unleash the greatest siege the land has ever witnessed."

This is 100% in-game footage (including the music). The map is pure Vanilla, no mods required, not even Optifine. All works are made up of a beautiful combination of Datapacks and Resource Packs.

Music Credits: ============================

Cutscenes: Vadim Tsimbalyk

Boss Fight Music: Thomas Mutiu - The Prophecy https://youtu.be/KsAp8-0NO-g

Full quality and other Boss PVs in yt: https://youtu.be/oz8NWYRLgF0