Advertisement
wrejktoermgkdth

Untitled

Aug 18th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. command /apply:
  2. trigger:
  3. send "&aYou've Started Your Application:"
  4. send "&aQuestion 1: &cWhy Do U Want To Be Staff In Our Server ?"
  5. set {why.%player%} to true
  6.  
  7. on chat:
  8. if {why.%player%} is true:
  9. cancel event
  10. set {whyruapply.%player%} to message
  11. delete {why.%player%}
  12. send "&aQuestion 2: &cWhy R U Applying For Staff ?"
  13. set {why2.%player%} to true
  14. if {why2.%player%} is true:
  15. cancel event
  16. set {whyuwantstaff.%player%} to message
  17. delete {why2.%player%}
  18. send "&aQuestion 3: &cWhat Rank R U Applying For?"
  19. send "&8&l[&c&l1&8&l] Admin"
  20. send "&8&l[&c&l2&8&l] Moderator"
  21. set {rankapplyfor.%player%} to true
  22. delete {why2.%player%}
  23. if {rankapplyfor.%player%} is true:
  24. cancel event
  25. set {rankuapply.%player%} to message
  26. delete {rankapplyfor.%player%}
  27. send "&aYour Application Has Been Sent To The Staff !""
  28.  
  29. every second in world "ul_kitpvp":
  30. loop all players:
  31. if {rankuapply.%loop-player%} is set:
  32. if {whyuwantstaff.%loop-player%} is set:
  33. if {whyruapply.%loop-player%} is set:
  34. loop-player has permission "apply.check":
  35. send "&5%loop-player% Sent An Application:" to loop-player
  36. send "&5Question 1: &d%{whyruapply.%loop-player%}%" to loop-player
  37. send "&5Question 2: &d%{whyuwantstaff.%loop-player%}%" to loop-player
  38. send "&5Question 3: &d%{rankuapply.%loop-player%}%" to loop-player
  39. delete {rankuapply.%loop-player%}
  40. delete {whyuwantstaff.%loop-player%}
  41. delete {whyruapply.%loop-player%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement