(01-09-2014, 10:17 PM)EvilDevil59NL Wrote:(01-09-2014, 09:35 PM)David Wrote:(01-09-2014, 09:13 PM)xdot Wrote: Here is a really simple plugin (I wrote it in under 10 minutes) that can "stream" data stored externally to in-game data/instruction busses.
(snip)
It is definitely feasible.
Can the plugin also read outputs? To get RAM adresses and such.
Getting signals from Minecraft to an external tool? Almost impossible.
But the brilliance of this is that you don't need an external tool!
EDIT: grats on 1000 posts
![Tongue Tongue](https://forum.openredstone.org/images/smilies/tongue.png)
Also, separately I wonder if it's possible, within the confines of Bukkit plugin development, to edit command blocks to work with this. In that sense we would be able to work with these scripts and literally control them based on redstone.
The best alternative to this is a /run command, which I might actually feel is better than the idea of using command blocks for it.
I have to agree with Wryt here though, this is brilliant to be done through chat. A simple interpreter should be easy for a smart few.