Closed GnaspGames closed 8 years ago
Also see #39 for more feedback on this.
With this commit, 0be9c0d4bce9b246f73212e137ddcf842db887cd, I think I have done enough to close this.
Not everything in my original comment is done. But I know how I can add those later.
setblock
to create the command blocks themselves. I will build upon CommandModule and CommandBlock, and I might introduce a CommandRow class later to clean up code and allow more functionality via plugins/bangs.
Closing with the release of 0.9.4 :smile:
I would like to allow plugins to be able to access more information about the context from which they are being called.
For example:
auto
,conditional
etc so that they can respect them in the commands they create.