Advertisement
sora200507

Untitled

Sep 17th, 2024 (edited)
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. command /fill-westDepend <integer> <integer> <integer> <integer> <integer> <integer> <string>:
  2. permission: op
  3. trigger:
  4. loop blocks within location at (arg-1, arg-2, arg-3) in world "world" and location at (arg-4, arg-5, arg-6) in world "world":
  5. loop-block is air
  6. block 1 meters west of loop-block is arg-7 parsed as itemtype
  7. set loop-block to arg-7 parsed as itemtype
  8. loop blocks within location at (arg-1, arg-2, arg-3) in world "world" and location at (arg-4, arg-5, arg-6) in world "world":
  9. loop-block is not arg-7 parsed as itemtype
  10. set loop-block to air
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement