Allows players to lob blocks as entities
Fork of AmoebaMan/BlockLobber, with permission: "Go nuts, I have my hands full with 2 or 3 other plugins that are a bit more time-consuming and important."
Works with bukkit 1.4.5-1.4.6
Plugin at beta state, sorry for any inconvenience caused by this plugin.
NOTE: protection plugins will not be able to block placement of thrown blocks, beware.
Commands And Permissions:
lob-block: Lobs a block
usage: /lob-block [ID[:data]] [strength]
permission: blocklobber.lob
lob-preset: Defines a preset for lobbing blocks
usage:
/lob-set (mat|data|str) [value]
/lob-set [dir]
/lob-set [pos] [X] [Y] [Z] [world]
permission: blocklobber.preset
lob-clear: Clears a previously defined preset
usage: /lob-clear (pos|dir|mat|data|str)
permission: blocklobber.preset
changelog
1.2 - add the abillity to prevent falling blocks from spawning blocks on fall
1.1 - improve aliases, improve position set
1.0 - first commit
TODO
- improve aliases: DONE
- add abillity to deny block falling: DONE
- add reload config option
- save presets per players in config
- improve debugging and exception catching
- projectile lobbing
- allow hooking with protection plugins
- commandblock extra support
Fork of AmoebaMan/BlockLobber, with permission: "Go nuts, I have my hands full with 2 or 3 other plugins that are a bit more time-consuming and important."
Works with bukkit 1.4.5-1.4.6
Plugin at beta state, sorry for any inconvenience caused by this plugin.
NOTE: protection plugins will not be able to block placement of thrown blocks, beware.
Commands And Permissions:
lob-block: Lobs a block
usage: /lob-block [ID[:data]] [strength]
permission: blocklobber.lob
lob-preset: Defines a preset for lobbing blocks
usage:
/lob-set (mat|data|str) [value]
/lob-set [dir]
/lob-set [pos] [X] [Y] [Z] [world]
permission: blocklobber.preset
lob-clear: Clears a previously defined preset
usage: /lob-clear (pos|dir|mat|data|str)
permission: blocklobber.preset
changelog
1.2 - add the abillity to prevent falling blocks from spawning blocks on fall
1.1 - improve aliases, improve position set
1.0 - first commit
TODO
- improve aliases: DONE
- add abillity to deny block falling: DONE
- add reload config option
- save presets per players in config
- improve debugging and exception catching
- projectile lobbing
- allow hooking with protection plugins
- commandblock extra support