Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. # McToxic Skript Pack
  2. # ######################
  3. options: # #############
  4. # ######################
  5.  
  6. Item: diamond sword
  7. nume: .
  8. lore: .
  9.  
  10. # " Lore: . " inseamna ca nu va avea lore. La fel si pentru nume
  11.  
  12. on death of player:
  13. {@nume} is ".":
  14. {@lore} is ".":
  15. give 1 {@Item} to attacker
  16. else:
  17. give 1 {@Item} with lore "{@lore} to attacker
  18. {@nume} isn't ".":
  19. {@lore} is ".":
  20. give 1 {@Item} named "{@nume}" to attacker
  21. else:
  22. give 1 {@Item} named "{@nume}" with lore "{@lore}" to attacker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement