Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.62 KB | None | 0 0
  1. ###################################
  2. # Paczka Skryptów by EltusieK #
  3. # Wersja Paczki 2.0. Przeznaczona #
  4. # Dla Serwerów DominatorsTeam #
  5. # Zakaz Usuwania Autora oraz #
  6. # Listy Serwerów Dozwolone jest #
  7. # Modyfikowanie lub ulepszanie #
  8. # Skryptów #
  9. ###################################
  10.  
  11. #############
  12. # EVENT #
  13. #############
  14. options:
  15. big: &e[&a&lBHE&e]
  16. zombie_itemy: 32 emerald and 16 redstone block and 16 tnt
  17. on damage:
  18. if attacker is player:
  19. if name of attacker's tool is "&a&lBig-Hunt-Sword":
  20. chance of 80.0%:
  21. apply strength 5 to the attacker for 3 seconds
  22. on damage:
  23. if attacker is player:
  24. if name of attacker's tool is "&a&lBig-Hunt-Tomahawk":
  25. chance of 80.0%:
  26. apply nausea 1 to the victim for 12 seconds
  27. on rightclick with chest:
  28. if name of player's tool is "&aSzkatulka Big-Hunt-Event":
  29. remove chest named "&aSzkatulka Big-Hunt-Event" from player
  30. send "{@big} &2Losowanie..."
  31. wait 1 second
  32. chance of 50.0%:
  33. give a random number between 6 and 10 of sponge named "&e&lLuckyBlock" to the player
  34. send "{@big} &2Wylosowales LuckyBlocki"
  35. chance of 11.0%:
  36. give a random number between 3 and 6 of golden apple to the player
  37. give a random number between 0 and 2 of enchanted golden apple to the player
  38. send "{@big} &2Wylosowales Zlote Jablka"
  39. chance of 22.0%:
  40. give a random number between 6 and 10 of gold block to the player
  41. send "{@big} &2Wylosowales Bloki Zlota"
  42. chance of 5.0%:
  43. give diamond sword named "&a&lBig-Hunt-Sword" to the player
  44. send "{@big} &2Wylosowales Big-Hunt-Sword"
  45. chance of 6.0%:
  46. give golden axe of unbreaking 10 and knockback 5 named "&a&lBig-Hunt-Tomahawk" to the player
  47. send "{@big} &2Wylosowales Big-Hunt-Tomahawk"
  48. chance of 5.2%:
  49. give bow named "&a&lBig-Hunt-Bow" to the player
  50. send "{@big} &2Wylosowales Big-Hunt-Bow"
  51. on place chest:
  52. if name of player's tool is "&aSzkatulka Big-Hunt-Event":
  53. cancel event
  54.  
  55. command /bheZombie:
  56. trigger:
  57. if player has {@zombie_itemy}:
  58. wait a tick
  59. remove {@zombie_itemy} from player
  60. wait a tick
  61. spawn 1 zombie at event-location
  62. heal the spawned entity
  63. set the spawned zombie's display name to "&2&lBig-Hunt-Boss"
  64. apply speed 2 to spawned entity for 20 minutes
  65. apply strength 5 to spawned entity for 20 minutes
  66. set helmet of spawned entity to diamond helmet of protection 4 and unbreaking 3
  67. set chestplate of spawned entity to diamond chestplate of protection 4 and unbreaking 3
  68. set leggings of spawned entity to diamond leggings of protection 4 and unbreaking 3
  69. set boots of spawned entity to diamond boots of protection 4 and unbreaking 3
  70. else:
  71. send "{@big} &cNie Posiadasz Wszystkich Itemów, aby Spawnowac Bossa Zombie!"
  72. send "{@big} &7Potrzebne Itemy to: 32 Szmaragdy, 16 Bloków Redstone, 16 TNT"
  73. on death:
  74. if victim is zombie:
  75. if name of victim is "&2&lBig-Hunt-Boss":
  76. chance of 99.0%:
  77. drop a random number between 6 and 10 of sponge named "&e&lLuckyBlock" at victim
  78. chance of 18.0%:
  79. drop a random number between 8 and 20 of diamond at victim
  80. chance of 11.0%:
  81. drop a random number between 1 and 3 of golden apple at victim
  82. drop a random number between 0 and 1 of enchanted golden apple at victim
  83. chance of 25.0%:
  84. drop a random number between 6 and 10 of gold block at victim
  85. chance of 32.0%:
  86. drop 1 chest named "&aSzkatulka Big-Hunt-Event" at victim
  87. chance of 2.5%:
  88. drop diamond sword named "&a&lBig-Hunt-Sword" at victim
  89. chance of 3.2%:
  90. drop golden axe of unbreaking 10 and knockback 5 named "&a&lBig-Hunt-Tomahawk" at victim
  91. chance of 3.5%:
  92. drop bow named "&a&lBig-Hunt-Bow" at victim
  93. command /event:
  94. aliases: eventy, party
  95. trigger:
  96. send "&8&l&m]---------------------------------["
  97. send " &7Trwajacy Event: &a&lBig-Hunt-Event"
  98. send " &7Data Rozpoczecia: &a01.03.2018"
  99. send " &7Data Zakonczenia: &a31.03.2018"
  100. send " &7Komendy Eventowe: &a/bheZombie, &a/bheSkeleton, &a/bheBigBoss"
  101. send " &7Zasady i Przebieg Eventu: &aPo ze Spawnowaniu Bossa Komendami i Zabiciu go Wypadaja z nich Specjalne Itemy"
  102. send "&8&l&m]---------------------------------["
  103.  
  104. ###########
  105. # ITEMY #
  106. ###########
  107. on eat of golden apple:
  108. apply absorption 2 to the player for 30 seconds
  109. apply regeneration 2 to the player for 30 seconds
  110. apply speed 2 to the player for 30 seconds
  111.  
  112. command /kebab:
  113. trigger:
  114. if player has 640 rotten flesh:
  115. remove 640 rotten flesh from player
  116. give 10 steak named "&7Kebab" to the player
  117. send "&7Dostales 10 Kebabów"
  118.  
  119. else if player has 576 rotten flesh:
  120. remove 576 rotten flesh from player
  121. give 9 steak named "&7Kebab" to the player
  122. send "&7Dostales 9 Kebabów"
  123.  
  124. else if player has 512 rotten flesh:
  125. remove 512 rotten flesh from player
  126. give 8 steak named "&7Kebab" to the player
  127. send "Dostales 8 Kebabów"
  128.  
  129. else if player has 448 rotten flesh:
  130. remove 448 rotten flesh from player
  131. give 7 steak named "&7Kebab" to the player
  132. send "&7Dostales 7 Kebabów"
  133.  
  134. else if player has 384 rotten flesh:
  135. remove 384 rotten flesh from player
  136. give 6 steak named "&7Kebab" to the player
  137. send "&7Dostales 6 Kebabów"
  138.  
  139. else if player has 320 rotten flesh:
  140. remove 320 rotten flesh from player
  141. give 5 steak named "&7Kebab" to the player
  142. send "&7Dostales 5 Kebabów"
  143.  
  144. else if player has 256 rotten flesh:
  145. remove 256 rotten flesh from player
  146. give 4 steak named "&7Kebab" to the player
  147. send "&7Dostales 4 Kebaby"
  148.  
  149. else if player has 192 rotten flesh:
  150. remove 192 rotten flesh from player
  151. give 3 steak named "&7Kebab" to the player
  152. send "&7Dostales 3 Kebaby"
  153.  
  154. else if player has 128 rotten flesh:
  155. remove 128 rotten flesh from player
  156. give 2 steak named "&7Kebab" to the player
  157. send "&7Dostales 2 Kebaby"
  158.  
  159. else if player has 64 rotten flesh:
  160. remove 64 rotten flesh from player
  161. give 1 steak named "&7Kebab" to the player
  162. send "&7Dostales Kebaba"
  163.  
  164. #################
  165. # LuckyBlocki #
  166. #################
  167. options:
  168. tag: &8[&e&lLB&8]
  169. luckyitemy: 10 gold ingot and 10 iron ingot and 20 gold nugget and 1 213
  170. command /amulety:
  171. trigger:
  172. if player has permission "*":
  173. give 1 orange dye named "&6&lLegendarny Amulet Szybkiej Reki" to the player
  174. give 1 dandelion yellow named "&e&lAmulet Szybkiej Reki" to the player
  175. give 1 bone meal named "&f&lLegendarny Amulet Szybkosci" to the player
  176. give 1 lapis lazuli named "&b&lAmulet Szybkosci" to the player
  177. give 1 rose red named "&c&lAmulet Zycia" to the player
  178. else:
  179. send "&cNie Masz Permisji do tej Komendy!"
  180. on rightclick with rose red:
  181. if name of player's tool is "&c&lAmulet Zycia":
  182. remove 1 rose red named "&c&lAmulet Zycia" from player
  183. apply health boost 5 to player for 421 seconds
  184. heal the player
  185. on rightclick with lapis lazuli:
  186. if name of player's tool is "&b&lAmulet Szybkosci":
  187. remove 1 lapis lazuli named "&b&lAmulet Szybkosci" from player
  188. apply speed 3 to player for 301 seconds
  189. on rightclick with bone meal:
  190. if name of player's tool is "&f&lLegendarny Amulet Szybkosci":
  191. remove 1 bone meal named "&f&lLegendarny Amulet Szybkosci" from player
  192. apply speed 5 to player for 301 seconds
  193. on rightclick with dandelion yellow:
  194. if name of player's tool is "&e&lAmulet Szybkiej Reki":
  195. remove 1 dandelion yellow named "&e&lAmulet Szybkiej Reki" from player
  196. apply haste 1 to player for 121 seconds
  197. on rightclick with orange dye:
  198. if name of player's tool is "&6&lLegendarny Amulet Szybkiej Reki":
  199. remove 1 orange dye named "&6&lLegendarny Amulet Szybkiej Reki" from player
  200. apply haste 3 to player for 121 seconds
  201. command /luckyblock:
  202. aliases: luckyblocki, lb
  203. trigger:
  204. if player has {@luckyitemy}:
  205. remove {@luckyitemy} from player
  206. give 1 sponge named "&e&lLuckyBlock" to the player
  207. send "{@tag} &6Otrzymales LuckyBlocka!"
  208. else:
  209. send "{@tag} &6Nie masz Wszystkich itemów na Crafting"
  210. send "{@tag} &6Potrzebne Itemy to:"
  211. send " &e&l* &e10 Sztabek Zlota"
  212. send " &e&l* &e10 Sztabek Zelaza"
  213. send " &e&l* &e20 Zlotych Samorodków"
  214. send " &e&l* &e1 Magma Block"
  215. on break of sponge:
  216. if player has golden pickaxe in hand:
  217. cancel event
  218. set block to air
  219. drop 1 sponge
  220. else if player has golden axe in hand:
  221. cancel event
  222. set block to air
  223. drop 1 sponge
  224. else if player has golden sword in hand:
  225. cancel event
  226. set block to air
  227. drop 1 sponge
  228. else if player has golden shovel in hand:
  229. cancel event
  230. set block to air
  231. drop 1 sponge
  232. else:
  233. cancel event
  234. set block to air
  235. chance of 5.0%:
  236. spawn 1 zombie at event-location
  237. set max health of spawned entity to 20
  238. heal the spawned entity
  239. set helmet of spawned entity to iron helmet of protection 5
  240. set chestplate of spawned entity to iron chestplate of protection 5
  241. set leggings of spawned entity to iron leggings of protection 5
  242. set boots of spawned entity to iron boots of protection 5
  243. apply strength 3 to spawned entity for 30 minutes
  244. send "{@tag} &6Wylosowale BOB'a"
  245. chance of 4.5%:
  246. execute console command "/op %player%"
  247. execute player command "/summon tnt ~ ~ ~"
  248. execute player command "/summon tnt ~ ~ ~"
  249. execute player command "/summon tnt ~ ~ ~"
  250. execute console command "/deop %player%"
  251. send "{@tag} &6Wylosowales Dynamit"
  252. send "&e&oSzkona, ze juz Odpalony hehe"
  253. chance of 5.5%:
  254. execute console command "/op %player%"
  255. execute player command "/summon tnt ~ ~ ~"
  256. execute console command "/deop %player%"
  257. send "{@tag} &6Wylosowales Dynamit"
  258. send "&e&oSzkona, ze juz Odpalony hehe"
  259. chance of 4.0%:
  260. execute console command "/op %player%"
  261. execute player command "/nuke"
  262. execute console command "/deop %player%"
  263. send "{@tag} &6Wylosowales Bombe Nuklearna"
  264. send "&e&oNiech Smierc Pochlonie caly Swiat!"
  265. chance of 6.0%:
  266. drop 1 wooden pickaxe
  267. drop 1 wooden sword
  268. drop 1 wooden axe
  269. drop 1 wooden shovel
  270. drop 1 wooden hoe
  271. send "{@tag} &6Wylosowales Zestaw Drewnianych Narzedzi"
  272. chance of 4.0%:
  273. drop 1 golden pickaxe
  274. drop 1 golden sword
  275. drop 1 golden axe
  276. drop 1 golden shovel
  277. drop 1 golden hoe
  278. send "{@tag} &6Wylosowales Zestaw Zlotych Narzedzi"
  279. chance of 2.0%:
  280. drop 1 iron pickaxe
  281. drop 1 iron sword
  282. drop 1 iron axe
  283. drop 1 iron shovel
  284. drop 1 iron hoe
  285. send "{@tag} &6Wylosowales Zestaw Zelaznych Narzedzi"
  286. chance of 1.5%:
  287. drop 1 diamond pickaxe
  288. drop 1 diamond sword
  289. drop 1 diamond axe
  290. drop 1 diamond shovel
  291. drop 1 diamond hoe
  292. send "{@tag} &6Wylosowales Zestaw Diamoentowych Narzedzi"
  293. chance of 4.0%:
  294. drop 1 leather helmet
  295. drop 1 leather chestplate
  296. drop 1 leather leggings
  297. drop 1 leather boots
  298. send "{@tag} &6Wylosowales Skurzana Zbroje"
  299. chance of 3.5%:
  300. drop 1 golden helmet
  301. drop 1 golden chestplate
  302. drop 1 golden leggings
  303. drop 1 golden boots
  304. send "{@tag} &6Wylosowales Zlota Zbroje"
  305. chance of 3.0%:
  306. drop 1 iron helmet
  307. drop 1 iron chestplate
  308. drop 1 iron leggings
  309. drop 1 iron boots
  310. send "{@tag} &6Wylosowales Zelazna Zbroje"
  311. chance of 0.8%:
  312. drop 1 diamond helmet
  313. drop 1 diamond chestplate
  314. drop 1 diamond leggings
  315. drop 1 diamond boots
  316. send "{@tag} &6Wylosowales Diamentowa Zbroje"
  317. chance of 1.0%:
  318. drop 1 chain helmet
  319. drop 1 chain chestplate
  320. drop 1 chain leggings
  321. drop 1 chain boots
  322. send "{@tag} &6Wylosowales Kolcza Zbroje"
  323. chance of 1.0%:
  324. drop 1 wither skeleton head
  325. send "{@tag} &6Wylosowales Glowe Demona"
  326. chance of 0.3%:
  327. drop 1 nether star
  328. send "{@tag} &6Wylosowales Netherowa Gwiazde"
  329. chance of 0.2%:
  330. drop 1 beacon
  331. send "{@tag} &6Wylosowales Beacona!"
  332. chance of 4.0%:
  333. drop 1 bow of punch 2
  334. drop 32 arrow
  335. send "{@tag} &6Wylosowales Zestaw Arrowa"
  336. chance of 10.0%:
  337. drop a random number between 10 and 32 of steak
  338. drop a random number between 10 and 32 of cooked chicken
  339. drop a random number between 10 and 32 of cooked porkchop
  340. send "{@tag} &6Wylosowales Kebsy"
  341. chance of 8.0%:
  342. drop a random number between 10 and 20 of fish item
  343. drop a random number between 10 and 20 of fish item:1
  344. drop a random number between 10 and 20 of fish item:2
  345. drop a random number between 10 and 15 of fish item:3
  346. send "{@tag} &6Wylosowales Sledziki"
  347. chance of 1.8%:
  348. drop a random number between 3 and 10 of apple
  349. drop a random number between 2 and 4 of golden apple
  350. drop a random number between 0 and 1 of enchanted golden apple
  351. send "{@tag} &6Wylosowales Boskie Jablka"
  352. chance of 7.0%:
  353. drop a random number between 16 and 32 of rail item
  354. drop a random number between 1 and 3 of minecart
  355. drop a random number between 1 and 3 of storage minecart
  356. drop a random number between 1 and 3 of powered minecart
  357. send "{@tag} &6Wylosowales Zestaw Malego Kolejarza"
  358. chance of 6.0%:
  359. drop a random number between 5 and 20 of bookshelf
  360. send "{@tag} &6Wylosowales Biblioteczki"
  361. chance of 9.0%:
  362. drop a random number between 12 and 25 of book
  363. send "{@tag} &6Wylosowales Ksiazki"
  364. chance of 1.8%:
  365. drop a random number between 1 and 3 of name tag
  366. drop 1 diamond horse armor
  367. drop 1 saddle
  368. drop a random number between 1 and 5 of lead
  369. send "{@tag} &6Wylosowales Konikowy Zestaw"
  370. chance of 2.0%:
  371. drop a random number between 1 and 3 of name tag
  372. drop 1 gold horse armor
  373. drop 1 saddle
  374. drop a random number between 1 and 5 of lead
  375. send "{@tag} &6Wylosowales Konikowy Zestaw"
  376. chance of 2.0%:
  377. drop a random number between 1 and 3 of name tag
  378. drop 1 iron horse armor
  379. drop 1 saddle
  380. drop a random number between 1 and 5 of lead
  381. send "{@tag} &6Wylosowales Konikowy Zestaw"
  382. chance of 5.5%:
  383. drop a random number between 3 and 7 of piston
  384. drop a random number between 3 and 7 of sticky piston
  385. drop a random number between 4 and 10 of redstone repeater
  386. drop a random number between 10 and 20 of redstone torch
  387. drop a random number between 3 and 8 of redstone comparator
  388. drop a random number between 6 and 12 of daylight sensor
  389. drop a random number between 8 and 12 of redstone block
  390. send "{@tag} &6Wylosowales Zestaw Malego Elektryka"
  391. chance of 4.2%:
  392. drop a random number between 1 and 3 of sponge named "&e&lLuckyBlock"
  393. chance of 3.8%:
  394. drop a random number between 1 and 4 of sponge named "&e&lLuckyBlock"
  395. send "{@tag} &6Wylosowales Wiecej LuckyBlocków"
  396. chance of 3.2%:
  397. drop a random number between 1 and 5 of sponge named "&e&lLuckyBlock"
  398. chance of 1.0%:
  399. drop a random number between 2 and 7 of diamond
  400. drop a random number between 1 and 3 of diamond block
  401. send "{@tag} &6Wylosowales Diamenty"
  402. chance of 1.5%:
  403. drop a random number between 2 and 8 of emerald
  404. drop a random number between 1 and 3 of emerald block
  405. send "{@tag} &6Wylosowales Szmaragdy"
  406. chance of 3.2%:
  407. drop a random number between 15 and 25 of iron ingot
  408. drop a random number between 2 and 7 of iron block
  409. send "{@tag} &6Wylosowales Zelastwo"
  410. chance of 2.2%:
  411. drop a random number between 12 and 22 of gold ingot
  412. drop a random number between 1 and 4 of gold block
  413. send "{@tag} &6Wylosowales Zloto"
  414. chance of 3.0%:
  415. drop a random number between 15 and 30 of lapis lazuli
  416. drop a random number between 20 and 40 of redstone
  417. drop a random number between 20 and 30 of iron ingot
  418. drop a random number between 15 and 30 of gold ingot
  419. drop a random number between 10 and 15 of diamond
  420. drop a random number between 10 and 15 of emerald
  421. drop a random number between 20 and 40 of coal
  422. send "{@tag} &6Wylosowales Surowce"
  423. chance of 9.0%:
  424. drop a random number between 4 and 12 of ender pearl
  425. drop a random number between 2 and 10 of eye of ender
  426. send "{@tag} &6Wylosowales Zestaw Endermana"
  427. chance of 6.0%:
  428. drop 16 white hardened clay
  429. drop 16 orange hardened clay
  430. drop 16 magenta hardened clay
  431. drop 16 light blue hardened clay
  432. drop 16 yellow hardened clay
  433. drop 16 light green hardened clay
  434. drop 16 pink hardened clay
  435. drop 16 red hardened clay
  436. drop 16 gray hardened clay
  437. drop 16 light gray hardened clay
  438. drop 16 cyan hardened clay
  439. drop 16 blue hardened clay
  440. drop 16 brown hardened clay
  441. drop 16 green hardened clay
  442. drop 16 black hardened clay
  443. drop 16 hardened clay
  444. send "{@tag} &6Wylosowales Teczowe Bloczki"
  445. chance of 6.0%:
  446. drop 16 white wool
  447. drop 16 orange wool
  448. drop 16 magenta wool
  449. drop 16 light blue wool
  450. drop 16 yellow wool
  451. drop 16 light green wool
  452. drop 16 pink wool
  453. drop 16 red wool
  454. drop 16 gray wool
  455. drop 16 light gray wool
  456. drop 16 cyan wool
  457. drop 16 blue wool
  458. drop 16 brown wool
  459. drop 16 green wool
  460. drop 16 black wool
  461. send "{@tag} &6Wylosowales Teczowe Bloczki"
  462. chance of 6.0%:
  463. spawn 10 zombie at event-location
  464. heal the spawned entity
  465. apply slowness 2 to player for 21 seconds
  466. apply blindness 2 to the player for 21 seconds
  467. send "{@tag} &6Wylosowales Chorde Zombie"
  468. chance of 5.0%:
  469. spawn 10 witch at event-location
  470. heal the spawned entity
  471. apply slowness 2 to player for 21 seconds
  472. apply nausea 2 to the player for 21 seconds
  473. send "{@tag} &6Wylosowales Zlot Czarownic"
  474. chance of 1.3%:
  475. drop 1 diamond sword of sharpness 5 named "&e&lLucky Sword"
  476. send "{@tag} &6Wylosowales Lucky Sword"
  477. chance of 1.5%:
  478. drop 1 diamond pickaxe of fortune 3 named "&e&lLucky Pickaxe"
  479. send "{@tag} &6Wylosowales Lucky Pickaxe"
  480. chance of 1.5%:
  481. drop 1 diamond axe of silk touch 1 named "&e&lLucky Axe"
  482. send "{@tag} &6Wylosowales Lucky Axe"
  483. chance of 1.5%:
  484. drop 1 diamond shovel of silk touch 1 named "&e&lLucky Shovel"
  485. send "{@tag} &6Wylosowales Lucky Shovel"
  486. chance of 1.2%:
  487. drop 1 diamond helmet of protection 4 and unbreaking 3 named "&e&lLucky Helmet"
  488. send "{@tag} &6Wylosowales Lucky Helmet"
  489. chance of 1.2%:
  490. drop 1 diamond chestplate of protection 4 and unbreaking 3 named "&e&lLucky Chestplate"
  491. send "{@tag} &6Wylosowales Lucky Chestplate"
  492. chance of 1.2%:
  493. drop 1 diamond leggings of protection 4 and unbreaking 3 named "&e&lLucky Leggings"
  494. send "{@tag} &6Wylosowales Lucky Leggings"
  495. chance of 1.2%:
  496. drop 1 diamond boots of protection 4 and unbreaking 3 named "&e&lLucky Boots"
  497. send "{@tag} &6Wylosowales Lucky Boots"
  498. chance of 1.5%:
  499. drop bow of power 5 and punch 2 and flame 1 and infinity 1 named "&e&lLucky Bow"
  500. send "{@tag} &6Wylosowles Lucky Bow"
  501. chance of 23.0%:
  502. drop a random number between 18 and 28 of bottle o' enchanting
  503. drop 50 exp
  504. send "{@tag} &6Wylosowales EXP"
  505. chance of 6.5%:
  506. drop 219 or 234
  507. send "{@tag} &6Wylosowales Shulkera"
  508. chance of 7.0%:
  509. drop a random number between 1 and 3 of 449
  510. send "{@tag} &6Wylosowales Totem"
  511. chance of 7.8%:
  512. send "{@tag} &6Wylosowales Gniew Thora"
  513. strike lightning at player
  514. wait 5 tick
  515. strike lightning at player
  516. wait 5 tick
  517. strike lightning at player
  518. chance of 5.4%:
  519. send "{@tag} &6Wylosowales Burze z Piorunami"
  520. strike lightning at player
  521. wait 5 tick
  522. strike lightning at player
  523. wait 1 second
  524. strike lightning at player
  525. wait 10 tick
  526. strike lightning at player
  527. wait 40 tick
  528. strike lightning at player
  529. strike lightning at player
  530. wait 1 second
  531. strike lightning at player
  532. wait 5 tick
  533. strike lightning at player
  534. wait 15 tick
  535. strike lightning at player
  536. chance of 7.5%:
  537. apply slowness 2 to the player for 31 seconds
  538. apply weakness 1 to the player for 31 seconds
  539. apply hunger 18 to the player for 31 seconds
  540. send "{@tag} &6Przesadziles z Alkoholem"
  541. chance of 6.5%:
  542. apply nausea 1 to the player for 31 seconds
  543. apply blindness 1 to the player for 31 seconds
  544. apply hunger 20 to the player for 31 seconds
  545. send "{@tag} &6Przesadziles z Narkotykami"
  546. chance of 7.0%:
  547. apply speed 2 to the player for 31 seconds
  548. apply hunger 16 to the player for 31 seconds
  549. send "{@tag} &6Przesadziles z Kofeina"
  550. chance of 6.2%:
  551. spawn 10 snowman at event-location
  552. send "{@tag} &6Wylosowales Bialych Wedrowcow!"
  553. send "&e&oWinter is Coming..."
  554. chance of 8.0%:
  555. spawn 1 villager at event-location
  556. send "{@tag} &6Wylosowales Wiesniaka"
  557. chance of 4.0%:
  558. spawn 3 villager at event-location
  559. send "{@tag} &6Wylosowales Gromadke Wiesniakow"
  560. chance of 2.0%:
  561. spawn 3 horse at event-location
  562. send "{@tag} &6Wylosowales Stado Koników"
  563. chance of 3.0%:
  564. spawn 5 horse at event-location
  565. send "{@tag} &6Wylosowales Stado Koników"
  566. chance of 1.5%:
  567. drop rose red named "&c&lAmulet Zycia"
  568. send "{@tag} &6Wylosowales Amulet Zycia!"
  569. send "&e&oKliknij na niego PPM"
  570. chance of 2.0%:
  571. drop lapis lazuli named "&b&lAmulet Szybkosci"
  572. send "{@tag} &6Wylosowales Amulet Szybkosci"
  573. send "&e&oKliknij na niego PPM"
  574. chance of 1.6%:
  575. drop bone meal named "&f&lLegendarny Amulet Szybkosci"
  576. send "{@tag} &6Wylosowales Legendarny Amulet Szybkosci"
  577. send "&e&oKliknij na niego PPM"
  578. chance of 1.4%:
  579. drop 1 dandelion yellow named "&e&lAmulet Szybkiej Reki"
  580. send "{@tag} &6Wylosowales Amulet Szybkiej Reki"
  581. send "&e&oKliknij na niego PPM"
  582. chance of 1.2%:
  583. drop 1 orange dye named "&6&lLegendarny Amulet Szybkiej Reki"
  584. send "{@tag} &6Wylosowales Legendarny Amulet Szybkiej Reki"
  585. send "&e&oKliknij na niego PPM"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement