Advertisement
70sOn7

Stuff

Dec 15th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. command /discord:
  2. trigger:
  3. send "&9Discord: &7%{discord}%"
  4.  
  5. command /apply:
  6. trigger:
  7. send "&cApply: &7%{apply}%"
  8.  
  9. command /cset [<text>] [<text>]:
  10. permission: server.cset
  11. permission message: &fYou're fat dont do this. WAIT I CANT DO IT
  12. trigger:
  13. if arg-1 is not "discord" or "apply":
  14. send "&cBoi! There is only Discord or Apply to set!"
  15. stop
  16. if arg-1 is not set:
  17. send "&c/cset (Discord/Apply) (Link)"
  18. stop
  19. if arg-1 is not set:
  20. send "&c/cset (Discord/Apply) (Link)"
  21. stop
  22. if arg-1 is set:
  23. if arg-2 is set:
  24. if arg-1 is "discord":
  25. set {discord} to "%arg-2%"
  26. send "&9Discord &7link set to &9%arg-2%"
  27. stop
  28. if arg-1 is "apply":
  29. set {apply} to "%arg-2%"
  30. send "&cApply &7link set to &c%arg-2%"
  31. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement