dtlStats
- 1.8K
- Bukkit Plugins
A simple bridge plugin that allows simple plugin <-> website comunication :)
- 1.8K
- July 31, 2013
dtlStats
- 1.8K
- Bukkit Plugins
A simple bridge plugin that allows simple plugin <-> website comunication :)
- 1.8K
- July 31, 2013
dtlAnimations
The world starts breathing
This plugin allows to create schematic based animations with low impact on the server performance
You just need to create some frames,
setup a simple animation script and the world gets a bit more dynamic,
Be aware this plugin has it's limitations
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
This plugin uses the vanilla server packets to send fake information about changes done the to world. So it does not affect the server.
Animations are stored in the animations.yml file, on server start all schematics are converted into Minecraft Packets, and send to clients that is in range of an animation.
If no players are in range of a animation, the connection is not affected in any way by this animation.
So no one will ask if something is possible or not. Here are some limitations for this plugin.
Mainly this project was created to create animations for things like Windmill's, Chimney smoke, and other simple things that allows to make the world more dynamic, with such things the server suffers like nothing up to 20 players (didn't tested it on larger servers yet, so any information would be helpful)
Any ideas are welcome :)
A animation set in the aniamtions.yml should look like this
animation: name: Animation name schedule: 40 # default frame timer (20 = 1 second) distance: 60 #distance (radius) how far players should get packets location: x: -2.0 y: 95.0 z: -99.0 world: world frames: 1: # the schematic file in the frames folder (without the .schematic) file: frame1 # a frame specific schedule time schedule: 20 #(20 = 1 second) 2: file: frame2 3: file: frame3 4: file: frame4
With v1.3 soon for download you can use the following commands
Frame Commands:
Animation Commands:
You can reach me on my IRC channel on "irc.esper.net", Link here. You are always welcome :)
A simple bridge plugin that allows simple plugin <-> website comunication :)
A simple bridge plugin that allows simple plugin <-> website comunication :)