Retrieve, use as parameter and cycle through data values
Tairon96 opened this issue ยท 1 comments
I would like to have a fix for the outdated plugin rotate-things ( http://dev.bukkit.org/server-mods/rotate-things ). Because OtherBlocks is so powerful, I thought about a small feature addition to make it possible to use OD for this. In only 3 steps this could be achieved:
- Maybe you know the //info - tool of worldedit. It tells you the ID and the data value of a clicked block / item.
- In the actions it is already possible to use the parameter %v to get the block's name. A extension for the data value should not be that difficult.
- An option to re-use the increased data value as parameter for the action replacementblock is not that complicate. The only problem would be to find out the up-to-date maximum data value to restart the parameter at data value 0
I looked at that plugin's page, and I think it would already be possible to implement it in OtherDrops (with the possible exception of requiring the player to sneak; not sure if OD has that). You'd probably need four rules for each rotatable block though.
I don't see how an /info tool has anything to do with that plugin. I don't see how %v is related either.