-
Notifications
You must be signed in to change notification settings - Fork 38
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
Nukkit support #13
Comments
Personally, I wouldn't see why a PR for adding support for another platform would be an issue :D |
If you can do the following, I can pull it if you PR:
|
@aikar yeah, my fork was like "well, it works, so..." (and I tried to clean up the Eclipse mess... but it didn't work) The problem is that the current code won't work on the current version of Nukkit, Nukkit's tasks doesn't include the plugin instance on the task so I think some parts of the code won't work (right?), so I will probably do a clean pull request when my pull request @ Nukkit is pulled. (and yes, I tested my modifications on Nukkit... it works fairly well (I already use TaskChain on my PC server), waaay better than creating a bunch of schedulers) |
The PR was pulled to Nukkit, so I will probably create a PR to add Nukkit to TaskChain soon. The problem is the Maven repo, there isn't an official Maven repo for Nukkit, so that will be a bit difficult. |
How do people currently build plugins then? do you really make them compile locally just to get artifacts? |
@aikar by "you" you mean "they", right? I'm not a Nukkit developer. But yeah, most of them installs the Nukkit artifact in the local repo or use unofficial maven repository. (Mengcraft's Maven repo) |
long as it compiles then unofficial should be fine? if thats what the community is use to using. |
You both now have Nukkit versions. I've added Mengcraft to my Nexus Repo as a proxy, so if one of you can PR it (without the mengcraft reference, since it will be in my repo cache instead), we can officially get this support added. |
@aikar I stopped using Nukkit since February because it is on "life support" (it is only receiving protocol updates sometimes) so I migrated to other platforms, sorry 😢 |
@MrPowerGamerBR seems active again? http://ci.mengcraft.com:8080/job/nukkit/changes |
@aikar not really "active" when you compare PocketMine-MP (which Nukkit was based of) Nukkit only receives some protocol fixes (when a new MCPE version is released) and some very critical fixes, but everyone of the main Nukkit team is inactive. |
(I already added Nukkit support to my TaskChain fork https://github.com/PocketDreams/TaskChain however I didn't create a pull request because I don't know if you are accepting pull requests for other server softwares...)
(And my TaskChain fork only works with my Nukkit fork until Nukkit/Nukkit#1459 is pulled to upstream, so...)
The text was updated successfully, but these errors were encountered: