I want to check if another player exists (loaded in Chunks)?
yLetzter
Posts
-
Check if Player Exists -
How Can I Get The Coordinates of A Player?@commandblock2 im new to javascript could you tell me where I have to put the .getPositionVector()? Thanks!
-
How Can I Get The Coordinates of A Player?I want to have a Script which tells me the Coordinates of a Player!
I already achieved this:
target = Java.from(mc.theWorld.playerEntities).find(function (player) player.getName() == name.get())
which gives this Output:
EntityOtherPlayerMP['Playername'/7743, l='MpServer', x=-27, y=120, z=410]The Problem is that I want every Coordinate in a Variable... how Can I do this?
-
How Can I Check If A Script Is Running@ali00035 I have no Idea what the MSTimer is... could you maybe tell me the finished code?
-
How Can I Check If A Script Is Running@ali00035 I tried this but it isnt working. I want that after 750ms the IF is runned
-
How Can I Check If A Script Is Running@ali00035 yes
-
How Can I Check If A Script Is Running@ali00035 thank but is there a way to make a timeout on this? I already know how I can use timeouts (timeout(750, function () CODE) but I dont know how I can timeout a IF
-
How Can I Check If A Script Is Running@ali00035 yes I want a script which turns another IF running
-
How Can I Check If A Script Is RunningI want to make a if function which checks if a Script of mine is running. How can I do this?