Steqlth

Steqlth CC Skript V7

Aug 14th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 1. #==============================#
  2. 2. #= CutClean Skript By Steqlth =#
  3. 3. #==============================#
  4. 4.
  5. 5.
  6. 6. #==============================#
  7. 7. #Commands For CutClean-=#
  8. 8. #==============================#
  9. 9. command /cutclean <text>:
  10. 10. description: CutClean Enable:Disable:Toggle
  11. 11. usage: /cutclean <enable:disable:toggle>
  12. 12. permission:cutclean.admin
  13. 13. trigger:
  14. 14. if arg 1 is "enable":
  15. 15. set {cutclean} to true
  16. 16. message "&cCutClean Is Now Enabled"
  17. 17. if arg 1 is "disable":
  18. 18. set {cutclean} to false
  19. 19. message "&cCutClean Is Now Disabled"
  20. 20. if arg 1 is "toggle":
  21. if {cutclean} is true:
  22. set {cutclean} to false
  23. message "&cCutClean Disabled!"
  24. stop
  25. if {cutclean} is false:
  26. set {cutclean} to true
  27. message "&cCutClean Enabled!"
  28. stop
  29. #===================#
  30. #= CutClean Mining =#
  31. #===================#
  32. on mine of gravel:
  33. if {cutclean} is true:
  34. set block to air
  35. chance of 75%
  36. drop 1 flint
  37. cancel the event
  38.  
  39. on mine of oak leaves:
  40. if {cutclean} is true:
  41. set block to air
  42. chance of 5%
  43. drop 1 apple
  44. cancel the event
  45.  
  46. on mine of iron ore:
  47. if {cutclean} is true:
  48. set block to air
  49. drop 1 iron ingot
  50. cancel the event
  51.  
  52. on mine of gold ore:
  53. if {cutclean} is true:
  54. set block to air
  55. drop 1 gold ingot
  56. cancel the event
  57.  
  58. on death of a pig:
  59. if {cutclean} is true:
  60. clear drops
  61. drop 3 cooked porkchop at the pig
  62.  
  63. on death of a cow:
  64. if {cutclean} is true:
  65. clear drops
  66. drop 3 steak at the cow
  67. drop 1 leather at the cow
  68.  
  69. on death of a chicken:
  70. if {cutclean} is true:
  71. clear drops
  72. drop 3 cooked chicken at the chicken
  73. drop 3 feather at the chicken
  74. #==========================#
  75. #= XP Bottle Skript [1.0] =#
  76. #= Coded By: Steqlth =#
  77. #==========================#
  78. #Alter anything you would like
  79.  
  80. #======================#
  81. #= XP Bottle Commands =#
  82. #======================#
  83. command /xpbottle <text>:
  84. description: XPBottle Enable:Disable:Toggle
  85. usage: /xpbottle <enable:disable:toggle>
  86. permission: host.xpbottle
  87. trigger:
  88. if arg 1 is "enable":
  89. set {xpbottle} to true
  90. message "<&b>XPBottles are now enabled!"
  91. if arg 1 is "disable"
  92. set {cutclean} to false
  93. message "<&c>XPBottles are now disabled!"
  94. #====================#
  95. #= XP Bottle Mining =#
  96. #====================#
  97. on mine of gold ore:
  98. if {xpbottles} is true:
  99. set block to air
  100. drop 1 gold ingot
  101. drop 2 bottle o' enchanting
  102.  
  103. on mine of iron ore:
  104. if {xpbottles} is true:
  105. set block to air
  106. drop 1 iron ingot
  107. drop 1 bottle o' enchanting
  108.  
  109. on mine of diamond ore:
  110. if {xpbottles} is true:
  111. set block to air
  112. drop 1 diamond
  113. drop 3 bottle o' enchanting
Advertisement
Add Comment
Please, Sign In to add comment