administrateclouds / animations

an open source animation engine for minecraft servers running paper 1.20.4 with support for blender and blockbench

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animations

License Stars

Animations is a fully-featured free and open-source animation system for Minecraft Servers utilizing Resource Packs. This project is licensed under a AGPL license.

alt text
Animation by CloudX, Skin by DisneyArchitect

Features

  • Universal Support. Create animations without restrictions, using either Blender or Blockbench using the AnimatedJava plugin by SnaveSutit with their JSON exporter.
  • Squash & Stretch Support with Display Entities, allowing you to use typical animation standards for your Minecraft animated rigs!
  • Runs at the Game Framerate. Thanks to Display Entities, we are also able to make animations smooth regardless of your servers' TPS with their build-in interpolation!
  • Free and open-source. The code is free and open for anyone to audit and contribute to.

Compatibility

You can use this plugin on any Minecraft server running the latest version of the game, at this point, that is 1.20.4.

Please note that this is currently in very early snapshot releases, so you will need to build this project yourself until we are ready to begin creating public releases!

FAQ

How can I use AnimatedJava?

You're likely better off reading the Animated Java Docs located here, you need to utilise the JSON Exporter in order to work with this plugin.

How can I export my Blender Animations?

You can use our custom plugin mcanim.py which will export your animations as a .mcanim file.

How does it look so... smooth?

We utilise the Display Entities' built in interpolation duration to allow for rigs to run at the game's framerate.

Am I allowed to use this on my projects?

Of course! This would not be a public resource if we didn't want you to use it. We believe that animation systems should not be gate-kept by big projects which have the money to pay developers, however we ask that you please follow our license and provide attribution to this project where ever you can and please leave a star :)

Does it have an API?

Not currently, as this is the rewritten version of our Animation System. The API is very early, however there will be events to check when a player clicks a rig when this is out of snapshot releases.

Authors

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

About

an open source animation engine for minecraft servers running paper 1.20.4 with support for blender and blockbench

License:GNU Affero General Public License v3.0


Languages

Language:Java 71.5%Language:Python 28.5%