Please sign in to access this page

CartCommands Framework

CartCommands Framework

4 devlogs
7h 1m
•  Ship certified
Created by Chris

A command framework for my Minecraft plugins. Models Commands like Trees, similar to Brigadier, but simple and works for all Bukkit derivatives.

Timeline

Ship 1

0 payouts of shell 0 shells

Chris

13 days ago

Chris Covers 4 devlogs
Chris
Chris
1h 34m 13 days ago

Published the project to maven central, though not all planned things are added, its in a workable state.

Update attachment

Implemented an Exception that can show the path the CommandTree took to the exception node-wise like ROOT/join/silent. Wrote a Junit test to test it and it works.

Update attachment
Chris
Chris
2h 23m 23 days ago

Did some more work and changed stuff to get rid of some design flaws. Still a lot to be done, but this is starting to take shape. Updated command construction attatched

Update attachment
Chris
Chris
2h 19m 23 days ago

Most of the foundations are here, wrote a builder class, wrote a node implementation & wrote a test.

Update attachment