Command Block get/setCommand
LadyCailinBot opened this issue ยท 3 comments
CMDHELPER-2680 - Reported by PseudoKnight
It'd be nice to allow certain permission groups to use a limited set of commands in command blocks.
http://jd.bukkit.org/dev/apidocs/org/bukkit/block/CommandBlock.html
set_command_block(locationArray, command)
Comment by PseudoKnight
Probably update get_command_block() to accept a location argument, when provided, the function would return a cmd instead.
I've since written my own plugin for this and the methods above work perfectly. I believe it would be a valued function in CH for very little effort.