Advertisement
Guest User

DiscoTab

a guest
Apr 27th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. command /discotab [<text>] [<text>] [<text>]:
  2. trigger:
  3. if arg-1 is "1" or "2" or "3":
  4. set {DiscoTab.Design.%arg 1%.%loop-player%} to arg-3
  5. if arg-1 is "enable":
  6. set {DiscoTab.%arg 2%} to 1
  7. if arg-1 is "disable":
  8. set {DiscoTab.%arg 2%} to 0
  9. every 3 seconds:
  10. loop all players:
  11. if {DiscoTab.%loop-player%} is 1:
  12. set loop-player's tablist name to "%colored {DiscoTab.Design.1.%loop-player%}%%loop-player%"
  13. wait 1 second
  14. set loop-player's tablist name to "%colored {DiscoTab.Design.2.%loop-player%}%%loop-player%"
  15. wait 1 second
  16. set loop-player's tablist name to "%colored {DiscoTab.Design.3.%loop-player%}%%loop-player%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement