Advertisement
daark1

Untitled

Jul 30th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. #LEIA:
  2. #PERMISSÃO PARA HERO: bau.hero
  3. #PERMISSÃO PARA ASSASSIN: bau.assassin
  4. #COMANDO PRINCIPAL: /bau
  5.  
  6.  
  7. command /bau-assassin [<text>]:
  8. permission: bau.assassin
  9. permission message: &cPrivilégio VIP
  10. trigger:
  11. if arg 1 is not set:
  12. send "&c/bau-assassin <1 | 2 | 3 | 4>"
  13. stop
  14. if arg 1 is "1":
  15. make player execute command "chest 1"
  16. stop
  17. if arg 1 is "2":
  18. make player execute command "chest 2"
  19. stop
  20. if arg 1 is "3":
  21. make player execute command "chest 3"
  22. stop
  23. if arg 1 is "4":
  24. make player execute command "chest 4"
  25. stop
  26. if arg 1 is not "1" or "2" or "3" or "4":
  27. send "&c/bau-assassin <1 | 2 | 3 | 4>"
  28. stop
  29.  
  30. command /bau-hero [<text>]:
  31. permission: bau.hero
  32. permission message: &cPrivilégio VIP
  33. trigger:
  34. if arg 1 is not set:
  35. send "&c/bau-hero <1 | 2 | 3 | 4 | 5 | 6 | 7 | 8>"
  36. stop
  37. if arg 1 is "1":
  38. make player execute command "chest 1"
  39. stop
  40. if arg 1 is "2":
  41. make player execute command "chest 2"
  42. stop
  43. if arg 1 is "3":
  44. make player execute command "chest 3"
  45. stop
  46. if arg 1 is "4":
  47. make player execute command "chest 4"
  48. stop
  49. if arg 1 is "5":
  50. make player execute command "chest 5"
  51. stop
  52. if arg 1 is "6":
  53. make player execute command "chest 6"
  54. stop
  55. if arg 1 is "7":
  56. make player execute command "chest 7"
  57. stop
  58. if arg 1 is "8":
  59. make player execute command "chest 8"
  60. stop
  61. if arg 1 is not "1" or "2" or "3" or "4" or "5" or "6" or "7" or "8":
  62. send "&c/bau-hero <1 | 2 | 3 | 4 | 5 | 6 | 7 | 8>"
  63. stop
  64.  
  65. command /bau:
  66. trigger:
  67. send "&c/bau-hero ou /bau-assassin"
  68. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement