Advertisement
o0Sponge0o

Untitled

Aug 31st, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. command /st:
  2. trigger:
  3. open chest with 6 rows named "&6&l %player% さんの倉庫" to player
  4. wait 1 tick
  5. format slot 0 of player with chest named "&c通常格納庫1" to run [make player execute command "pv 1"]
  6. format slot 1 of player with chest named "&c通常格納庫2" to run [make player execute command "pv 2"]
  7. format slot 2 of player with chest named "&c通常格納庫3" to run [make player execute command "pv 3"]
  8. format slot 9 of player with ironblock named "&6VIP格納庫1" to run [make player execute command "pv 4"]
  9. format slot 10 of player with ironblock named "&6VIP格納庫2" to run [make player execute command "pv 5"]
  10. format slot 17 of player with goldblock named "&bMVP格納庫1" to run [make player execute command "pv 6"]
  11. format slot 18 of player with goldblock named "&bMVP格納庫2" to run [make player execute command "pv 7"]
  12. format slot 19 of player with goldblock named "&bMVP格納庫3" to run [make player execute command "pv 8"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement