ScriptCraft

ScriptCraft

14.6k Downloads

Can't create object location

unpluggedLink opened this issue ยท 2 comments

commented

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

commented
// 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

commented

Thank you very much, I'm in love with your API, hopefully I'll help you maintain in it the future. You are even answering requests so fast, Congratulations man you are awesome