Skip to content

en Entity Categories

Bloody_Mind edited this page Dec 5, 2025 · 1 revision

Entity Categories

Overview of supported entity types in EthriaPlotAddon.


πŸ“Š Categories

Category Permission Description
Animals ethriaplotaddon.count.group.animals Passive animals (sheep, cows, etc.)
Mobs ethriaplotaddon.count.group.mobs Monsters (zombies, skeletons, etc.)
Objects ethriaplotaddon.count.group.entities Objects (armor stands, item frames)
Vehicles ethriaplotaddon.count.group.vehicles Vehicles (boats, minecarts)
Items ethriaplotaddon.count.group.items Items on the ground
Projectiles ethriaplotaddon.count.group.projectiles Projectiles (arrows, snowballs)

πŸ” Entity Names

Examples for common entities:

Animals:

  • sheep, cow, pig, chicken, horse, villager

Mobs:

  • zombie, skeleton, creeper, spider, enderman

Objects:

  • armor_stand, item_frame, painting

Vehicles:

  • boat, minecart, chest_boat

πŸ“š Complete List

All entity names can be found in the Bukkit Documentation.

German translations are configured in language files (lang/de-de/entities.yml).

Clone this wiki locally