Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. variables:
  2. {cobblex.%player%} = 1
  3. command /cobblex:
  4. permission: cobblex.use
  5. trigger:
  6. player has 576 cobblestone:
  7. remove 576 cobblestone from player
  8. clear {cobblex.%player%}
  9. wait a tick
  10. set {cobblex.%player%} to a random integer from 1 to 3
  11. if {cobblex.%player%} is 1:
  12. send "&aDostales 1 cobblex!"
  13. give a 129 of sharpness 5 named "&2CobbleX" to the player
  14. if {cobblex.%player%} is 2:
  15. send "&aDostales 2 cobblex!"
  16. give 2 129 of sharpness 5 named "&2CobbleX" to the player
  17. if {cobblex.%player%} is 3:
  18. send "&aDostales 3 cobblex!"
  19. give 3 129 of sharpness 5 named "&2CobbleX" to the player
  20. else:
  21. send "&4Blad: &cNie posiadasz 9 stakow cobblestone!."
  22. on rightclick with emerald ore:
  23. if name of player's tool is "&2CobbleX":
  24. chance of 5%:
  25. give 1 diamond sword to player
  26. send "&bOtrzymales miecz!" to player
  27. chance of 0.5%:
  28. give 1 diamond sword of sharpness 6 named "&5Super Miecz" to player
  29. send "&bOtrzymales &5Super Miecz!" to player
  30. chance of 15%:
  31. give 5 golden apple to player
  32. send "&bOtzymales jablka!" to player
  33. chance of 7%:
  34. give 2 enchanted golden apple to player
  35. send "&bOtrzymales koxa!" to player
  36. chance of 1%:
  37. give 1 diamond pickaxe of efficiency 6 named "&5Super Kilof" to player
  38. send "&bOtrzymales Super Kilof!" to player
  39. chance of 6%:
  40. give 32 diamonds to player
  41. send "&BOtrzymales 32 diamenty!" to player
  42. chance of 10%:
  43. give 16 diamonds to player
  44. send "&BOtrzymales 16 diamenty!" to player
  45. chance of 2%:
  46. give 64 diamonds to player
  47. send "&bOtrzymales 64 diamenty!" to player
  48. chance of 5%:
  49. give creeper spawn egg to player
  50. send "&bOtrzymales spawner Creepera!" to player
  51. chance of 5%:
  52. give potion of:8233 to player
  53. send "&BOtrzymales potke silki 2!" to player
  54. chance of 5%:
  55. give potion of:8258 to player
  56. send "&BOtrzymales Potke Speeda!" to player
  57. chance of 10%:
  58. give 16 tnt to player
  59. send "&bOtrzymales 16 TNT!" to player
  60. chance of 7%:
  61. give 32 tnt to player
  62. send "&bOtrzymales 32 TNT!" to player
  63. chance of 3%:
  64. give 64 tnt to player
  65. send "&bOtrzymales 64 TNT!" to player
  66. chance of 1%:
  67. give 1 rotten flesh to player
  68. send "&cNieszczescie ci dopisuje!" to player
  69. chance of 15%:
  70. give 16 nether wart item to player
  71. send "&bOtrzymales 16 Brodawek!" to player
  72. chance of 10%:
  73. give 10 blaze rod to player
  74. send "&bOtrzymales 10 Palek Blaze!" to player
  75. wait 1 tick
  76. remove 1 129 of sharpness 5 named "&2CobbleX" from player
  77. on place:
  78. player is holding emerald ore named "&2CobbleX":
  79. cancel event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement