-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sponge Support #8
Comments
Could use help in this as I'm very unknown in Sponge's API |
Will probably need to write a Wrapper class for the inventories |
Nice thing about Sponge is that you don't need to have a plugin.yml so also not for your commands. This means we do not need to listen to a PlayerPreProcessCommandEvent equilevant in Sponge. |
As a reply to ^ using the new command system we do not need to add entries to the plugin.yml anyway. |
Only thing left on this one is that we need to be able to send plugin messages (custom payload packet), however I haven't found anything useful yet, all outdated. If someones knows how to do this let me know or PR. |
You have to use a channel object ^^ |
Add Sponge support a big one yes.
The text was updated successfully, but these errors were encountered: