This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
i would like to support computercraft(yes, a mod) so, is there any way to use ur lua api into computercraft? and ur plugin can work with other plugins api? like vault, im working on a big program for computercraft and basically its a "credit card system") something like that
Bukkit = luajava.bindClass("org.bukkit.Bukkit") player = Bukkit:getPlayer("quique18c") plbalance = player.getVaultBalance() ======> that would return into a float number or a string(u decide it) plintbalance = math.ceil(player.getVaultBalance()) ======> now is a integer number C;
i would really like in this api, and u can get acces in my new page that i am working on
http://learnlua.bl.ee/ http://learnlua.bl.ee/foro http://learnlua.bl.ee/wiki
To post a comment, please login or register a new account.