This is just amazing and perfect. This API is a saver. It no longer takes a whole week to make a simple command. Awesome developer team. And you will not find a better CommandAPI framework than this. And almost anything you could ever want for commands.
Bukkit's command API brought an immense amount of pain and suffering into my life, but THIS command API is just sooooo good I'm just happy it was recommended to me. It has returned my will to live, I actually enjoy writing commands now. If you're still unsure about using it — YOU ABSOLUTELY SHOULD!!
This API really simplifies not only the process of writing commands, but also the adaptation of commands from other plugins. With the help of this API, I was able to expand the capabilities of the datapack on the server much more widely.
I would like to once again thank Skepter and contributors for developing this library. The documentation is some of the best I have seen.
I have been testing this library out to a decent extent and it seems to be excellent. I will use it in LevelledMobs v4 and other future projects of mine.
The community Discord guild is active and very helpful.
There might not be a better API in terms of efficiency than this one. This API allows you to spend more time thing about logic and features; and less time needing to write and think about nested if statements
The thing with this is that not only is it using the new command framework, but also provides extensive and detailed documentation for developers. I would highly recommend it to anyone!
Super nice plugin, why re-invent the wheel, when you can just use something that already exists, and it proven to work. Support 10 / 10, didn't get shouted on.
Man this plugin is literally awesome. The documentation is better than I could dream of any documentation being, I understood everything I needed to know in a matter of minutes. I am about to remake a lot of plugins and a core for a server I'm working with and I'm so happy to finally have a way to register commands that doesn't make me hate my life.
CommandAPI 6.5.4 now supports Minecraft 1.18.2. Hopefully it didn't take too long - the CommandAPI aims to release version-compatible updates within a week of their Minecraft release and this update is no exception!
Version: 6.5.3
Its a really good plugin the owner was really nice too and helped me! Deserves 5 stars
Very nice API, I absolutely love it and I'm happy with how it functions. The developer is very helpful and nice, I highly recommend this!
Been very useful, and is a nice replacement for Spigots command system.
Fantastic api with incredible docs. Worked like a charm and the discord members helped very quickly with any issues. Will be using this from now on, fantastic!
Amazing support from the server owner! I asked questions about installing the plugin, and I got a response within 5 minutes. The owner didn't hesitate to provide links and answer questions :)
Great API, but it could be better with some support of BungeeCord for example. I know it's not possible to implement every single feature supported by Spigot (however why not implement possible features?), but also not convenient to switch to another framework or make something own.
The plugin is very advanced, helpful and quite easy to use, granting features that are otherwise impossible. Endless new possibilities for server developers. The creator is also VERY responsive and understanding.
The wiki page is also very easy to read and understand.
This is arguably the most advanced, feature-rich and well-documented API for Spigot I've ever seen. Incredible developer experience out there, keep it up!
Amazing! works great, i've tried several other api's but they're all so hard to understand with such little documentation. big plus for this API, about to use this for all my future plugins. Hope you keep updating it!
This API is fantastic and well supported. It is the only reason my server was able to update to 1.13.
It looks like Spigot may never support custom plugin commands running from /execute or functions - but with CommandAPI everything works exactly as it should. Plugin commands become exactly as powerful as vanilla commands (and they are treated the same!)
You get tab complete (for free!), input sanitation and type casting (for free!), dynamic arguments, etc. You even get the ability to finally return whether the command succeeded or not and what the result value is (you could never do this with Spigot)!
Despite all the additional features, the number of lines of code in my plugins to process these new commands dropped by more than half, and I have far fewer bugs parsing user input (because it does that for you!)
Seriously, this is the next ProtocolLib. Every developer making custom plugin commands in the 1.13 era should use this API.