07-07-2012, 03:56 AM
I write a plugin for Bukkit, http://dev.bukkit.org/server-mods/waypoints/
After experiencing just how slow the Java server has been running lately, I've been looking around at alternatives. This one seems like it is my best bet, even with not knowing much about C++.
However, I am slightly concerned about the way plugins are being handled. In LUA is it possible to call another plugin's methods like it is from Java jars? I have a few plugins I'm developing that are modular and would like to keep them that way for organizational and installation purposes.
Also - is there any plans to add alternative language support? LUA is by far not my favorite.
After experiencing just how slow the Java server has been running lately, I've been looking around at alternatives. This one seems like it is my best bet, even with not knowing much about C++.
However, I am slightly concerned about the way plugins are being handled. In LUA is it possible to call another plugin's methods like it is from Java jars? I have a few plugins I'm developing that are modular and would like to keep them that way for organizational and installation purposes.
Also - is there any plans to add alternative language support? LUA is by far not my favorite.