
NPC's
make a npc mod that can be configured and can used commands to cunfigure it easily and can change skins by adding a skin from a website url
00—fabricClient1.21mod
NPC's client mod adds configurable, client-side NPC statues you can place anywhere.
- Use
/npc create <name> <skinUrl>to drop an NPC at your feet with a skin pulled directly from the provided URL. The skin is cached locally once downloaded. /npc listshows saved NPCs with short IDs and coordinates;/npc movehere <id>teleports a saved NPC to your current spot;/npc skin <id> <skinUrl>swaps the skin on the fly;/npc remove <id>deletes one;/npc reloadre-reads the saved data.- NPCs are stored in
config/npcs.json(auto-created). You can rename, edit skin URLs, or adjust positions there if you prefer. - NPCs render only for you (client-only). Other players or servers without this mod will not see them. Skins require reachable image URLs in the standard Minecraft skin layout (64x64/64x32 or similar).
- Each NPC is invulnerable, silent, and uses the standard player model with its configured name floating above it.
Suggestions: keep skin URLs stable (non-expiring) to avoid fallback to the default skin, and reload after manual config edits to apply them.