kazuken0814

Untitled

Oct 12th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. every 120 seconds:
  2. loop all dropped items:
  3. delete loop-value
  4. wait 1 tick
  5. broadcast "&7[&cClearLag&7] &aドロップアイテムを削除しました。"
  6.  
  7. command /clearlag:
  8. permission:op
  9. permission message:&fUnknown command. Type "/help" for help.
  10. trigger:
  11. broadcast "&7[&cClearLag&7] &610秒後にドロップアイテムを削除します。"
  12. wait 5 seconds
  13. broadcast "&7[&cClearLag&7] &6ドロップアイテム削除まで..."
  14. broadcast "&7[&cClearLag&7] &a5"
  15. wait 1 seconds
  16. broadcast "&7[&cClearLag&7] &a4"
  17. wait 1 seconds
  18. broadcast "&7[&cClearLag&7] &e3"
  19. wait 1 seconds
  20. broadcast "&7[&cClearLag&7] &e2"
  21. wait 1 seconds
  22. broadcast "&7[&cClearLag&7] &c1"
  23. wait a ticks
  24. loop all dropped items:
  25. delete loop-value
  26. wait 1 tick
  27. broadcast "&7[&cClearLag&7] &aドロップアイテムを削除しました。"
Add Comment
Please, Sign In to add comment