Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. #==============================#
- 2. #= CutClean Skript By Steqlth =+
- 3. #==============================#
- 4. Change If you want noobs
- 5.
- 6. #==============================#
- 7. -=Commands For CutClean-=
- 8. #==============================#
- 9. command /cutclean <text>:
- 10. description: CutClean Enable:Disable:Toggle
- 11. usage: /cutclean <enable:disable:toggle>
- 12. permission:cutclean.admin
- 13. trigger:
- 14. if arg 1 is "enable":
- 15. set {cutclean} to true
- 16. message "&cCutClean Is Now Enabled"
- 17. if arg 1 is "disable":
- 18. set {cutclean} to false
- 19. message "&cCutClean Is Now Disabled"
- 20. if arg 1 is "toggle":
- if {cutclean} is true:
- set {cutclean} to false
- message "&cCutClean Disabled!"
- stop
- if {cutclean} is false:
- set {cutclean} to true
- message "&cCutClean Enabled!"
- stop
- #===================#
- #= CutClean Mining =#
- #===================#
- on mine of gravel:
- if {cutclean} is true:
- set block to air
- chance of 75%
- drop 1 flint
- cancel the event
- on mine of oak leaves:
- if {cutclean} is true:
- set block to air
- chance of 75%
- drop 1 apple
- cancel the event
- on mine of iron ore:
- if {cutclean} is true:
- set block to air
- drop 1 iron ingot
- cancel the event
- on mine of gold ore:
- if {cutclean} is true:
- set block to air
- drop 1 gold ingot
- cancel the event
- on death of a pig:
- if {cutclean} is true:
- clear drops
- drop 3 cooked porkchop at the pig
- on death of a cow:
- if {cutclean} is true:
- clear drops
- drop 3 steak at the cow
- drop 1 leather at the cow
- on death of a chicken:
- if {cutclean} is true:
- clear drops
- drop 3 cooked chicken at the chicken
- drop 3 feather at the chicken
Advertisement
Add Comment
Please, Sign In to add comment