promotional bannermobile promotional banner

MineLua 2 - Lua for Minecraft

MineLua 2 - Lua for Minecraft
Back to Files

MineLua 2.3

File nameMineLua_2.3.jar
Uploaded
Apr 4, 2016
Downloads
1.0K
Size
505.6 KB
File ID
914604
Type
R
Release
Supported game versions
  • 1.8

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 related projects