Advertisement
ozraru

http pos get

Mar 4th, 2024 (edited)
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. while true do
  2.     x,y,z = commands.getBlockPosition()
  3.     http.get("http://localhost:11613/daemon?x="..x.."&y="..y.."&z="..z)
  4.     sleep(3)
  5. end
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement