NoHacksJustACow

Untitled

Jan 25th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. command /addclicks [<offlineplayer>] [<number>]:
  2. permission: admin
  3. trigger:
  4. if arg-1 is not set:
  5. send "&c/addclicks [offlineplayer] [number]"
  6. if arg-1 is set:
  7. if arg-2 is set:
  8. add arg-2 to {clicks::%arg-1%}
  9. send "&cYou have added %arg-2% Clicks to %arg-1%"
  10. if arg-1 is set:
  11. if arg-2 is not set:
  12. send "&c/addclicks [offlineplayer] [number]"
  13.  
  14. command /setclicker [<offlineplayer>] [<number>]:
  15. permission: admin
  16. trigger:
  17. if arg-1 is set:
  18. if arg-2 is set:
  19. set {click::%arg-1%} to arg-2
  20. send "&cYou have set %arg-1%'s Clicker to %arg-2%"
  21. if arg-1 is not set:
  22. send "&c/setclicker [offlineplayer] [number]"
  23. if arg-1 is set:
  24. if arg-2 is not set:
  25. send "&c/setclicker [offlineplayer] [number]"
  26.  
  27. command /setclicks [<offlineplayer>] [<number>]:
  28. permission: admin
  29. trigger:
  30. if arg-1 is set:
  31. if arg-2 is set:
  32. set {clicks::%arg-1%} to arg-2
  33. send "&cYou have set %arg-1%'s Clicks to %arg-2%"
  34. if arg-1 is not set:
  35. send "&c/setclicks [offlineplayer] [number]"
  36. if arg-1 is set:
  37. if arg-2 is not set:
  38. send "&c/setclicks [offlineplayer] [number]"
  39.  
  40. command /setac[<offlineplayer>] [<number>]:
  41. permission: admin
  42. trigger:
  43. if arg-1 is set:
  44. if arg-2 is set:
  45. set {acc::%arg-1%} to arg-2
  46. send "&cYou have set %arg-1%'s ACC to %arg-2%"
  47. if arg-1 is not set:
  48. send "&c/setac [offlineplayer] [number]"
  49. if arg-1 is set:
  50. if arg-2 is not set:
  51. send "&c/setac[offlineplayer] [number]"
Add Comment
Please, Sign In to add comment