CommandHelper

CommandHelper

46.5k Downloads

ForgeEssentials compatibility?

Dravic opened this issue ยท 4 comments

commented

Hello!

Would it be virtually possible to somehow make ForgeEssentials and this plugin work together (instead of Bukkit) based on ForgeModloader?

https://github.com/ForgeEssentials/ForgeEssentialsMain

commented

Hello Dravic,

I am not a main developer of this mod but i think i will provide with you some information afaik.

As i know, it is possible. The likelihood of the main developer porting this to Forge is probably unlikely at the moment. She has a lot of plans for the plugin which include rewriting and implementing big and complex systems.

maybe in the future it would happen but i wouldn't look forward to it.

commented

Thanks for an answer. =/

commented

I do not know what this is, but if it's not bukkit compatible, then it is possible to relatively easily port the abstraction layer to whatever engine you'd like, assuming it is otherwise feature compatible. Unlike most plugins, CH doesn't actually directly depend on bukkit throughout most of the code, it depends on its own internal abstraction layer, so porting CH to other server backends should be theoretically far easier than any other plugin of similar size.

Having said that, @ACzChef is correct, I would not be willing to do the work to do that, however, if you found someone that were, I would be happy to help them through the process, as well as work with them on any problems they uncover in the course of working on it.

With all that in mind:

Would it be virtually possible

Yes.

commented

Thank you very much for clearing this up =)