CREAMPAN0408

Untitled

Dec 29th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. # # # # # # # # # # # # # # # #
  2. # # # #
  3. # # DEVELOPER: SakuraGFX # #
  4. # # SCRIPTver: 2.1.2 # #
  5. # # SkcordVer: 1.2 # #
  6. # # # #
  7. # # # # # # # # # # # # # # # #
  8.  
  9. options:
  10. Prefix: &6Ping &7»
  11. Prefix2: &6%argument 1%'s Ping &7»
  12. pingcolor: &b
  13. Permission-msg: &cYou dont have permission to see the ping.
  14. Permission: ping.sk
  15.  
  16.  
  17. # # # # # # # # # # # # # # # # # # # # # # # #
  18. # ____ _ _____ _ _ _ #
  19. # | _ \ ___ _ __ | |_ | ____|__| (_) |_ #
  20. # | | | |/ _ \| '_ \| __| | _| / _` | | __| #
  21. # | |_| | (_) | | | | |_ | |__| (_| | | |_ #
  22. # |____/ \___/|_| |_|\__| |_____\__,_|_|\__| #
  23. # #
  24. # # # # # # # # # # # # # # # # # # # # # # # #
  25.  
  26. command /ping [<player>]:
  27. trigger:
  28. if player have permission "{@Permission}":
  29. if arg 1 is not set:
  30. send "&fLoding..."
  31. wait 15 ticks
  32. send "{@Prefix} {@pingcolor}%player's ping%"
  33. else:
  34. send "&9Please wait..."
  35. wait 30 ticks
  36. send "{@Prefix2} {@pingcolor}%player-arg's ping%"
  37. else:
  38. send "{@Prefix} {@Permission-msg}"
Add Comment
Please, Sign In to add comment