Advertisement
melzneni

Turti program detect player

Sep 3rd, 2023 (edited)
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1.  
  2.  
  3. main: {
  4.  
  5. w,h,d = splitText(input("w,h,d"),",");
  6. w=tonumber(w);
  7. h=tonumber(h);
  8. d=tonumber(d);
  9.  
  10. while(true){
  11. redstone("back",peripheral("right","isPlayersInCubic",w,h,d));
  12. sleep(0.5);
  13. };
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement