Lua Interpreter b3

Details

  • Filename
    luainterpreter_beta.jar
  • Uploaded by
  • Uploaded
    Apr 2, 2013
  • Size
    802.43 KB
  • Downloads
    125
  • MD5
    66d5ebbf85f0bc3f894e140e982d385d

Supported Bukkit Versions

  • CB 1.4.7-R1.0

Changelog

Third beta of Lua Interpreter
I added something but I have seen already a lua plugin growing up D:

  • (added) sv.MAX_PLAYERS is the number of maximum slot for the server
  • (added) event.pass, event.grab and event.cancel (return one of this value in an event callback)
  • (added) world.getBlock(pos) get the id of the block at pos

    To remind you, pos is a lua table with 0=x, 1=y and 2=z and player is the name of the player !