Guest User

Bombers Skript by Buck

a guest
Mar 27th, 2015
590
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #==========================#
  2. #= Bombers Skript by Buck =#
  3. #==========================#
  4. options:
  5. P : &8[&cBombers&8]
  6. IS : &e/bombers <start/stop/give/toggle>
  7.  
  8. command /bombers [<text>]:
  9. permission: skript.op
  10. aliases: /bm
  11. trigger:
  12. if arg 1 is not set:
  13. message "{@P} {@IS}"
  14. if arg 1 is "start":
  15. set {bombers} to true
  16. broadcast "{@P} &2Bombers Enabled!"
  17. if arg 1 is "stop":
  18. set {bombers} to false
  19. broadcast "{@P} &2Bombers Disabled!"
  20. if arg 1 is "give":
  21. give 1 flint and steel of unbreaking 1000 to all players
  22. broadcast "{@P} &2Flint and Steel Given!"
  23. if arg 1 is "toggle":
  24. if {bombers} is true:
  25. set {bombers} to false
  26. broadcast "{@P} &2Bombers Disabled!"
  27. stop
  28. if {bombers} is false:
  29. set {bombers} to true
  30. broadcast "{@P} &2Bombers Enabled!"
  31. stop
  32. #=================#
  33. #= Bombers Drops =#
  34. #=================#
  35. on death of a bat:
  36. if {bombers} is true:
  37. drop 1 TNT at bat
  38. on death of a pig:
  39. if {bombers} is true:
  40. drop 1 TNT at pig
  41. on death of a sheep:
  42. if {bombers} is true:
  43. drop 1 TNT at sheep
  44. on death of a cow:
  45. if {bombers} is true:
  46. drop 1 TNT at cow
  47. on death of a zombie:
  48. if {bombers} is true:
  49. drop 3 TNT at zombie
  50. on death of a spider:
  51. if {bombers} is true:
  52. drop 3 TNT at spider
  53. on death of a creeper:
  54. if {bombers} is true:
  55. drop 4 TNT at creeper
  56. on death of a skeleton:
  57. if {bombers} is true:
  58. drop 3 TNT at skeleton
  59. on death of a enderman:
  60. if {bombers} is true:
  61. drop 3 TNT at enderman
  62. on death of a chicken:
  63. if {bombers} is true:
  64. drop 1 TNT at the chicken
  65. on death of a horse:
  66. if {bombers} is true:
  67. drop 1 TNT at the horse
  68. on death of a slime:
  69. if {bombers} is true:
  70. drop 3 TNT at the slime
  71. on death of a ghast:
  72. if {bombers} is true:
  73. drop 3 TNT at the ghast
  74. on death of a silverfish:
  75. if {bombers} is true:
  76. drop 3 TNT at the silverfish
  77. on death of a blaze:
  78. if {bombers} is true:
  79. drop 4 TNT at the blaze
  80. on death of a wolf:
  81. if {bombers} is true:
  82. drop 1 TNT at the wolf
Advertisement
Add Comment
Please, Sign In to add comment