Jorel Ali

Results 86 comments of Jorel Ali

This is currently being worked on for the annotation update.

Plugin disabling occurs via [ServerUtils](https://www.spigotmc.org/resources/serverutils-spigot-bungee-velocity-manage-plugins-in-game.79599/).

> As far as I am aware, disabling should also work with vanilla commands, right? For example, if I have something like this: `CommandAPI.unregister("reload");`, it should unload all `reload`-commands. Because...

Implemented in #322 and made available in the latest 8.6.0-SNAPSHOT build.

Implemented in #342, which has now been merged to `dev/dev` for 8.6.0.

Implemented in 242c26b81eaca01b43abdcc2026c5a71bada8962 for 8.6.0.

There are no existing plans for Sponge support for this year. After trying to implement Velocity support, it's recently come to my attention that the CommandAPI's codebase is _very_ reliant...

Fixed in `dev/kotlindocs` and merged back into `dev/dev`. Will be fixed in the 8.6.0 released documentation.

Theoretically it's easy to implement but realistically it's a massive undertaking that requires effectively rewriting the everything. This is because every part of the CommandAPI (it's frontend and backend) is...

You're more than welcome to try to retrofit the CommandAPI for velocity! My past attempts can be found in [dev/velocity](https://github.com/JorelAli/CommandAPI/tree/dev/velocity) and [dev/velocity-attempt-2](https://github.com/JorelAli/CommandAPI/tree/dev/velocity-attempt-2)