Guest User

Untitled

a guest
Mar 19th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. on craft diamond pickaxe:
  2. if player doesn't have permission "crafting.278":
  3. cancel event
  4. send "&cNie mozesz tego zrobic!"
  5. else:
  6. stop
  7.  
  8. on craft diamond sword:
  9. if player doesn't have permission "crafting.278":
  10. cancel event
  11. send "&cNie mozesz tego zrobic!"
  12. else:
  13. stop
  14.  
  15. on death of zombie:
  16. attacker is player
  17. chance of 5%
  18. drop diamond sword
  19. send "&bBrawo! Otrzymales &6diamentowy miecz&b!" to the player
Advertisement
Add Comment
Please, Sign In to add comment