Advertisement
nunonuno_riku

Untitled

May 20th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. every 120 seconds:
  2. broadcast "&8クリアラグ> &7アイテムがあと&a30&7秒で削除されます!"
  3. wait 20 seconds
  4. broadcast "&8クリアラグ> &7アイテムがあと&610&7秒で削除されます!"
  5. wait 10 seconds
  6. set {_ground} to 0
  7. loop all dropped items:
  8. add 1 to {_ground}
  9. delete loop-value
  10. broadcast "&8クリアラグ> &e%{_ground}%&7個のアイテムが削除されました"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement