Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #鉱石探知レーダー
  2. on rightclick holding a diamond pickaxe:
  3. loop blocks in radius 5 around player:
  4. loop-block is a diamond ore
  5. set {_oreloc} to location of loop-block
  6. message "Good luck %{_oreloc}%" to the player
  7. create a line effect from player to loop-block with id "%player%.rader" with particle spell instant
  8. wait 5 seconds
  9. stop effect "%player%.rader"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement