Advertisement
Guest User

Drop i Turbo Drop by Dadudze

a guest
Jun 1st, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. #####################################################################
  2. # autor: Dadududze #
  3. # Zezwalam na: zmiane słowa z VillagerSV na nazwe swojego serwera #
  4. # i zmiane szansy na drop #
  5. # wersja: 0.2 #
  6. #####################################################################
  7. command /turbodrop [<text>]:
  8. permission: turbo.drop
  9. permission message: &7Nie posiadasz uprawnien!
  10. trigger:
  11. set {turbo.drop} to 1
  12. send "&4&lUWAGA!!! &b&lTurboDrop Zostal Aktywowany na %arg 1% sekund!"
  13. set {czas.turbodrop} to "%arg-1% seconds" parsed as timespan
  14. wait {czas.turbodrop}
  15. set {turbo.drop} to 0
  16. send "&4&lUWAGA!!! &b&lTurboDrop Zostal Zdezaktywowany" to all players
  17. on mine of stone:
  18. add 1 to {wykopany.stone.%player%}
  19. if {turbo.drop} is 0:
  20. chance of 50.0%:
  21. send "&4[VillagerSV]&bZdobles Diament!!!." to player
  22. give diamond to player
  23. chance of 70.0%:
  24. send "&4[VillagerSV]&fZdobyles Zelazo!!!!!." to player
  25. give iron ingot to player
  26. chance of 50.0%:
  27. send "&4[VillagerSV]&9Zdobyles Odsydian!!!!!." to player
  28. give obsidian to player
  29. chance of 25.0%:
  30. send "&4[VillagerSV]&2Zdobyles Biblioteczke!!!!!." to player
  31. give bookshelf to player
  32. chance of 80.0%:
  33. send "&4[VillagerSV]&4Zdobyles Redstone!!." to player
  34. give redstone to player
  35. chance of 50.0%:
  36. send "&4[VillagerSV]&0Zdobyles Wegiel!." to player
  37. give coal to player
  38. chance of 5.0%:
  39. send "&4[VillagerSV]&6Zdobyles Zloto!!!!." to player
  40. give gold ingot to player
  41. chance of 0.1%:
  42. send "&4[VillagerSV]&aZdobyles &lEMERALDA!!!!!."
  43. give emerald to player
  44. if {turbo.drop} is 1:
  45. chance of 100.0%:
  46. send "&4[&b&lTurbodrop&f&4][&a&lVillagerSV&f&4]&bZdobles Diament!!!." to player
  47. give diamond to player
  48. chance of 100.0%:
  49. send "&4[&b&lTurbodrop&f&4][&a&lVillagerSV&f&4]&fZdobyles Zelazo!!!!!." to player
  50. give iron ingot to player
  51. chance of 100.0%:
  52. send "&4[&b&lTurbodrop&f&4][&a&lVillagerSV&f&4]&9Zdobyles Odsydian!!!!!." to player
  53. give obsidian to player
  54. chance of 100.0%:
  55. send "&4[&b&lTurbodrop&f&4][&a&lVillagerSV&f&4]&2Zdobyles Biblioteczke!!!!!." to player
  56. give bookshelf to player
  57. chance of 100.0%:
  58. send "&4[&b&lTurbodrop&f&4][&a&lVillagerSV&f&4]&4Zdobyles Redstone!!." to player
  59. give redstone to player
  60. chance of 100.0%:
  61. send "&4[&b&lTurbodrop&f&4][&a&lVillagerSV&f&4]&0Zdobyles Wegiel!." to player
  62. give coal to player
  63. chance of 20.0%:
  64. send "&4[&b&lTurbodrop&f&4][&a&lVillagerSV&f&4]&6Zdobyles Zloto!!!!." to player
  65. give gold ingot to player
  66. chance of 1.0%:
  67. send "&4[&b&lTurbodrop&f&4][&a&lVillagerSV&f&4]&aZdobyles &lEMERALDA!!!!!."
  68. give emerald to player
  69. command /sprawdzstone [<player>]:
  70. permission: sprawdzanie.stone
  71. trigger:
  72. send "&a&l%arg 1% wykopal &4&l%{wykopany.stone.%arg 1%}% &a&lstone" to player
  73. command /drop:
  74. trigger:
  75. open chest with 4 rows named "&4&lDrop ze stone" to player
  76. format slot 4 of player with 1 of book named "&6&lDrop ze stone" to be unstealable
  77. format slot 10 of player with 1 of diamond named "&b&lDiament" with lore "&6Szansa - 50" to be unstealable
  78. format slot 11 of player with 1 of iron ingot named "&lZelazo" with lore "&6Szansa - 70" to be unstealable
  79. format slot 12 of player with 1 of redstone named "&4&lRedstone" with lore "&6Szansa - 80" to be unstealable
  80. format slot 13 of player with 1 of gold ingot named "&6&lZloto" with lore "&6Szansa - 5" to be unstealable
  81. format slot 14 of player with 1 of emerald named "&a&lEmerald" with lore "&6Szansa - 0.1" to be unstealable
  82. format slot 15 of player with 1 of obsidian named "&5&lobisyian" with lore "&6Szansa - 50" to be unstealable
  83. format slot 16 of player with 1 of booshalf named "&e&lBiblioteczka" with lore "&6Szansa - 25" to be unstealable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement