Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #(Almost) Everything But Clean - Original Skripting by Camaro6460 - Edited by Ilom
- options:
- P: [&2EverythingButClean&r]
- command /everythingbutclean [<text=toggle>]:
- aliases: /everyclean, /ebc
- permission: skript.op
- trigger:
- if arg-1 is "on" or "enable":
- set {everyclean} to true
- message "{@P} &aEverything But Clean &7has been &aenabled&7!"
- else if arg-1 is "off" or "disable":
- delete {everyclean}
- message "{@P} &aEverything But Clean &7has been &cdisabled&7!"
- else if arg-1 is "toggle":
- if {everyclean} is set:
- delete {everyclean}
- message "{@P} &aEverything But Clean &7has been &cdisabled&7!"
- else:
- set {everyclean} to true
- message "{@P} &aEverything But Clean &7has been &aenabled&7!"
- else:
- message "{@P} &a/everyclean &r<&aon&r:&coff&r:&7toggle&r>"
- on break:
- {everyclean} is set
- if event-block is stone:
- chance of 50%
- set the event-block to air
- cancel event
- drop 1 stone brick at event-block
- player's tool is a pickaxe
- damage tool of player by 1
- if event-block is grass block:
- {everyclean} is set
- set the event-block to air
- cancel event
- drop 1 grass block at event-block
- player's tool is a shovel
- damage tool of player by 1
- if event-block is lapis lazuli ore:
- {everyclean} is set
- set the event-block to air
- cancel event
- drop 1 lapis lazuli ore at event-block
- player's tool is a pickaxe
- damage tool of player by 1
- if event-block is redstone ore:
- {everyclean} is set
- set the event-block to air
- cancel event
- drop 1 redstone ore at event-block
- player's tool is a pickaxe
- damage tool of player by 1
- if event-block is emerald ore:
- {everyclean} is set
- set the event-block to air
- cancel event
- drop 1 emerald ore at event-block
- player's tool is a pickaxe
- damage tool of player by 1
- if event-block is diamond ore:
- {everyclean} is set
- set the event-block to air
- cancel event
- drop 1 diamond ore at event-block
- player's tool is a pickaxe
- damage tool of player by 1
- if event-block is nether quartz ore:
- {everyclean} is set
- set the event-block to air
- cancel event
- drop 1 nether quartz ore at event-block
- player's tool is a pickaxe
- damage tool of player by 1
- if event-block is grass:
- {everyclean} is set
- chance of 15%
- set the event-block to air
- cancel event
- drop 1 wheat at event-block
- on death:
- {everyclean} is set
- if victim is a spider:
- chance of 75%
- remove all spider eyes from the drops
- chance of 25%
- drop 1 fermented spider eye at victim
- if victim is a cave spider:
- chance of 75%
- remove all spider eyes from the drops
- chance of 25%
- drop 1 fermented spider eye at victim
- if victim is a skeleton:
- remove all bones from the drops
- drop 1 bone meal at victim
- if victim is a zombie:
- chance of 10%
- drop 1 carrot at victim
- if victim is an enderman:
- chance of 50%
- remove all ender pearls from the drops
- chance of 50%
- drop 1 eye of ender at victim
- if victim is a creeper:
- chance of 50%:
- remove all gunpowder from the drops
- chance of 50%
- drop 1 tnt at victim
- if victim is a chicken:
- chance of 15%
- remove all raw chicken from the drops
- if victim is a cow:
- chance of 15%
- remove all raw beef from the drops
- if victim is a pig:
- chance of 15%
- remove all raw pork from the drops
Advertisement
Add Comment
Please, Sign In to add comment