Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- x,y,z = commands.getBlockPosition()
- http.get("http://localhost:11613/daemon?x="..x.."&y="..y.."&z="..z)
- sleep(3)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement