Advertisement
W1c3k

Szybsze dawanie rang!

Apr 22nd, 2018
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. # _______ _______
  2. #| | /| / \ / \ | /
  3. #| | / | / / \ | /
  4. #| | | | / |/
  5. #| | | | ___/ |\
  6. # \ /\ / | \ \ \ | \
  7. # \___/ \___/ _|_ \_______/ \________\ | \
  8.  
  9. #--------------------#
  10. # SKRYPT BY W1C3K! #
  11. #--------------------#
  12. # SKRYPT NA RANGI! #
  13. #--------------------#
  14.  
  15. options:
  16. tag: &f[&9WakPex&f]
  17. command /wak [<text>] [<text>] [<text>] [<player>]:
  18. aliases: w
  19. trigger:
  20. if player has permission "wak.*":
  21. if arg 1 is not set:
  22. send "&f+----------+ {@tag} &f+----------+"
  23. send "&f-> &7&l/wak <create> <ranga> &f<-"
  24. send "&f-> &7&l/wak <delete> <ranga> &f<-"
  25. send "&f-> &7&l/wak <give> <ranga> <gracz> &f<-"
  26. send "&f-> &7&l/wak <prefix> <ranga> &f<-"
  27. send "&f-> &7&l/wak <default> <ranga> &f<-"
  28. send "&f+----------+ {@tag} &f+----------+"
  29. if arg 1 is "create":
  30. if arg 2 is set:
  31. execute console command "pex group %arg 2% create"
  32. send "{@tag} &7Stworzono range &c%arg 2%&7!"
  33. if arg 1 is "delete":
  34. if arg 2 is set:
  35. execute console command "pex group %arg 2% delete"
  36. send "{@tag} &7Usunieto range &c%arg 2%&7!"
  37. if arg 1 is "prefix":
  38. if arg 2 is set:
  39. if arg 3 is set:
  40. execute console command "pex group %arg 2% prefix %arg 3%"
  41. send "{@tag} &7Ustawiono prefix randze &c%arg 2% &7na &c%arg 3%&7!"
  42. if arg 1 is "give":
  43. if arg 2 is set:
  44. if arg 4 is set:
  45. execute console command "pex user %arg 4% group set %arg 2%"
  46. send "{@tag} &7Dales range &c%arg 2% &7graczu &c%arg 4%&7!"
  47. send "{@tag} &7Otrzymales range &c%arg 2% &7od &c%player%&7!" to arg 4
  48. if arg 1 is "default":
  49. if arg 2 is set:
  50. execute console command "pex set default group %arg 2%"
  51. send "{@tag} &7Ustawiono domyslna range jako &c%arg 2%&7!"
  52. else:
  53. send "&f[&91.0&f] WakPex [&9NObeta&f]"
  54. #SKRYPT BY W1C3K
  55. #VERSION: 1.0 NObeta
  56. #NEW:
  57. # - Jedna permissja!
  58. # - Wszystko 1 komenda!
  59. # - Latwo do zmieniania wszystkiego!
  60. #NIE POZWALAM NA:
  61. # - PODSZYWANIE SIE POD AUTORA!
  62. # - UDOSTEPIANIE JAKO AUTOR!
  63. # - ZMIENIANIE KOMENDY! CZYLI /WAK ORAZ /W!
  64. #POZWALAM NA:
  65. # - ZMIANE PERMISSJ!
  66. # - ZMIANE KOLOROW I TRESCI (/WAK ORAZ /W ZABRONIONE!)!
  67. # [pozdrawiam]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement