Can't create object location
unpluggedLink opened this issue ยท 2 comments
I want to create a location object like you can in java. example
Location location = new Location(world, x, y, z)
been searching for days with no luck please help me walter
// to create a new location x:1, y:2, z:3 at the server's main world...
var location = new org.bukkit.Location(server.worlds[0], 1, 2, 3);
Hope this helps