Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make some mobs passive when I have a specific armor set equipped. I'm doing this by creating a team, joining it myself and then adding the mob types to the team (zombies and creepers).
I've tested all the commands in the game console, they work fine, but the "execute command" procedure block doesn't seem to work (or fire an error on the console).
The procedure is running on the "On player tick update" global trigger... I don't know if that's enough to meet the dependency permission requirements for the Execute command block to work.
I've tried to debug by putting some "prints" inside the IF's just to see if they're running at all... they do.
Any tips, guys?
Here's the procedure:
try using "Execute command { } in the name of {event entity}"
Thank you for your help, ahznb.
I have updated my procedure, but unfortunately it still doesn't work. The prints inside the IFs fire when I put/remove an armor piece, but the team is never created.
I'm playing in survival mode with cheats ON, by the way.
Any help is appreciated!
Updated procedure:
i don't know then. maybe try removing the survival mode check
The Global Trigger "On Player Tick Update" means that Event/Target Entity targets the Player not any other Mob! That's why this Procedure not work.
Try using the Global Trigger "On loaded entity tick update". This Global Trigger is only available on the latest MCreator Snapshot!
I want to create a team for a singular person that clarifies what role they are playing, granting certain permissions to that player only. I dont know how to create a team, or to make a certain person join. Any help?
Did you find a way to create and use team ?
Nnnno
I mean, to be more specific, I'm trying to make support AoE effects that only benefit allies, because if enemiess are benefited that would be really bad for the supporter 😭