Advertisement
Guest User

Luckyblocks.sk

a guest
Jul 21st, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. ###########################################################################################################################################
  2. #
  3. #
  4. # S K R I P T A N F AN G !
  5. # Editiere mich nur bei eigener gefahr! !
  6. #
  7. ###########################################################################################################################################
  8.  
  9. on break of sponge:
  10. cancel event
  11. set event-block to air
  12. set {luckyblock.%player%} to a random integer between 1 and 30
  13. if {luckyblock.%player%} is 1:
  14. give a gold sword of sharpness 5 named "&e&lFlam's Klinge" to the player
  15. send "&6&lLucky&e&lBlock &a- &7Du hast &e&lFlam's Klinge gewonnen!" to player
  16. stop
  17. if {luckyblock.%player%} is 2:
  18. give a bow of power 5 named "&e&lFlam's Bogen" to the player
  19. send "&6&lLucky&e&lBlock &a- &7Du hast &4&lFlam's Bogen &7gezogen! !" to player
  20. stop
  21. if {luckyblock.%player%} is 3:
  22. spawn 10 sheep at the event-block
  23. send "&6&lLucky&e&lBlock &a- &7Du hast &e&l&lx10 Schafe &7gewonnen!" to player
  24. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement