07-23-2017, 05:30 PM
(04-15-2015, 01:06 AM)skywindz Wrote:(04-14-2015, 06:05 PM)xoft Wrote: The server supports plugins, which can implement a lot of mods' functionalities. But you can't grab a bukkit mod and expect it to work in MCServer, it just won't.
Aww...I really wanted a forge mod to be on the server like bukkitforge did :[
Well that's alright!
Thanks anyways.
Hi, I am interested in Forge support in Cuberite and have started developing it, the basic Forge client/server handshake is working in this pull request: https://github.com/cuberite/cuberite/pull/3869
However, while the Forge mods should continue to be usable unmodified on the client, the server-side components would need to be ported to Lua and Cuberite. This could be an interesting project, but there's a lot of underlying functionality needed first (API for registering new blocks, etc.), and each mod will have to be ported individually.