MovingThings | Animate Your World | 1.8+

 MovingThings | Animate Your World | 1.8+ V 1.7.2

Tested Minecraft Versions:
  • 1.8
  • 1.9
  • 1.10
  • 1.11
  • 1.12
Contributors:
CraterHater
logo-png.274162

MovingThings
This plugin allows for the creation of moving structures, from timelapses of houses to complete working windmills. This plugin is easy to use and a tutorial is included on this page. Besides animating builds you are also able to set camera paths which allow you to make players fly around your server.

Showcase

Examples



Features
  • Animate your builds! You are now able to create working windmills, make cars drive through your streets or create timelapses of houses you have build.
  • Camera Movements! You can now add camera positions between which the player will smoothly glide. This will give them a nice overview of whatever you are showing.
  • Unique! By animating your lobbies you can truly impress new players, which makes them more likely to stay.
  • Easy to use!
  • Build in API! Look at the API documentation below for details.
Usage
Below is a step by step tutorial for this plugin:
https://docs.google.com/document/d/1aZiudAeLPA3-xJ7KKwsFJu-rfSCh5UDzZItqzQBeTyk/edit?usp=sharing



Below is a tutorial on how to use the camera feature:


Below is a detailed documentation of the commands:



API
This plugin comes with an easy to use API for developers. To access the API simply add the jar file to your build path and then add the plugin as a dependency. To use the API simply check if it is loaded:
Code (Text):
if (Bukkit.getPluginManager().isPluginEnabled("MovingThings"))
Then you can use a bunch of methods by writing:
Code (Text):
MovingThingsAPI.setCamera(Player p);
MovingThingsAPI.stopCamera(Player p);
MovingThingsAPI.startAnimation(String animation);
MovingThingsAPI.stopAnimation(String.animation);
MovingThingsAPI.setTime(String animation, int time);
MovingThingsAPI.getTime(String animation);
MovingThingsAPI.setCycle(String animation, boolean cycle);
MovingThingsAPI.isCycle(String animation);
Author
Katheryn
Downloads
103
Views
586
Extention type
jar
File size
39.7 KB
Hash
20840fd2a6b64ca4caf2e6936afdc3e8
First release
Last update
Rating
5.00 star(s) 1 ratings

More resources from Katheryn

Share this resource

Latest updates

  1. V 1.7.2

    V 1.7.2

Latest reviews

Hey man I really really like this plugin idea, it doesn't however work on 1.12.2, is there anyway you can get this to work for that?

Thanks a lot nevertheless, awesome plugin!...
Top