promotional bannermobile promotional banner
premium banner
Figurity - addon for Figura that allows you to set avatars for any entities through their NBT

Description

Figurity is an addon for Figura that allows you to set custom models on any entity in Minecraft — perfect for NPCs on custom maps.
The mod creates a new models folder in your game directory, where you can place your models as folders (no .zip support).

📜 Commands

  • /figurity clearModel <entity> — removes the model from the specified entity.
  • /figurity setModel <entity> <model_path> — sets a model on the specified entity.

Example:

/figurity setModel @e[type=minecraft:villager,limit=1] "npc_models/villager_guard"

Here, model_path is the path to the model folder inside models, for example:

npc_models/villager_guard

If the path contains /, wrap it in quotes "...".

📂 Model format

  • Only folders and subfolders are supported.
  • .zip files are not supported.
  • Path is relative to the models folder.

💡 Use cases

Perfect for mapmakers and servers that want to assign unique models to NPCs or other entities — not just players, as in vanilla Figura.

Compatibility:

  • On the server, only Figurity needs to be installed.
  • On the client, the Figura mod must be installed, otherwise models will not be displayed.