TaskChain icon indicating copy to clipboard operation
TaskChain copied to clipboard

Nukkit support

Open MrPowerGamerBR opened this issue 8 years ago • 11 comments

(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 https://github.com/Nukkit/Nukkit/pull/1459 is pulled to upstream, so...)

MrPowerGamerBR avatar Feb 05 '17 20:02 MrPowerGamerBR

Personally, I wouldn't see why a PR for adding support for another platform would be an issue :D

willies952002 avatar Feb 06 '17 00:02 willies952002

If you can do the following, I can pull it if you PR:

  • [ ] Fix the whitespace in root pom.xml
  • [ ] Remove eclipse project stuff
  • [ ] Rename the Bukkit inner class to Nukkit
  • [ ] Provide Nukkit in a public repository that the nukkit pom file includes like Bukkit does so I can compile w/o having Nukkit on my system.

aikar avatar Feb 06 '17 00:02 aikar

@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)

MrPowerGamerBR avatar Feb 06 '17 00:02 MrPowerGamerBR

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.

MrPowerGamerBR avatar Feb 25 '17 00:02 MrPowerGamerBR

How do people currently build plugins then? do you really make them compile locally just to get artifacts?

aikar avatar Feb 25 '17 00:02 aikar

@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)

MrPowerGamerBR avatar Feb 25 '17 01:02 MrPowerGamerBR

long as it compiles then unofficial should be fine? if thats what the community is use to using.

aikar avatar Feb 25 '17 16:02 aikar

@MrPowerGamerBR @imjack

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 avatar Aug 16 '17 17:08 aikar

@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 avatar Aug 16 '17 17:08 MrPowerGamerBR

@MrPowerGamerBR seems active again? http://ci.mengcraft.com:8080/job/nukkit/changes

aikar avatar Aug 16 '17 17:08 aikar

@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.

MrPowerGamerBR avatar Aug 16 '17 17:08 MrPowerGamerBR