dotnetGame / MineCase

Minecraft server based on Orleans
MIT License
766 stars 77 forks source link

Bukkit API support #124

Open jstzwj opened 5 years ago

jstzwj commented 5 years ago

Support bukkit plugin.

l89669 commented 5 years ago

Seriously? Use java in a C# project?

yangm97 commented 5 years ago

@l89669 they could spin up a Java microservice to host bukkit plugins which interacts with minecase using some API.

l89669 commented 5 years ago

@yangm97 Or you could do that if you can. And don't forget to send a pull request.

l89669 commented 5 years ago

I think the only way to write "some API" is to re-implement the craftbukkit stuff with JNI interacts with C# codes.

TansuoTro commented 4 years ago

是的,你可以使用JNI4NET这个JAVA TO C#代理解决方案

Balajanovski commented 4 years ago

Create the API for spigot instead. Spigot is backwards compatible with Bukkit, yet also has more features and a lot more plugin support.