Advertisement
Guest User

ClearLag

a guest
Jan 20th, 2019
1,263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. #By: GoldySlime
  2.  
  3. command /lagg [<text>]:
  4. #Permission
  5. permission: sk.staff
  6. trigger:
  7. arg is not set:
  8. send "&7[&eClearLag&7] &r/lagg clear &6-untuk menghapus entity di lantai."
  9. send "&7[&eClearLag&7] &r/lagg list &6-untuk melihat entity di baru saja dihapus lantai."
  10. stop
  11. arg is "clear":
  12. loop all dropped items:
  13. delete loop-entity
  14. add 1 to {_num}
  15. broadcast "&7[&eClearLag&7] &rCleared &6%{_num}%&r trashes on the floor."
  16.  
  17. every 10 minutes:
  18. broadcast "&7[&eClearLag&7] &r5 Minutes before Clearing Entities on the floor."
  19. wait 4 minutes
  20. broadcast "&7[&eClearLag&7] &r1 Minutes before Clearing Entities on the floor."
  21. wait 50 seconds
  22. broadcast "&7[&eClearLag&7] &r10 Seconds before Clearing Entities on the floor."
  23. wait 10 seconds
  24. loop all dropped items:
  25. delete loop-entity
  26. add 1 to {_num}
  27. broadcast "&7[&eClearLag&7] &rCleared &6%{_num}%&r trashes on the floor."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement