Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. options:
  2. diamenty: 2.5
  3. zloto: 2.5
  4. zelazo: 6
  5. emerady: 0.25
  6. obsydian: 6
  7. wungiel: 8
  8. gunpowder: 0.85
  9. jablko: 4
  10. piasek: 4
  11. perelka: 0.05
  12. book: 1.9
  13. Mnoznik: 1
  14.  
  15. on mine of stone:
  16. chance of {@diamenty}%:
  17. give {@Mnoznik} diamond to player
  18. create timed bar with text "&7Gratulacie trafiles na: &b&lDiament! &7[ x{@Mnoznik} ]" to player for 2 seconds
  19.  
  20. chance of {@zloto}%:
  21. give {@Mnoznik} gold ingot to player
  22. create timed bar with text "&7Gratulacie trafiles na: &e&lZloto! &7[ x{@Mnoznik} ]" to player for 2 seconds
  23.  
  24. chance of {@zelazo}%:
  25. give {@Mnoznik} iron ingot to player
  26. create timed bar with text "&7Gratulacie trafiles na: &f&lZelazo ;)&7[ x{@Mnoznik} ]" to player for 2 seconds
  27.  
  28. chance of {@emerady}%:
  29. give {@Mnoznik} emerald to player
  30. create timed bar with text "&7Gratulacie trafiles na: &a&lEmeralda ! &7[ x{@Mnoznik} ]" to player for 2 seconds
  31.  
  32. chance of {@obsydian}%:
  33. give {@Mnoznik} obsidian to player
  34. create timed bar with text "&7Gratulacie trafiles na: &1&lObsydian ! &7[ x{@Mnoznik} ]" to player for 2 seconds
  35.  
  36. chance of {@wungiel}%:
  37. give {@Mnoznik} coal to player
  38. create timed bar with text "&7Gratulacie trafiles na: &0&lwegiel ! &7[ x{@Mnoznik} ]" to player for 2 seconds
  39.  
  40. chance of {@gunpowder}%:
  41. give {@Mnoznik} gunpowder to player
  42. create timed bar with text "&7Gratulacie trafiles na: &6&lgunpowder ! &7[ x{@Mnoznik} ]" to player for 2 seconds
  43.  
  44. chance of {@jablko}%:
  45. give {@Mnoznik} apple to player
  46. create timed bar with text "&7Gratulacie trafiles na: &4&lJablko ! &7[ x{@Mnoznik} ]" to player for 2 seconds
  47.  
  48. chance of {@piasek}%:
  49. give {@Mnoznik} sand to player
  50. create timed bar with text "&7Gratulacie trafiles na: &e&lPiasek ! &7[ x{@Mnoznik} ]" to player for 2 seconds
  51.  
  52. chance of {@perelka}%:
  53. give {@Mnoznik} ender pearl to player
  54. create timed bar with text "&7Gratulacie trafiles na: &c&lPerelke ! &7[ x{@Mnoznik} ]" to player for 2 seconds
  55.  
  56. chance of {@book}%:
  57. give {@Mnoznik} Book to player
  58. create timed bar with text "&7Gratulacie trafiles na: &9&lbook ! &7[ x{@Mnoznik} ]" to player for 2 seconds
  59. #
  60. #
  61.  
  62. command /drop:
  63. trigger:
  64. open chest with 4 rows named "&7Drop Uzytkownika: &6%player%" to player
  65. wait 2 ticks
  66. format slot 0 of player with 1 of diamond named "&e&lDiamenty" with lore "&7Procent {@diamenty}" to close
  67. format slot 1 of player with 1 of gold ingot named "&e&lZloto" with lore "&7Procent {@zloto}" to close
  68. format slot 2 of player with 1 of Iron Ingot named "&e&lzelazo" with lore "&7Procent {@zelazo}" to close
  69. format slot 3 of player with 1 of emerald named "&e&lEmerald" with lore "&7Procent {@emerady}" to close
  70. format slot 4 of player with 1 of obsidian named "&e&lObsydian" with lore "&7Procent {@obsydian}" to close
  71. format slot 5 of player with 1 of coal named "&e&lWungiel" with lore "&7Procent {@wungiel}" to close
  72. format slot 6 of player with 1 of gunpowder named "&e&lPorszek" with lore "&7Procent {@gunpowder}" to close
  73. format slot 7 of player with 1 of apple named "&e&lapple" with lore "&7Procent {@jablko}" to close
  74. format slot 8 of player with 1 of sand named "&e&lPiasek" with lore "&7Procent {@piasek}" to close
  75. format slot 9 of player with 1 of ender pearl named "&e&lPerelka" with lore "&7Procent {@perelka}" to close
  76. format slot 10 of player with 1 of Book named "&e&lksiazka" with lore "&7Procent {@book}." to close
  77. format slot 22 of player with {@Mnoznik} of Bedrock named "&c&l>> Drop x&b{@Mnoznik}" with lore "&7Ilosc wypadanych itemow" to close
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement