File Details
MineLua 2.3
- R
- Apr 4, 2016
- 505.64 KB
- 1.0K
- 1.8
File Name
MineLua_2.3.jar
Supported Versions
- 1.8
Change Log 2.3:
- New function "newInstance"
Example:
function teleport(player, x, y, z)
local world = player:getWorld()
local location = newInstance("org.bukkit.Location", world, x, y, z)
player:teleport(location)
end

