BlockPlay
FIREWORKS edition (requires Craftbukkit 1.4.6 R2:
http://www.simnet.is/~ojb/blockplay.jar
example script: http://www.simnet.is/~ojb/show.bpl
missing in the example but "fade" works just like "color"
Plugin description
Console command that allows you to run a sequence of commands from a file.
lets say you have the file test.bpl, that contains:
strike 0 65 0 0 65 0 57 delay 100 0 65 0 0
if you enter the following command in console:
/play test.bpl worldname
a lightning would strike the position 0,65,0 (x,y,z) and a diamond block would appear. 5 seconds later the block would disappear.
this can be used to create replayable animated sequences of block changes.
commands available:( in Alpha 0.2, fireball is missing in 0.1 )
set blocktype:
x y z blocktype
strike lightning:
strike x y z
create explosion:
explode x y z [power]
create delay in execution, default delay is 200 ticks (20 ticks == 1 sek):
delay [ticks]
if ticks is skipped it will repeat the last duration (or default)
throw fireball from (x,y,z) to (dx,dy,dz) with velocity v
fireball x y z dx dy dz v
I'm open to changing the licence if there is interest in this plugin.