Puppet is a vanilla Minecraft animation engine plugin that renders Blender skeletal animations with vanilla .json models controlled by Armor Stands.
Plugin Overview
Puppet adds animatable objects called actors to the world. The /actor command can be used to create and manipulate these objects. You can create actors, move them around, change their pose, and play/pause animations.
The plugin requires Blender for 3D modelling and animation and is co-developed with a Blender exporter. You make models + animations in Blender, export .json files, put them in a server plugins/puppet/data/ data folder, then the plugin will automatically create a resourcepack needed for players.
Other than that, the plugin is pretty minimalistic. It's purely the animation engine and basic commands for manipulating actors. It does not save/load any actors created in the game. It also does not allow any interaction with actors or between actors. It's mainly intended to be an animation backend for other plugins.
Commands
Blender Exporter and Basic Usage
Blender Minecraft .json exporter: https://github.com/phonon/blender-minecraft-json
An example model is provided in this plugin's github repo.
Be sure to read the installation and export guides in the Blender addon readme. Custom models used with this plugin must follow all the same restrictions as vanilla .json models. The basic steps for creating, exporting, and adding custom models to the Puppet engine on a server:
Plugin Overview
Puppet adds animatable objects called actors to the world. The /actor command can be used to create and manipulate these objects. You can create actors, move them around, change their pose, and play/pause animations.
The plugin requires Blender for 3D modelling and animation and is co-developed with a Blender exporter. You make models + animations in Blender, export .json files, put them in a server plugins/puppet/data/ data folder, then the plugin will automatically create a resourcepack needed for players.
Other than that, the plugin is pretty minimalistic. It's purely the animation engine and basic commands for manipulating actors. It does not save/load any actors created in the game. It also does not allow any interaction with actors or between actors. It's mainly intended to be an animation backend for other plugins.
Commands
- /actor: Main command for manipulating objects (permissions: puppet.command.actor)
- /puppet: Engine commands (reload, start/stop, etc...) (permissions: puppet.command.puppet)
Blender Exporter and Basic Usage
Blender Minecraft .json exporter: https://github.com/phonon/blender-minecraft-json
An example model is provided in this plugin's github repo.
Be sure to read the installation and export guides in the Blender addon readme. Custom models used with this plugin must follow all the same restrictions as vanilla .json models. The basic steps for creating, exporting, and adding custom models to the Puppet engine on a server:
- Create model in Blender (follow all Minecraft .json restrictions).
- Create an armature (skeleton) and assign all objects in the model to the bone they should be exported with.
- Export using the exporter with Export bones and Export animations settings selected. This will export model into several chunks named model.bone0.json, model.bone1.json, ... alongside a model.data.json file containing bone structure and animations.
- Put the Puppet plugin .jar into your Minecraft server plugins/ folder.
- Put each custom model and textures into a separate directory in the plugins/puppet/data/ folder. E.g. if you have a model named monster, put all its monster.bone0.json, monster.bone1.json, ... and monster.data.json into plugins/puppet/data/monster/. Put all textures for the model in this folder as well.
- When the plugin runs, it will automatically generate a resource pack needed for clients to view the custom models. This will be built into the folder plugins/puppet/resourcepack/puppet_resourcepack.zip.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.15
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Puppet: Armor Stand Animation Engine is a free Minecraft Java mod. Compatible with Minecraft 1.15. Downloaded 202 times (via Spigot). Download it and open it directly in the game.