Minecraft Java Edition – What is the Maximum Number of Tags a Mob Can Have

minecraft-java-edition

In minecraft 1.16.1, If you run this command two times: /tag @p add test you will get a message that says, Target either already has the tag or has too many tags. So that means i know there is a limit in how many tags a mob can have at the same time but how high is that limit? Is it something i need to be worried for to hit?

Best Answer

No, you don't need to be worried. Look carefully:

Target either already has the tag or has too many tags.

Here is what happens:

First run

Minecraft adds the tag test to the player.

Second run

Minecraft tries to add the tag test to the player but it already exists. So it throws the error.


I don't know the limit off-hand, but it should be more than you ever need.