Types - MarkusBordihn/BOs-Easy-NPC GitHub Wiki

🤖 EasyNPCs

Discover the world of EasyNPCs, where each type offers the same flexible customization options, making it simple to tailor NPCs to your needs.

EasyNPCs Spawn Eggs 🥚

Bring NPCs into your world with spawn eggs! These eggs are available in the creative inventory and can also be used in command blocks.

Spawn Eggs

Using the Summon Command ⚡

You can also use the /summon command to instantly spawn an NPC, with or without a spawn egg, or through a command block.

/summon easy_npc:husk

Keep in mind that NPCs spawned this way don’t have an owner by default. To assign one, use the command:

/easy_npc owner set <NPC UUID> <player>

Raw NPCs (For Modders) 🛠️

For those who love to tinker, the mod offers raw NPCs—basic entities that can be used as a foundation for other mods extending vanilla entities. These NPCs have some limitations but can be quite handy in specific scenarios.

Raw NPCs are summoned using the /summon command and don’t come with spawn eggs.

/summon easy_npc:zombie_raw

Keep in mind that raw NPCs behave just like their vanilla counterparts, so a zombie will still burn in daylight and attack players.

These NPCs aren’t meant for survival mode or typical gameplay. Instead, they’re designed for modders and developers who want to build on vanilla entities with custom models and features.

⚠️ **GitHub.com Fallback** ⚠️