is there any way to use computercraft? #2


  • New
  • Enhancment
Open
Assigned to _ForgeUser8080179
  • Quique18c created this issue Jan 27, 2014

    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

  • Quique18c added the tags Enhancment New Jan 27, 2014

To post a comment, please login or register a new account.