Create player animation - toxicity188/BetterModel GitHub Wiki


As you can see, BetterModel supports player model with player's own skin without textures.

Caution

ViaVersion is not supported between <=1.21.3 server/client and >=1.21.4 server/client.
Check ViaVersion support range to use player limb in your server.

Make your animation

  • Step 1. Go to plugins/BetterModel/players folder


  • Step 2. Open steve.bbmodel with BlockBench.



As you can see, you can find some bone tags for player model.

head (ph)
right arm (pra)
right forearm (prfa)
left arm (pla)
left forearm (plfa)
hip (phip)
waist (pw)
chest (pc)
right leg (prl)
right foreleg (prfl)
left leg (pll)
left foreleg (plfl)
left item (pli)
right item (pri)
cape (cape)

These bone tags can be used in general model too.

Tip

Model without saving - limb
Model with saving - model

  • Step 3. Animating your own animation

7


Run your animation

You can easily run your animation to execute this command.

/bm play <limb> <animation>


Shaderspack compatibility


If your server and client version is 1.21.4 or higher, player model is compatible with Shaderspack.

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