would it be possible to develop a server based on the official server recently released by mojang? I think this would bypass some issues with mobia Redstone, funnel command block and etc, this is just a thought of a lay person, tell me if this is possible please!
Don't forget that Bukkit and Spigot are built on the back of the vanilla Java server. However I have no intention of personally building a server on top of the vanilla one, particularly since it's been stated they may stop supporting it at any time.
It's possible but it would have to be an entirely seperate thing but, check out CodeHz's github, he made a mod loader for the dedicated one, and before that he made a MCPE vanilla server and a mod api for it. https://github.com/codehz/bedrock-modloader However, note that doing this makes you have to abide by Mojangs EULA...
Yes. Gurunx and me are working on something similar to class injection. He is using Linux though, there are so known "symbols", which make finding the correct functions wat easier, whereas i on Windows have issues finding correct entry point. Tbh though, the vanilla servers struggle at quite small amount of players, so it will be most likely better to use thirdparty servers instead
Actually, check out this that MrArm made, has a tutorial, too. https://github.com/minecraft-linux/server-modloader Only thing is that it's C so might be a little hard to learn