Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. command /bddelkit [<text>]:
  2. permission: bd.admin
  3. permission message: &cYou do not have access to execute this command!
  4. aliases: /bdkitdel, /bddeletekit, /bdkitdelete
  5. trigger:
  6. if arg 1 is not set:
  7. send "&c BCP &8&l» &fYou did not put any kit name! &a/bddelkit &o<kitname>&f!"
  8. if arg 1 is set:
  9. if arg 1 is not {kitname.1}:
  10. send "&c BCP &8&l» &a&o%arg-1% &fthis kit does not exist!"
  11. stop
  12. if arg 1 is not {kitname.2}:
  13. send "&c BCP &8&l» &a&o%arg-1% &fthis kit does not exist!"
  14. stop
  15. if arg 1 is not {kitname.3}:
  16. send "&c BCP &8&l» &a&o%arg-1% &fthis kit does not exist!"
  17. stop
  18. if arg 1 is not {kitname.4}:
  19. send "&c BCP &8&l» &a&o%arg-1% &fthis kit does not exist!"
  20. stop
  21. if arg 1 is not {kitname.5}:
  22. send "&c BCP &8&l» &a&o%arg-1% &fthis kit does not exist!"
  23. stop
  24. if arg 1 is not {kitname.6}:
  25. send "&c BCP &8&l» &a&o%arg-1% &fthis kit does not exist!"
  26. stop
  27. if arg 1 is not {kitname.7}:
  28. send "&c BCP &8&l» &a&o%arg-1% &fthis kit does not exist!"
  29. stop
  30. if arg 1 is not {kitname.8}:
  31. send "&c BCP &8&l» &a&o%arg-1% &fthis kit does not exist!"
  32. stop
  33. if arg 1 is not {kitname.9}:
  34. send "&c BCP &8&l» &a&o%arg-1% &fthis kit does not exist!"
  35. stop
  36. if arg 1 is not {kitname.10}:
  37. send "&c BCP &8&l» &a&o%arg-1% &fthis kit does not exist!"
  38. stop
  39. if arg 1 is not {kitname.11}:
  40. send "&c BCP &8&l» &a&o%arg-1% &fthis kit does not exist!"
  41. stop
  42. if arg 1 is not {kitname.12}:
  43. send "&c BCP &8&l» &a&o%arg-1% &fthis kit does not exist!"
  44. stop
  45. if arg 1 is not {kitname.13}:
  46. send "&c BCP &8&l» &a&o%arg-1% &fthis kit does not exist!"
  47. stop
  48. if arg 1 is not {kitname.14}:
  49. send "&c BCP &8&l» &a&o%arg-1% &fthis kit does not exist!"
  50. stop
  51. if arg 1 is not {kitname.15}:
  52. send "&c BCP &8&l» &a&o%arg-1% &fthis kit does not exist!"
  53. stop
  54. if arg 1 is {kitname.1}:
  55. do stuff
  56. if arg 2 is {kitname.2}:
  57. do stuff
  58. if arg 3 is {kitname.3}:
  59. do stuff
  60. if arg 4 is {kitname.4}:
  61. do stuff
  62. if arg 5 is {kitname.5}:
  63. do stuff
  64. if arg 6 is {kitname.6}:
  65. do stuff
  66. if arg 7 is {kitname.7}:
  67. do stuff
  68. if arg 8 is {kitname.8}:
  69. do stuff
  70. if arg 9 is {kitname.9}:
  71. do stuff
  72. if arg 10 is {kitname.10}:
  73. do stuff
  74. if arg 11 is {kitname.11}:
  75. do stuff
  76. if arg 12 is {kitname.12}:
  77. do stuff
  78. if arg 13 is {kitname.13}:
  79. do stuff
  80. if arg 14 is {kitname.14}:
  81. do stuff
  82. if arg 15 is {kitname.15}:
  83. do stuff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement