MineLua 2.3
What's new
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
This mod has no additional files

