Vanilla Entity Groups
ModrinthA lightweight library of reusable vanilla entity type groups for organizing and targeting entities in commands and datapacks.
Vanilla Entity Groups
Vanilla Entity Groups is a lightweight datapack that categorizes vanilla entity types into reusable groups such as Hostile, Neutral, Passive, and Livestock.
Instead of manually listing every entity type in your commands or datapacks, you can target an entire category with a single selector.
Example
Instead of writing:
/kill @e[type=zombie,type=skeleton,type=creeper,...]
you can simply write:
/kill @e[type=#group:hostile]
The included groups work anywhere Minecraft accepts entity type tags, making commands shorter, easier to read, and easier to maintain. Whether you're building a datapack, creating an adventure map, using command blocks, or simply running commands in-game, Vanilla Entity Groups lets you target categories of vanilla entities without repeatedly maintaining long lists of entity types.
Included Groups
- Hostile – Aggressive entities that attack on sight.
- Neutral – Entities that become hostile only under certain conditions.
- Passive – Peaceful entities that never attack the player.
- Livestock – Common farm animals and domesticated creatures.
Versions
FAQ
How do I install Vanilla Entity Groups?
Download the file for your Minecraft version and loader from this page, then drop the .jar into your mods (or plugins) folder and launch the game.
Is Vanilla Entity Groups free?
Vanilla Entity Groups is free to download on Modgrid — we link straight to the official source, no paywall or bundled installer.
Which Minecraft versions does Vanilla Entity Groups support?
Works with Datapack. Supports versions 26.2–26.2. See the download section on this page for the full list of supported versions and loaders.

Comments 0
No comments yet. Be the first to share your thoughts.