MovingThings | Animate Your World |

 MovingThings | Animate Your World | V 1.7.1

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.

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 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);

Support
If you ever need support then here are some ways to contact me:
  • PM me here on Spigot! (Most efficient)
  • Skype me at 'craterhater1'
Thanks!
Author
MikeyBoy
Downloads
262
Views
718
Extention type
jar
File size
38 KB
Hash
3171a8c9772e5200f30d96ccdac40618
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from MikeyBoy

Share this resource

Latest updates

  1. V 1.7.1

    V 1.7.1
  2. V 1.5.5

    V 1.5.5
  3. V 1.5.3

    V 1.5.3
Top