JorelAli / CommandAPI

A Bukkit/Spigot API for the command UI introduced in Minecraft 1.13
https://commandapi.jorel.dev
MIT License
523 stars 66 forks source link

Sponge support #333

Open GliczDev opened 1 year ago

GliczDev commented 1 year ago

Description

I'd like it if the Commandapi would let you use it on sponge based minecraft server.

Expected code

No response

Extra details

No response

JorelAli commented 1 year ago

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 on Bukkit/Spigot/Paper and adding a Sponge support project may involve a whole project rewrite.

JorelAli commented 1 year ago

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 is the following which makes adding support for Sponge impossible at this stage:

image
JorelAli commented 12 months ago

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 other platforms (e.g. Velocity/Sponge etc.)

We've begun Sponge development, but do not have any estimated release schedules for Sponge support at the moment.