Advertisement
MarcolaPCc

Titanium Pickaxe.sk

Sep 17th, 2017
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. # ---------------------------------------------- #
  2. # O Skript foi totalmente criado pelo yMarcosMC #
  3. # Versão 2.0 do Skript sendo feita. ;-) #
  4. # ---------------------------------------------- #
  5.  
  6. on script load:
  7. send "&8[PICKTITANIUM] &7Skript criado por yMarcosMC &a[ATIVANDO]" to console
  8. send "&8[PICKTITANIUM] &7Versao 1.1 Do Skript" to console
  9. on script unload:
  10. send "&8[PICKTITANIUM] &7Script criado por yMarcosMC &c[DESATIVANDO]" to console
  11. send "&8[PICKTITANIUM] &7Versao 1.1 Do Skript" to console
  12. command /silktouch2 [<player>]:
  13. aliases: picksilk,st2
  14. trigger:
  15. if player has permission "silk.give":
  16. if arg 1 is set:
  17. if arg 1 is online:
  18. give diamond pickaxe named "&5Picareta De Titanium" with lore "&f* Essa picareta pode quebrar bedrock!" to player
  19. send "&aVocê enviou uma &2Picareta de Titanium &apara &2%arg 1%&a." to player
  20. send "&aVocê recebeu uma &2Picareta de Titanium&a." to arg 1
  21. stop
  22. else:
  23. send "&c&lERRO. &cJogador offline, use /silktouch2 <jogador>."
  24. else:
  25. send "&c&lERRO. &cComando incorreto, use /silktouch2 <jogador>."
  26. else:
  27. send "&c&lERRO. &cSem permissão para usar este comando."
  28. on leftclick on bedrock:
  29. if tool of player is diamond pickaxe named "&5Picareta De Titanium" with lore "&f* Essa picareta pode quebrar bedrock!":
  30. y coord of event-block > 1
  31. damage player's tool by 8
  32. wait 0.5 second
  33. set block to air
  34. drop 1 bedrock
  35. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement