Jorel Ali
Jorel Ali
For all intents and purposes, this has been implemented in SNAPSHOT builds. We now have some support for Velocity which can be accessed via the snapshot repo, and we have...
Until Sponge has documentation for commands, this feature is on an indefinite hiatus. At the time of writing, the [Sponge documentation's page for Plugin Commands](https://docs.spongepowered.org/stable/en-GB/plugin/commands/index.html) is the following which makes...
Sponge's documentation for plugin commands has updated for the latest Sponge API! Development over the past year has been made to allow the CommandAPI's main codebase to be extended for...
For anyone still reading this (@aidan-fitz @tshepang @maniyar1), I've made a temporary workaround [here](https://github.com/JorelAli/mdBook-pagetoc).
The current "internal implementation" of this uses Maven's artifact classifiers to differentiate between mapped and mojang-mapped NMS artifacts. To implement this for a public release, the CommandAPI needs three new...
> Any updates on that? Nope. I should be able to draft up a prototype of this this week.
Implemented draft of this feature on `dev/dev`. A test version of the CommandAPI standalone plugin can be found here: [CommandAPI-9.4.0-SNAPSHOT_11_Dec_2023_(03-16-09pm).zip](https://github.com/JorelAli/CommandAPI/files/13637453/CommandAPI-9.4.0-SNAPSHOT_11_Dec_2023_.03-16-09pm.zip) To implement this for shading, the CommandAPI has to expose...
This feature needs documentation for the CommandAPI config for shading.
Implemented in version 9.4.0.
_(For what it's worth, my multi-threaded programming knowledge is very limited, so I have no comments to make about the implementation from this PR)_