Library FluidCommand: A new way to handle commands.

Discussion in 'Resources' started by muuknl, Nov 2, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    muuknl

    Hello bukkiteers,

    With this project I want to start becoming more active in the community. I know there are already many command libraries out there, but they all didn't quite fit my needs. Most of them use annotations and reflection, which is simple for the end user, but doesn't fit the way I like to program (using objects to store individual commands, and supplying info from within that object). With that in mind, I created this little library. I hope you find this useful and have some good feedback on how I can improve it.

    Github: https://github.com/muuknl/fluidcommand

    A little tutorial on how to use it is included on the github page.
     
Thread Status:
Not open for further replies.

Share This Page