Started by
Moxxi
on
Topic category: Help with Minecraft modding (Java Edition)
Hey! I was just wondering if it's possible to make an if/else statement which looks for if a player has been tagged.
If anyone knows how to do this, please tell me!
Hm, you say like If NBT_Player exist do something?
I need a statement similar to the /execute if entity @e[tag=test] command.
I've tagged the player with the /tag @p test , and now I need a procedure to execute if there is a player with the tag test
@moxxi have you found out yet? I am searching for the same answer as you are/were.