Plugins.. - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: Plugins.. (/thread-333.html) |
Plugins.. - TheEclipse981 - 02-05-2012 is there a way to make bukkit plugins work on this? RE: Plugins.. - FakeTruth - 02-05-2012 I think possible... kind of... bit it's not gonna happen RE: Plugins.. - The Walking Glitch - 02-09-2012 You would have to build a java library of craftbukkits plugin classes, and use the java API in order to do that, but then you run into eve more problems with multithreading, timing, and synchronization. |