Advertisement
Guest User

Untitled

a guest
Aug 5th, 2021
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.26 KB | None | 0 0
  1. BowSwitch:
  2. Conditions:
  3. - targetnotwithin 10 true
  4. - entitytype{t=ENDERMAN} false
  5. Skills:
  6. - equip{item=VillagerBow:0} @self
  7. - setstance{stance=BowMode} @self
  8.  
  9. BowShoot: #Main skill
  10. Conditions:
  11. - targetinlineofsight{} true
  12. - stance{s=BowMode} true
  13. - targetnotwithin 10 true
  14. - holding{m=BOW} true
  15. - entitytype{t=ENDERMAN} false
  16. Skills:
  17. - skill{s=RandomArrowShoots}
  18. - effect:sound{s=entity.arrow.shoot;v=1.5;p=1}
  19.  
  20. RandomArrowEffect:
  21. Skills:
  22. - randomskill{
  23. skills=
  24. SlownessArrow,
  25. UnluckArrow,
  26. WeaknessArrow,
  27. SlownessArrow,
  28. HarmingArrow,
  29. UnluckArrow,
  30. HarmingArrow,
  31. PoisonArrow,
  32. UnluckArrow,
  33. PoisonArrow,
  34. } 0.9
  35. - randomskill{
  36. skills=
  37. PunchIArrow,
  38. PunchIIArrow
  39. } 0.7
  40. RandomArrowShoots:
  41. Skills:
  42. - randomskill{
  43. skills=
  44. ArrowShoot,
  45. IIIConsecutiveArrowShoot,
  46. ArrowShoot,
  47. IIConsecutiveArrowShoot,
  48. ArrowShoot,
  49. ArrowShoot,
  50. IIConsecutiveArrowShoot
  51. }
  52. ArrowShoot:
  53. Skills:
  54. - shoot{type=ARROW;velocity=1;d=6;oh=RandomArrowEffect} @Target
  55. - effect:sound{s=entity.arrow.shoot;v=1.5;p=1}
  56. IIIConsecutiveArrowShoot:
  57. Skills:
  58. - shoot{type=ARROW;velocity=1;d=6;oh=RandomArrowEffect} @Target
  59. - effect:sound{s=entity.arrow.shoot;v=1.5;p=1}
  60. - delay 3
  61. - shoot{type=ARROW;velocity=1;d=6;oh=RandomArrowEffect} @Target
  62. - effect:sound{s=entity.arrow.shoot;v=1.5;p=1}
  63. - delay 3
  64. - shoot{type=ARROW;velocity=1;d=6;oh=RandomArrowEffect} @Target
  65. - effect:sound{s=entity.arrow.shoot;v=1.5;p=1}
  66. IIConsecutiveArrowShoot:
  67. Skills:
  68. - shoot{type=ARROW;velocity=1;d=6;oh=RandomArrowEffect} @Target
  69. - effect:sound{s=entity.arrow.shoot;v=1.5;p=1}
  70. - delay 3
  71. - shoot{type=ARROW;velocity=1;d=6;oh=RandomArrowEffect} @Target
  72. - effect:sound{s=entity.arrow.shoot;v=1.5;p=1}
  73. PunchIArrow:
  74. Skills:
  75. - throw{velocity=8}
  76. PunchIIArrow:
  77. Skills:
  78. - throw{velocity=10}
  79. SlownessArrow:
  80. Skills:
  81. - potion{t=SLOW;d=20;l=1}
  82. WeaknessArrow:
  83. Skills:
  84. - potion{t=WEAKNESS;d=40;l=0}
  85. HarmingArrow:
  86. Skills:
  87. - potion{t=HARM;d=10;l=0}
  88. PoisonArrow:
  89. Skills:
  90. - potion{t=POISON;d=40;l=1}
  91. UnluckArrow:
  92. Skills:
  93. - potion{t=UNLUCK;d=60}
  94. ####################################################################################################
  95. GrapplingHookUse1: #For blue villager knights
  96. Conditions:
  97. - health{a=<8} false
  98. - targetwithin 7 false
  99. - targetwithin 20 true
  100. - holding{m=ENDER_PEARL} false
  101. - holding{m=IRON_BLOCK} false
  102. - targetinlineofsight{} true
  103. Skills:
  104. - equip{item=fishing_rod:5} @self
  105. - delay 5
  106. - effect:sound{s=entity.fishing_bobber.throw;v=1.5;p=0.1}
  107. - delay 10
  108. - effect:sound{s=entity.sheep.shear;v=1;p=1}
  109. - delay 10
  110. - effect:sound{s=entity.fishing_bobber.retrieve;v=1.5;p=0.5}
  111. - look{headOnly=true} @Target
  112. - skill{s=RandomGrapplingHookUse} 0.73
  113. - delay 35
  114. - equip{item=air:5} @self
  115. GrapplingHookUse2: #For green villager knights
  116. Conditions:
  117. - health{a=<8} false
  118. - targetwithin 7 false
  119. - targetwithin 20 true
  120. - holding{m=ENDER_PEARL} false
  121. - holding{m=IRON_BLOCK} false
  122. - targetinlineofsight{} true
  123. Skills:
  124. - equip{item=fishing_rod:5} @self
  125. - delay 5
  126. - effect:sound{s=entity.fishing_bobber.throw;v=1.5;p=0.1}
  127. - delay 10
  128. - effect:sound{s=entity.sheep.shear;v=1;p=1}
  129. - delay 10
  130. - effect:sound{s=entity.fishing_bobber.retrieve;v=1.5;p=0.5}
  131. - look{headOnly=true} @Target
  132. - skill{s=RandomGrapplingHookUse} 0.78
  133. - delay 35
  134. - equip{item=air:5} @self
  135. GrapplingHookUse3: #For red villager knights
  136. Conditions:
  137. - targetwithin 7 false
  138. - targetwithin 20 true
  139. - holding{m=ENDER_PEARL} false
  140. - holding{m=IRON_BLOCK} false
  141. - targetinlineofsight{} true
  142. Skills:
  143. - equip{item=fishing_rod:5} @self
  144. - delay 5
  145. - effect:sound{s=entity.fishing_bobber.throw;v=1.5;p=0.1}
  146. - delay 10
  147. - effect:sound{s=entity.sheep.shear;v=1;p=1}
  148. - delay 10
  149. - effect:sound{s=entity.fishing_bobber.retrieve;v=1.5;p=0.5}
  150. - look{headOnly=true} @Target
  151. - skill{s=RandomGrapplingHookUse} 0.81
  152. - delay 35
  153. - equip{item=air:5} @self
  154. GrapplingHookUse4: #For purple villager knights
  155. Conditions:
  156. - targetwithin 7 false
  157. - targetwithin 20 true
  158. - holding{m=ENDER_PEARL} false
  159. - holding{m=IRON_BLOCK} false
  160. - targetinlineofsight{} true
  161. Skills:
  162. - equip{item=fishing_rod:5} @self
  163. - delay 5
  164. - effect:sound{s=entity.fishing_bobber.throw;v=1.5;p=0.1}
  165. - delay 10
  166. - effect:sound{s=entity.sheep.shear;v=1;p=1}
  167. - delay 10
  168. - effect:sound{s=entity.fishing_bobber.retrieve;v=1.5;p=0.5}
  169. - look{headOnly=true} @Target
  170. - skill{s=RandomGrapplingHookUse} 0.9
  171. - delay 35
  172. - equip{item=air:5} @self
  173.  
  174. GrapplingHookUse5: #For unknown
  175. Conditions:
  176. - targetwithin 7 false
  177. - targetwithin 20 true
  178. - holding{m=ENDER_PEARL} false
  179. - holding{m=IRON_BLOCK} false
  180. - targetinlineofsight{} true
  181. Skills:
  182. - equip{item=fishing_rod:5} @self
  183. - delay 5
  184. - effect:sound{s=entity.fishing_bobber.throw;v=1.5;p=0.1}
  185. - delay 10
  186. - effect:sound{s=entity.sheep.shear;v=1;p=1}
  187. - delay 10
  188. - effect:sound{s=entity.fishing_bobber.retrieve;v=1.5;p=0.5}
  189. - look{headOnly=true} @Target
  190. - skill{s=RandomGrapplingHookUse2}
  191. - delay 35
  192. - equip{item=air:5} @self
  193. RandomGrapplingHookUse:
  194. Skills:
  195. - randomskill{
  196. skills=
  197. RandomGrapplingHookLeap,
  198. RandomGrapplingHookPull,
  199. RandomGrapplingHookLeap,
  200. } @Target
  201. RandomGrapplingHookLeap:
  202. Skills:
  203. - randomskill{
  204. skills=
  205. GrapplingHookLeapI,
  206. GrapplingHookLeapII,
  207. GrapplingHookLeapI,
  208. GrapplingHookLeapII,
  209. GrapplingHookLeapI,
  210. GrapplingHookLeapIII,
  211. GrapplingHookLeapII,
  212. GrapplingHookLeapI,
  213. GrapplingHookLeapIII,
  214. GrapplingHookLeapIV
  215. }
  216. RandomGrapplingHookPull:
  217. Skills:
  218. - randomskill{
  219. skills=
  220. GrapplingHookPullI,
  221. GrapplingHookPullII,
  222. GrapplingHookPullI,
  223. GrapplingHookPullII,
  224. GrapplingHookPullI,
  225. GrapplingHookPullI,
  226. GrapplingHookPullIII
  227. }
  228. GrapplingHookPullI:
  229. Skills:
  230. - pull{v=5} @Target
  231. - delay 5
  232. - velocity{m=remove;y=3;x=0;z=0}
  233. GrapplingHookPullII:
  234. Skills:
  235. - pull{v=6} @Target
  236. - delay 5
  237. - velocity{m=remove;y=3;x=0;z=0}
  238. GrapplingHookPullIII:
  239. Skills:
  240. - pull{v=7} @Target
  241. - delay 5
  242. - velocity{m=remove;y=3;x=0;z=0}
  243.  
  244. GrapplingHookLeapI:
  245. Skills:
  246. - leap{v=350} @Target
  247. - delay 18
  248. - velocity{m=remove;y=3;x=0;z=0} @Self
  249. GrapplingHookLeapII:
  250. Skills:
  251. - leap{v=400} @Target
  252. - delay 15
  253. - velocity{m=remove;y=3;x=0;z=0} @Self
  254. GrapplingHookLeapIII:
  255. Skills:
  256. - leap{v=450} @Target
  257. - delay 10
  258. - velocity{m=remove;y=3;x=0;z=0} @Self
  259. GrapplingHookLeapIV:
  260.  
  261. Skills:
  262. - leap{v=500} @Target
  263. - delay 8
  264. - velocity{m=remove;y=3;x=0;z=0} @Self
  265.  
  266. RandomGrapplingHookUse2:
  267. Skills:
  268. - randomskill{
  269. skills=
  270. RandomGrapplingHookLeap2,
  271. RandomGrapplingHookPull2,
  272. RandomGrapplingHookLeap2,
  273. } @Target
  274. RandomGrapplingHookLeap2:
  275. Skills:
  276. - randomskill{
  277. skills=
  278. GrapplingHookLeapI2,
  279. GrapplingHookLeapII2,
  280. GrapplingHookLeapI2,
  281. GrapplingHookLeapII2,
  282. GrapplingHookLeapI2,
  283. GrapplingHookLeapIII2,
  284. GrapplingHookLeapII2,
  285. GrapplingHookLeapI2,
  286. GrapplingHookLeapIII2,
  287. GrapplingHookLeapIV2
  288. }
  289. RandomGrapplingHookPull2:
  290. Skills:
  291. - randomskill{
  292. skills=
  293. GrapplingHookPullI2,
  294. GrapplingHookPullII2,
  295. GrapplingHookPullI2,
  296. GrapplingHookPullII2,
  297. GrapplingHookPullI2,
  298. GrapplingHookPullI2,
  299. GrapplingHookPullIII2
  300. }
  301. GrapplingHookPullI2:
  302. Skills:
  303. - pull{v=8} @Target
  304. - delay 5
  305. - velocity{m=remove;y=3;x=0;z=0}
  306. GrapplingHookPullII2:
  307. Skills:
  308. - pull{v=9} @Target
  309. - delay 5
  310. - velocity{m=remove;y=3;x=0;z=0}
  311. GrapplingHookPullIII2:
  312. Skills:
  313. - pull{v=10} @Target
  314. - delay 5
  315. - velocity{m=remove;y=3;x=0;z=0}
  316.  
  317. GrapplingHookLeapI2:
  318. Skills:
  319. - leap{v=350} @Target
  320. - delay 18
  321. - velocity{m=remove;y=3;x=0;z=0} @Self
  322. GrapplingHookLeapII2:
  323. Skills:
  324. - leap{v=400} @Target
  325. - delay 15
  326. - velocity{m=remove;y=3;x=0;z=0} @Self
  327. GrapplingHookLeapIII2:
  328. Skills:
  329. - leap{v=450} @Target
  330. - delay 10
  331. - velocity{m=remove;y=3;x=0;z=0} @Self
  332. GrapplingHookLeapIV2:
  333.  
  334. Skills:
  335. - leap{v=500} @Target
  336. - delay 8
  337. - velocity{m=remove;y=3;x=0;z=0} @Self
  338.  
  339.  
  340. ####################################################################################################
  341. EnderpearlUse:
  342. Conditions:
  343. - health{a=<8} false
  344. - targetnotwithin 20 true
  345. - health{a=>9}
  346. - mounted{} false
  347. Skills:
  348. - equip{item=ender_pearl:5} @self
  349. - delay 3
  350. - shoot{t=enderpearl;d=1;v=1} @Target
  351. - effect:sound{s=entity.enderpearl.throw;v=1.5;p=0.1}
  352. - equip{item=air:5} @self
  353. MLGwaterTag:
  354. Conditions:
  355. - altitude{a=>6}
  356. Skills:
  357. - addtag{t=MLGwater} @self
  358. MLGwater:
  359. Conditions:
  360. - world{w=world_nether} false
  361. - altitude{a=3to4}
  362. - hastag{t=MLGwater} true
  363. Skills:
  364. - equip{item=water_bucket:5} @self
  365. - effect:sound{s=item.bucket.empty;v=1.5;p=1} @self
  366. - spring{d=20;t=water} @self
  367. - equip{item=bucket:5} @self
  368. - delay 20
  369. - effect:sound{s=item.bucket.fill;v=1.5;p=1} @self
  370. - equip{item=water_bucket:5} @self
  371. - delay 3
  372. - equip{item=air:5} @self
  373. - removetag{t=MLGwater} @self
  374. GappleUse:
  375. Conditions:
  376. - health{a=<12} true
  377. - mounted{} false
  378. Skills:
  379. - equip{item=golden_apple:5} @self
  380. - delay 3
  381. - effect:sound{s=entity.generic.eat;v=1.5;p=1} @self
  382. - effect:particles{particle=item_crack;m=golden_apple;amount=10;s=0.1;y=1.3} @self
  383. - delay 4
  384. - effect:sound{s=entity.generic.eat;v=1.5;p=1} @self
  385. - effect:particles{particle=item_crack;m=golden_apple;amount=10;s=0.1;y=1.3} @self
  386. - delay 4
  387. - effect:sound{s=entity.generic.eat;v=1.5;p=1} @self
  388. - effect:particles{particle=item_crack;m=golden_apple;amount=10;s=0.1;y=1.3} @self
  389. - delay 4
  390. - effect:sound{s=entity.generic.eat;v=1.5;p=1} @self
  391. - effect:particles{particle=item_crack;m=golden_apple;amount=10;s=0.1;y=1.3} @self
  392. - delay 4
  393. - effect:sound{s=entity.generic.eat;v=1.5;p=1} @self
  394. - effect:particles{particle=item_crack;m=golden_apple;amount=10;s=0.1;y=1.3} @self
  395. - delay 4
  396. - effect:sound{s=entity.generic.eat;v=1.5;p=1} @self
  397. - effect:particles{particle=item_crack;m=golden_apple;amount=10;s=0.1;y=1.3} @self
  398. - delay 4
  399. - effect:sound{s=entity.generic.eat;v=1.5;p=1} @self
  400. - effect:particles{particle=item_crack;m=golden_apple;amount=10;s=0.1;y=1.3} @self
  401. - effect:sound{s=entity.player.burp;v=1.5;p=1} @self
  402. - equip{item=air:5} @self
  403. - potion{type=REGENERATION;duration=100;level=1} @self
  404. - potion{type=ABSORPTION;duration=2400;level=0} @self
  405. ####################################################################################################
  406. OrangeFireworkUse:
  407. Conditions:
  408. - hastag{t=OrangeFirework} false
  409. - Inside{} false
  410. - targets{a=>5} true
  411. Skills:
  412. - skill{s=OrangeFirework} @self
  413. - skill{s=OrangeFireworkTag} @EIR{r=50;t=samefaction}
  414. OrangeFirework:
  415. Conditions:
  416. - hastag{t=OrangeFirework} false
  417. Skills:
  418. - command{c="execute at <mob.uuid> run summon firework_rocket ~ ~1 ~ {Life:100,LifeTime:140,FireworksItem:{id:firework_rocket,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Trail:1b,Colors:[I;16753152]}]}}}}"}
  419. - effect:sound{s=entity.firework_rocket.launch;v=1.5;p=1}
  420. - summon{mob=gsKsummon3;amount=1;radius=40;yRadius=15;os=true} @Self ~onDeath 0.03
  421. - addtag{t=OrangeFirework}
  422. - delay 8000
  423. - removetag{t=OrangeFirework}
  424. OrangeFireworkTag:
  425. Skills:
  426. - addtag{t=OrangeFirework}
  427. - delay 6000
  428. - removetag{t=OrangeFirework}
  429. ####################################################################################################
  430. RedFireworkUse:
  431. Conditions:
  432. - hastag{t=RedFirework} false
  433. - Inside{} false
  434. - health{a=<9} false
  435. - health{a=>14} false
  436. Skills:
  437. - skill{s=RedFirework}
  438. - skill{s=RedFireworkTag} @EIR{r=40;t=samefaction}
  439. RedFirework:
  440. Conditions:
  441. - hastag{t=RedFirework} false
  442. Skills:
  443. - command{c="execute at <mob.uuid> run summon firework_rocket ~ ~1 ~ {Life:100,LifeTime:140,FireworksItem:{id:firework_rocket,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Trail:1b,Colors:[I;16718876]}]}}}}"}
  444. - effect:sound{s=entity.firework_rocket.launch;v=1.5;p=1}
  445. - summon{mob=gsKsummon3;amount=1;radius=40;yRadius=15;os=true} @Self ~onDeath 0.5
  446. - addtag{t=RedFirework}
  447. - delay 8000
  448. - removetag{t=RedFirework}
  449. RedFireworkTag:
  450. Skills:
  451. - addtag{t=RedFirework}
  452. - delay 6000
  453. - removetag{t=RedFirework}
  454. ####################################################################################################
  455. PurpleFireworkcow:
  456. Cooldown: 4000
  457. Conditions:
  458. - mobsInRadius{types=Villager_knight,Villager_knight2,Villager_knight3,Villager_knight4,Villager_greenknightsummoner,Villager_greenknight,Villager_purpleknight,Villager_purpleknight2,Villager_purpleknight3,Villager_purpleknight4,Villager_redknight,EVillager_redknight,Villager_redknight2,Villager_redknight3,Villager_redknight4,Villager_redknight5,Villager_redknight6,Villager_scout,Villager_scout2,Villager_scout3,Villager_scout4,Villager_scout5,VillagerCow,VillagerChicken,VillagerSheep,VillagerPbear,redberserker,redweapomberserker,strongredweapomberserker,Axeberserker,weapomberserker;amount=>0;radius=50} false
  459. Skills:
  460. - command{c="execute at <mob.uuid> run summon firework_rocket ~ ~1 ~ {Life:100,LifeTime:140,FireworksItem:{id:firework_rocket,Count:1,tag:{Fireworks:{Explosions:[{Type:1,Trail:1b,Colors:[I;10551551]}]}}}}"}
  461. - effect:sound{s=entity.firework_rocket.launch;v=1.5;p=1
  462. - summon{mob=gsKsummon;amount=1;radius=40;yRadius=15;os=true} @Self ~onDeath
  463. ####################################################################################################
  464. BlackFireworkUseDeath:
  465. Conditions:
  466. - hastag{t=BlackFirework} false
  467. - Inside{} false
  468. - mobsInRadius{types=Villager_knight,Villager_knight2,Villager_knight3,Villager_knight4,Villager_greenknightsummoner,Villager_greenknight,Villager_purpleknight,Villager_purpleknight2,Villager_purpleknight3,Villager_purpleknight4,Villager_redknight,EVillager_redknight,Villager_redknight2,Villager_redknight3,Villager_redknight4,Villager_redknight5,Villager_redknight6,Villager_scout,Villager_scout2,Villager_scout3,Villager_scout4,Villager_scout5,VillagerCow,VillagerChicken,VillagerSheep,VillagerPbear,redberserker,redweapomberserker,strongredweapomberserker,Axeberserker,weapomberserker;amount=>0;radius=50} false
  469. Skills:
  470. - skill{s=BlackFirework}
  471. BlackFireworkUseTimer:
  472. Conditions:
  473. - hastag{t=BlackFirework} false
  474. - Inside{} false
  475. - mobsInRadius{types=Villager_knight,Villager_knight2,Villager_knight3,Villager_knight4,Villager_greenknightsummoner,Villager_greenknight,Villager_purpleknight,Villager_purpleknight2,Villager_purpleknight3,Villager_purpleknight4,Villager_redknight,EVillager_redknight,Villager_redknight2,Villager_redknight3,Villager_redknight4,Villager_redknight5,Villager_redknight6,Villager_scout,Villager_scout2,Villager_scout3,Villager_scout4,Villager_scout5,VillagerCow,VillagerChicken,VillagerSheep,VillagerPbear,redberserker,redweapomberserker,strongredweapomberserker,Axeberserker,weapomberserker;amount=>0;radius=50} false
  476. - health{a=<6} true
  477. - health{a<0} false
  478. Skills:
  479. - skill{s=BlackFirework}
  480. BlackFirework:
  481. Conditions:
  482. - hastag{t=BlackFirework} false
  483. Skills:
  484. - command{c="execute at <mob.uuid> run summon firework_rocket ~ ~1 ~ {Life:100,LifeTime:140,FireworksItem:{id:firework_rocket,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Trail:1b,Colors:[I;0]}]}}}}"}
  485. - effect:sound{s=entity.firework_rocket.launch;v=1.5;p=1}
  486. - addtag{t=BlackFirework}
  487. - delay 100
  488. - summon{mob=vKsummon2;amount=1;radius=40;yRadius=15;os=true} @Self ~onDeath 0.75
  489. - delay 8000
  490. - removetag{t=BlackFirework}
  491. ####################################################################################################
  492. #ArrowTest:
  493. # Skills:
  494. # - shoot{type=ARROW;onTick=FireArrowData;velocity=1;d=6;oh=RandomArrowEffect} @Target
  495. # - effect:sound{s=entity.arrow.shoot;v=1.5;p=1}
  496. #FireArrowData:
  497. #Skills:
  498. #- command{c="execute at <mob.uuid> run data modify entity @e[type=minecraft:arrow,distance=..50,limit=1,nbt={Owner:[I:<caster.owner.uuid>]}] Fire set value 100"}
  499. #- command{c="execute at <mob.uuid> run data modify entity @e[type=minecraft:arrow,distance=..7,limit=1] Fire set value 9999"}
  500. VKSwordEquip:
  501. Skills:
  502. - equip{item=VillagerKnightSword:0}
  503.  
  504.  
  505. #TestArrow: #si potrebbe usare questa skill per sparare frecce infuocate... ma il problema Γ¨ che si vede che la freccia appare sopra il caster
  506. # Skills:
  507. # - arrowvolley{a=1;v=6;s=0;f=50;rd=200} @Target
  508. #TestArrowFire: #potrebbe essere usata pure questa, ma le frecce non saranno infuocate
  509. # Skills:
  510. # - shoot{onTick=particleFlame}
  511. #particleFlame:
  512. # Skills:
  513. # - effect:particles{particle=flame;amount=200;hS=1;vS=1;speed=5} @Origin
  514. SwordSwitch:
  515. Conditions:
  516. - blocking{} false
  517. - targetwithin 6 true
  518. Skills:
  519. - equip{item=VillagerKnightSword:0} @self
  520. - setstance{s=MeleeMode}
  521.  
  522. SummoningIGW1: #funziona, ma bisogna sistemare il trigger# #bisogna aggiungere anche qualche effetto.. magari particelle flame durante l'evocazione#
  523. Cooldown: 500
  524. Conditions:
  525. - incombat true
  526. - mobsInRadius{t=Villager_greenknight;a=2;r=5}
  527. Skills:
  528. - message{cooldown=30;m="&8<<mob.name>> &6Summoning... &6&lIron golem warrior!"} @PlayersInRadius{r=40}
  529. - equip{item=iron_block:5} @self ~onTimer:1
  530. - delay 7
  531. - summon{mob=IRONGOLEMWAR;amount=1;radius=0;os=true}
  532. - potion{type=SLOWNESS;duration=20;level=6} @self
  533. - equip{item=air:5} @self ~onTimer:1
  534.  
  535. breakingSkill:
  536. TargetConditions:
  537. - blocktype{type=BEDROCK,CHEST,WATER,LAVA,BARRIER,COMMAND_BLOCK,REPEATING_COMMAND_BLOCK,CHAIN_COMMAND_BLOCK,END_PORTAL_FRAME,AIR} false
  538. - blocktype{type=oak_sapling,acacia_sapling,jungle_sapling,spruce_sapling,dark_oak_sapling,birch_sapling,dark_oak_leaves,poppy,orange_tulip,dandelion,white_tulip,allium,blue_orchid,red_tulip,azure_bluet,pink_tulip,oxeye_daisy,cornflower,lily_of_the_valley,wither_rose,lilac,rose_bush,peony,tall_grass,tall_seagrass,large_fern,sunflower,sea_pickle,dead_bush,grass,seagrass,fern,brown_mushroom,red_mushroom,crimson_fungus,warped_fungus,crimson_roots,warped_roots,nether_sprouts,sugar_cane,kelp_plant,vine,soul_torch,torch,flower_pot} false
  539. Skills:
  540. - skill{s=breakingConditions}
  541. #- equip{item=epick:5} @self 0.56
  542. #- delay 6
  543. #- equip{item=epick3:5} @self 0.51
  544. #- delay 7
  545. #- equip{item=epick2:5} @self 0.45
  546. #- breakblock{doDrops=true;doEffect=true;useTool=true;sync=true} #@ObstructingBlock @Forward{f=1;y=1.0}
  547. #- breakblock{forcesync=true} @Forward{f=1;y=2.0}
  548. #- breakblock{forcesync=true} @Forward{f=2;y=1.0}
  549. #- breakblock{forcesync=true} @Forward{f=2;y=2.0}
  550. #- delay 5
  551. breakingConditions: #Ancient debris: 1.84sec; Obsidian e Crying Obsidian e Netherite Block: 2.30sec (46 ticks); Wood=40 ticks
  552. TargetConditions:
  553. - blocktype{type=ANCIENT_DEBRIS} castinstead breakingAncientdebris
  554. - blocktype{type=OBSIDIAN,CRYING_OBSIDIAN,NETHERITE_BLOCK} castinstead breakingObbyNetherite
  555. - blocktype{type=GRASS_BLOCK,SNOW,SNOW_BLOCK,DIRT,MYCELIUM,COARSE_DIRT,PODZOL,SAND,RED_SAND,GRAVEL,SOUL_SAND,SOUL_SOIL,WHITE_CONCRETE_POWDER,ORANGE_CONCRETE_POWDER,MAGENTA_CONCRETE_POWDER,LIGHT_BLUE_CONCRETE_POWDER,YELLOW_CONCRETE_POWDER,LIME_CONCRETE_POWDER,PINK_CONCRETE_POWDER,GRAY_CONCRETE_POWDER,LIGHT_GRAY_CONCRETE_POWDER,CYAN_CONCRETE_POWDER,PURPLE_CONCRETE_POWDER,BLUE_CONCRETE_POWDER,BROWN_CONCRETE_POWDER,GREEN_CONCRETE_POWDER,RED_CONCRETE_POWDER,BLACK_CONCRETE_POWDER,FARMLAND,DIRT_PATH} castinstead breakingShovel
  556. - blocktype{type=OAK_PLANKS,SPRUCE_PLANKS,BIRCH_PLANKS,JUNGLE_PLANKS,ACACIA_PLANKS,DARK_OAK_PLANKS,CRIMSON_PLANKS,WARPED_PLANKS,OAK_LOG,SPRUCE_LOG,BIRCH_LOG,JUNGLE_LOG,ACACIA_LOG,DARK_OAK_LOG,CRIMSON_STEM,WARPED_STEM,STRIPPED_OAK_LOG,STRIPPED_SPRUCE_LOG,STRIPPED_BIRCH_LOG,STRIPPED_JUNGLE_LOG,STRIPPED_ACACIA_LOG,STRIPPED_DARK_OAK_LOG,STRIPPED_CRIMSON_STEM,STRIPPED_WARPED_STEM,STRIPPED_OAK_WOOD,STRIPPED_SPRUCE_WOOD,STRIPPED_BIRCH_WOOD,STRIPPED_JUNGLE_WOOD,STRIPPED_ACACIA_WOOD,STRIPPED_DARK_OAK_WOOD,STRIPPED_CRIMSON_HYPHAE,STRIPPED_WARPED_HYPHAE,OAK_WOOD,SPRUCE_WOOD,BIRCH_WOOD,JUNGLE_WOOD,ACACIA_WOOD,DARK_OAK_WOOD,CRIMSON_HYPHAE,WARPED_HYPHAE,OAK_SLAB,SPRUCE_SLAB,BIRCH_SLAB,JUNGLE_SLAB,ACACIA_SLAB,DARK_OAK_SLAB,CRIMSON_SLAB,WARPED_SLAB,BOOKSHELF,OAK_STAIRS,SPRUCE_STAIRS,BIRCH_STAIRS,JUNGLE_STAIRS,ACACIA_STAIRS,DARK_OAK_STAIRS,CRIMSON_STAIRS,WARPED_STAIRS,MELON,PUMPKIN,CARVED_PUMPKIN,OAK_FENCE_GATE,SPRUCE_FENCE_GATE,CRIMSON_FENCE_GATE,WARPED_FENCE_GATE,DARK_OAK_FENCE_GATE,JUNGLE_FENCE_GATE,BIRCH_FENCE_GATE,ACACIA_FENCE_GATE,OAK_DOOR,SPRUCE_DOOR,BIRCH_DOOR,JUNGLE_DOOR,ACACIA_DOOR,DARK_OAK_DOOR,CRIMSON_DOOR,WARPED_DOOR,LECTERN,TRAPPED_CHEST,CHEST,OAK_FENCE,SPRUCE_FENCE,BIRCH_FENCE,JUNGLE_FENCE,ACACIA_FENCE,DARK_OAK_FENCE,CRIMSON_FENCE,WARPED_FENCE,CACTUS} castinstead breakingAxe
  557. - blocktype{type=MUSHROOM_STEM,RED_MUSHROOM_BLOCK,BROWN_MUSHROOM_BLOCK} castinstead breakingMushroom
  558. - blocktype{type=BAMBOO} castinstead breakingBamboo
  559. - blocktype{type=WHITE_WOOL,ORANGE_WOOL,MAGENTA_WOOL,LIGHT_BLUE_WOOL,YELLOW_WOOL,LIME_WOOL,PINK_WOOL,GRAY_WOOL,LIGHT_GRAY_WOOL,CYAN_WOOL,PURPLE_WOOL,BLUE_WOOL,BROWN_WOOL,GREEN_WOOL,RED_WOOL,BLACK_WOOL,COBWEB} castinstead breakingShears
  560. - blocktype{type=NETHER_WART_BLOCK,WARPED_WART_BLOCK,DRIED_KELP_BLOCK,HAY_BLOCK,TARGET,WET_SPONGE,SPONGE,OAK_LEAVES,SPRUCE_LEAVES,BIRCH_LEAVES,JUNGLE_LEAVES,ACACIA_LEAVES,DARK_OAK_LEAVES} castinstead breakingHoe
  561. - blocktype{type=NETHERRACK} castinstead breakingNetherrack
  562. Skills:
  563. - skill{s=isMiningTag}
  564. - equip{item=ePick:0} @self
  565. - delay 12
  566. - skill{s=BreakBlock}
  567. breakingAncientdebris:
  568. Cooldown: 1.8
  569. Skills:
  570. - skill{s=isMiningTag}
  571. - equip{item=ePick:0} @self
  572. #- delay 36 doesn't work due to glitch, so we use cooldown instead
  573. - skill{s=BreakBlock}
  574. breakingObbyNetherite:
  575. Cooldown: 2.3
  576. Skills:
  577. - skill{s=isMiningTag}
  578. - equip{item=ePick:0} @self
  579. #- delay 46 doesn't work due to glitch, so we use cooldown instead
  580. - skill{s=BreakBlock}
  581. breakingShovel:
  582. Skills:
  583. - skill{s=isMiningTag}
  584. - equip{item=eShovel:0} @self
  585. - skill{s=BreakBlock}
  586. breakingAxe:
  587. Cooldown: 0.4
  588. Skills:
  589. - skill{s=isMiningTag}
  590. - equip{item=eAxe:0} @self
  591. #- delay 8 doesn't work due to glitch, so we use cooldown instead
  592. - skill{s=BreakBlock}
  593. breakingMushroom:
  594. Repeat: 2
  595. Skills:
  596. - skill{s=isMiningTag}
  597. - equip{item=eAxe:0} @self
  598. - skill{s=BreakBlock}
  599. breakingBamboo:
  600. Repeat: 5
  601. Skills:
  602. - skill{s=isMiningTag}
  603. - equip{item=eAxe:0} @self
  604. - skill{s=BreakBlock}
  605. breakingShears:
  606. Repeat: 4
  607. Skills:
  608. - skill{s=isMiningTag}
  609. - equip{item=eShears:0} @self
  610. - skill{s=BreakBlock}
  611. breakingHoe:
  612. Repeat: 4
  613. Skills:
  614. - skill{s=isMiningTag}
  615. - equip{item=eHoe:0} @self
  616. - skill{s=BreakBlock}
  617. breakingNetherrack:
  618. Repeat: 5
  619. Skills:
  620. - skill{s=isMiningTag}
  621. - equip{item=ePick:0} @self
  622. - skill{s=BreakBlock}
  623. breaking:
  624. Conditions:
  625. - playerwithin{d=5} true
  626. - hastag{t=ismining} false
  627. - hastag{t=gotDamagedwhenMining} false
  628. Skills:
  629. - skill{s=breakingSkill} @Forward{f=1;y=1.0}
  630. isMiningTag:
  631. Conditions:
  632. - hastag{t=ismining} false
  633. Skills:
  634. - addtag{t=ismining} @self
  635. BreakBlock:
  636. Conditions:
  637. - hastag{t=gotDamagedwhenMining} false
  638. Skills:
  639. - breakblock{doDrops=true;doEffect=true;useTool=true;sync=true}
  640. - removetag{t=ismining} @self
  641. DamagedwhenMiningTag:
  642. Conditions:
  643. - hastag{t=gotDamagedwhenMining} false
  644. - hastag{t=ismining} true
  645. Skills:
  646. - addtag{t=gotDamagedwhenMining} @self
  647. - removetag{t=ismining} @self
  648. - delay 60
  649. - removetag{t=gotDamagedwhenMining} @self
  650.  
  651. NoThreat4samefaction:
  652. Skills:
  653. - threat{amount=-10000;m=set} @EIR{r=20;t=samefaction} ~onDamaged
  654.  
  655. lightswordEquip:
  656. Skills:
  657. - equip{item=lightdiamondsword:0}
  658.  
  659. lightswordswitch:
  660. Conditions:
  661. - targetwithin 6 true
  662. - hastag{t=ismining} false
  663. Skills:
  664. - equip{item=lightdiamondsword:0} @self
  665. - setstance{s=MeleeMode}
  666.  
  667. FireBowShoot: #Main skill
  668. Conditions:
  669. - stance{s=BowMode} true
  670. - targetnotwithin 10 true
  671. - holding{m=BOW} true
  672. Skills:
  673. - effect:sound{s=entity.arrow.shoot;v=1;p=1} @EntitiesInRadius{r=5}
  674. - arrowvolley{amount=1;spread=50;velocity=100;fireTicks=100;removeDelay=200} @Target
  675. - Delay 4
  676. - effect:sound{s=entity.arrow.shoot;v=1;p=1} @EntitiesInRadius{r=5}
  677. - arrowvolley{amount=1;spread=50;velocity=100;fireTicks=100;removeDelay=200} @Target
  678. - Delay 4
  679. - arrowvolley{amount=1;spread=50;velocity=100;fireTicks=100;removeDelay=200} @Target
  680. - effect:sound{s=entity.arrow.shoot;v=1;p=1} @EntitiesInRadius{r=5}
  681.  
  682. GodgappleUse:
  683. Conditions:
  684. - health{a=<20} true
  685. - mounted{} false
  686. Skills:
  687. - equip{item=enchanted_golden_apple:5} @self
  688. - delay 3
  689. - effect:sound{s=entity.generic.eat;v=1.5;p=1} @self
  690. - effect:particles{particle=item_crack;m=golden_apple;amount=10;s=0.1;y=1.3} @self
  691. - delay 4
  692. - effect:sound{s=entity.generic.eat;v=1.5;p=1} @self
  693. - effect:particles{particle=item_crack;m=golden_apple;amount=10;s=0.1;y=1.3} @self
  694. - delay 4
  695. - effect:sound{s=entity.generic.eat;v=1.5;p=1} @self
  696. - effect:particles{particle=item_crack;m=golden_apple;amount=10;s=0.1;y=1.3} @self
  697. - delay 4
  698. - effect:sound{s=entity.generic.eat;v=1.5;p=1} @self
  699. - effect:particles{particle=item_crack;m=golden_apple;amount=10;s=0.1;y=1.3} @self
  700. - delay 4
  701. - effect:sound{s=entity.generic.eat;v=1.5;p=1} @self
  702. - effect:particles{particle=item_crack;m=golden_apple;amount=10;s=0.1;y=1.3} @self
  703. - delay 4
  704. - effect:sound{s=entity.generic.eat;v=1.5;p=1} @self
  705. - effect:particles{particle=item_crack;m=golden_apple;amount=10;s=0.1;y=1.3} @self
  706. - delay 4
  707. - effect:sound{s=entity.generic.eat;v=1.5;p=1} @self
  708. - effect:particles{particle=item_crack;m=golden_apple;amount=10;s=0.1;y=1.3} @self
  709. - effect:sound{s=entity.player.burp;v=1.5;p=1} @self
  710. - equip{item=air:5} @self
  711. - potion{type=REGENERATION;duration=100;level=1} @self
  712. - potion{type=ABSORPTION;duration=2400;level=3} @self
  713. - potion{type=DAMAGE_RESISTANCE;duration=8290;level=0} @self
  714. - potion{type=FIRE_RESISTANCE;duration=8290;level=0} @self
  715.  
  716. getout:
  717. Conditions:
  718. - health{a=>5} true
  719. Skills:
  720. - dismount @self
  721.  
  722. captured:
  723. Conditions:
  724. - health{a=<5}
  725. - mounted{} true
  726. Skills:
  727. - equip{item=air:5} @self
  728. - equip{item=air:0} @self
  729.  
  730. message:
  731. Conditions:
  732. - health{a=<5}
  733. Skills:
  734. - message{cooldown=30;m="&8<<mob.name>> &6You won't get away with this"} @PlayersInRadius{r=20}
  735.  
  736. strengthdrop:
  737. Skills:
  738. - command{c="execute at <mob.uuid> run summon item ~ ~ ~ {Item:{id:"minecraft:splash_potion",Count:1b,tag:{display:{Name:'{"text":"Splash Potion Of Strength+","color":"red","bold":true}'},CustomPotionEffects:[{Id:1b,Amplifier:2b,Duration:1000,ShowParticles:1b},{Id:5b,Amplifier:1b,Duration:3000,ShowParticles:1b},{Id:22b,Amplifier:1b,Duration:1000,ShowParticles:1b}],CustomPotionColor:2883527}}}"}
  739.  
  740. spamattack:
  741. Conditions:
  742. - hastag{t=spamattack} true
  743. Skills:
  744. - skill{s=spamattack1} 0.15
  745.  
  746. spamattack1:
  747. Conditions:
  748. - targetwithin 20 true
  749. - incombat{} true
  750. Skills:
  751. - runaigoalselector{goal=clear}
  752. - runaigoalselector{goal=meleeattack}
  753. - runaigoalselector{goal=swim}
  754. - runaigoalselector{goal=opendoors}
  755. - runaigoalselector{goal=float}
  756.  
  757. swimer:
  758. Conditions:
  759. - incombat{} false
  760. - hastag{t=RallyPurpleF} false
  761. Skills:
  762. - runaigoalselector{goal=float}
  763. - runaigoalselector{goal=randomstroll}
  764.  
  765. RallyInterrupt:
  766. Conditions:
  767. - incombat{} true
  768. - hastag{t=RallyPurpleF} true
  769. Skills:
  770. - removetag{t=RallyPurpleF}
  771.  
  772. SpamAttackActivation:
  773. Conditions:
  774. - hastag{t=spamattack} false
  775. Skills:
  776. - addtag{t=spamattack}
  777.  
  778. SpamAttackDisactivation:
  779. Conditions:
  780. - incombat{} false
  781. - hastag{t=spamattack} true
  782. Skills:
  783. - removetag{t=spamattack}
  784. - skill{s=swimer} @self
  785.  
  786. PurpleRandomtrade:
  787. Skills:
  788. - randomskill{
  789. skills=
  790. Vstrade1,
  791. Vstrade2,
  792. Vktrade1,
  793. Vktrade2,
  794. Vktrade3,
  795. Vktrade4,
  796. Vktrade5,
  797. Vktrade6,
  798. Vkgtrade1,
  799. Vkgtrade2,
  800. Vkrtrade1,
  801. Vkrtrade2,
  802. Vkrtrade3,
  803. Vkrtrade4,
  804. Vkptrade1,
  805. Vkptrade2,
  806. }
  807. tradepurple:
  808. Conditions:
  809. - health{a=<10}
  810. - mounted{} true
  811. Skills:
  812. - skill{s=PurpleRandomtrade}
  813. - remove @self
  814.  
  815. Vstrade1:
  816. Skills:
  817. - command{c="execute at <mob.uuid> run summon villager ~ ~ ~ {VillagerData:{level:99,profession:"minecraft:nitwit"},Offers:{Recipes:[{maxUses:10,buy:{id:"minecraft:emerald",Count:4b},sell:{id:"minecraft:golden_helmet",Count:1b,tag:{Unbreakable:1b}}},{maxUses:10,buy:{id:"minecraft:emerald",Count:4b},sell:{id:"minecraft:golden_chestplate",Count:1b,tag:{Unbreakable:1b}}},{maxUses:10,buy:{id:"minecraft:emerald",Count:4b},sell:{id:"minecraft:golden_leggings",Count:1b,tag:{Unbreakable:1b}}},{buy:{id:"minecraft:emerald",Count:4b},sell:{id:"minecraft:golden_boots",Count:1b,tag:{Unbreakable:1b}}},{maxUses:10,buy:{id:"minecraft:emerald",Count:1b},sell:{id:"minecraft:cooked_beef",Count:32b}},{buy:{id:"minecraft:emerald",Count:2b},sell:{id:"minecraft:diamond",Count:2b}},{buy:{id:"minecraft:diamond",Count:5b},sell:{id:"minecraft:tipped_arrow",Count:64b,tag:{Potion:"minecraft:long_weakness"}}}]}}"}
  818. - remove @self
  819.  
  820. Vstrade2:
  821. Skills:
  822. - command{c="execute at <mob.uuid> run summon villager ~ ~ ~ {VillagerData:{level:99,profession:"minecraft:nitwit"},Offers:{Recipes:[{maxUses:40,buy:{id:"minecraft:iron_ingot",Count:4b},sell:{id:"minecraft:diamond",Count:2b}},{maxUses:40,buy:{id:"minecraft:diamond",Count:2b},sell:{id:"minecraft:ender_pearl",Count:2b}},{maxUses:40,buy:{id:"minecraft:ender_pearl",Count:2b},sell:{id:"minecraft:ender_chest",Count:1b}},{maxUses:40,buy:{id:"minecraft:ender_pearl",Count:2b},sell:{id:"minecraft:emerald",Count:4b}},{maxUses:40,buy:{id:"minecraft:ender_chest",Count:2b},sell:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{id:"minecraft:fortune",lvl:1s}]}}}]}}"}
  823. - remove @self
  824.  
  825. Vktrade1:
  826. Skills:
  827. - command{c="execute at <mob.uuid> run summon villager ~ ~ ~ {CustomNameVisible:1b,CustomName:'{"text":"Villager"}',VillagerData:{level:99,profession:"minecraft:nitwit"},Offers:{Recipes:[{rewardExp:1b,maxUses:10,buy:{id:'minecraft:emerald',Count:10b},sell:{id:'minecraft:iron_ingot',Count:1b,tag:{display:{Name:'{"text":"Blessed Ingot","color":"gray","bold":true}'},Enchantments:[{id:"minecraft:unbreaking",lvl:8s}]}}},{rewardExp:1b,maxUses:10,buy:{id:"minecraft:emerald",Count:1b},sell:{id:"minecraft:tipped_arrow",Count:20b,tag:{Potion:"minecraft:long_weakness"}}},{rewardExp:1b,maxUses:10,buy:{id:'minecraft:emerald',Count:1b},sell:{id:"minecraft:diamond",Count:1b}},{rewardExp:1b,maxUses:10,buy:{id:"minecraft:diamond",Count:2b},sell:{id:"minecraft:netherite_scrap",Count:1b}},{rewardExp:1b,maxUses:10,buy:{id:"minecraft:emerald",Count:32b},sell:{id:"minecraft:chainmail_chestplate",Count:1b,tag:{display:{Name:'{"text":"Knight Chestplate","color":"gray"}',Lore:['{"text":"Knight"}']},CustomModelData:1,PublicBukkitValues:{"wolfyutilities:custom_durability.damage":0,"wolfyutilities:custom_durability.value":574,"wolfyutilities:custom_durability.tag":"&r&fDurability:_%dur%_/_%max_dur%"},AttributeModifiers:[{AttributeName:"generic.armor",Name:"generic.armor",Amount:7,Operation:0,UUID:[I;-434410494,1836141989,-1297033650,-23202518],Slot:"chest"},{AttributeName:"generic.armor_toughness",Name:"generic.armor_toughness",Amount:1,Operation:0,UUID:[I;1921763230,-762034937,-2142126361,140137951],Slot:"chest"}]}}}]}}"}
  828. - remove @self
  829. Vktrade2:
  830. Skills:
  831. - command{c="execute at <mob.uuid> run summon villager ~ ~ ~ {CustomNameVisible:1b,CustomName:'{"text":"Villager"}',VillagerData:{level:99,profession:"minecraft:nitwit"},Offers:{Recipes:[{rewardExp:1b,maxUses:10,buy:{id:"minecraft:emerald",Count:10b},sell:{id:"minecraft:redstone",Count:1b,tag:{display:{Name:'{"text":"Redstone","color":"dark_aqua"}'},CustomModelData:1}}},{buy:{id:"minecraft:emerald",Count:2b},sell:{id:"minecraft:ender_pearl",Count:1b,tag:{display:{Name:'{"text":"Ender Pearl","color":"light_purple","bold":true}'},CustomModelData:4}}},{buy:{id:'minecraft:emerald',Count:1b},sell:{id:"minecraft:obsidian",Count:6b}},{rewardExp:1b,maxUses:4,buy:{id:'minecraft:emerald',Count:12b},sell:{id:"minecraft:flint",Count:1b,tag:{CustomModelData:12,PublicBukkitValues:{"executableitems:ei-usage":1,"executableitems:ei-owner":"44527751-e33f-4bed-9e51-c7b00e26205e","executableitems:ei-kill":0,"executableitems:ei-blockbreak":0,"executableitems:ei-id":"Knighthelmet1"},display:{Name:'{"extra":[{"bold":false,"italic":false,"underlined":false,"strikethrough":false,"obfuscated":false,"color":"gray","text":"Villager Knight Helmet"}],"text":""}'},AttributeModifiers:[{Slot:"head",AttributeName:"minecraft:generic.armor_toughness",Operation:0,UUID:[I; 307537287,-639547140,-1464482724,-1519179096],Name:"&eDefault name",Amount:1.0d},{Slot:"head",AttributeName:"minecraft:generic.armor",Operation:0,UUID:[I; 1111479392,-1201845268,-1129506844,-440215819],Name:"&eDefault name",Amount:3.0d},{Slot:"head",AttributeName:"minecraft:generic.max_health",Operation:0,UUID:[I;-30807547,-1508620432,-1771343736,1985121002],Name:"EI-ID:Knighthelmet1",Amount:0.0d}]}}}]}}"}
  832. - remove @self
  833. Vktrade3:
  834. Skills:
  835. - command{c="execute at <mob.uuid> run summon villager ~ ~ ~ {CustomNameVisible:1b,CustomName:'{"text":"Villager"}',VillagerData:{level:99,profession:"minecraft:nitwit"},Offers:{Recipes:[{rewardExp:1b,maxUses:10,buy:{id:"minecraft:emerald",Count:10b},sell:{id:"minecraft:emerald",Count:1b,tag:{display:{Name:'{"text":"Emerald","color":"yellow"}'},CustomModelData:1}}},{buy:{id:"minecraft:emerald",Count:4b},sell:{id:"minecraft:flint_and_steel",Count:1b,tag:{Enchantments:[{id:"minecraft:unbreaking",lvl:8s},{id:"minecraft:mending",lvl:1s}]}}},{buy:{id:"minecraft:emerald",Count:32b},sell:{id:"minecraft:bow",Count:1b,tag:{Enchantments:[{id:"minecraft:power",lvl:6s},{id:"minecraft:flame",lvl:1s},{id:"minecraft:infinity",lvl:1s},{id:"minecraft:vanishing_curse",lvl:1s}]}}},{rewardExp:1b,maxUses:4,buy:{id:"minecraft:emerald",Count:14b},sell:{id:"minecraft:chainmail_leggings",Count:1b,tag:{display:{Name:'{"text":"Knight Leggings","color":"gray"}',Lore:['{"text":"Knight Leggings"}']},CustomModelData:1,PublicBukkitValues:{"wolfyutilities:custom_durability.damage":0,"wolfyutilities:custom_durability.value":500,"wolfyutilities:custom_durability.tag":"&r&fDurability:_%dur%_/_%max_dur%"},AttributeModifiers:[{AttributeName:"generic.armor",Name:"generic.armor",Amount:6,Operation:0,UUID:[I;1125189394,169429147,-2009323836,-1661648355],Slot:"legs"},{AttributeName:"generic.armor_toughness",Name:"generic.armor_toughness",Amount:2,Operation:0,UUID:[I;-243616175,1424444824,-2137687508,-531820026],Slot:"legs"}]}}}]}}"}
  836. - remove @self
  837. Vktrade4:
  838. Skills:
  839. - command{c="execute at <mob.uuid> run summon villager ~ ~ ~ {CustomNameVisible:1b,CustomName:'{"text":"Villager"}',VillagerData:{level:99,profession:"minecraft:nitwit"},Offers:{Recipes:[{maxUses:1,buy:{id:"minecraft:emerald",Count:4b},sell:{id:"minecraft:iron_shovel",Count:1b,tag:{display:{Name:'{"text":"KnockBack Shovel","color":"gray","italic":false}'},Enchantments:[{id:"minecraft:knockback",lvl:7s}]}}},{buy:{id:"minecraft:emerald",Count:32b},sell:{id:"minecraft:netherite_sword",Count:1b,tag:{display:{Name:'{"text":"Villager Knight Sword","color":"gray","italic":false}'},CustomModelData:2,AttributeModifiers:[{AttributeName:"generic.attack_damage",Name:"generic.attack_damage",Amount:5.5,Operation:0,UUID:[I;949738738,-332313134,-1373808108,-1867795048],Slot:"mainhand"},{AttributeName:"generic.attack_speed",Name:"generic.attack_speed",Amount:-2.4,Operation:0,UUID:[I;379519642,558384747,-1245369925,-953380331],Slot:"mainhand"}]}}},{rewardExp:1b,maxUses:4,buy:{id:"minecraft:emerald",Count:14b},sell:{id:"minecraft:chainmail_boots",Count:1b,tag:{display:{Name:'{"text":"Knight Boots","color":"gray"}',Lore:['{"text":"Knight Boots"}']},CustomModelData:1,PublicBukkitValues:{"wolfyutilities:custom_durability.damage":0,"wolfyutilities:custom_durability.value":541,"wolfyutilities:custom_durability.tag":"&r&fDurability:_%dur%_/_%max_dur%"},AttributeModifiers:[{AttributeName:"generic.armor",Name:"generic.armor",Amount:3,Operation:0,UUID:[I;-605731220,86919562,-1099129793,1081248993],Slot:"feet"},{AttributeName:"generic.armor_toughness",Name:"generic.armor_toughness",Amount:2,Operation:0,UUID:[I;64806350,1650215506,-1083660494,1798409037],Slot:"feet"}]}}}]}}"}
  840. - remove @self
  841. Vktrade5:
  842. Skills:
  843. - command{c="execute at <mob.uuid> run summon villager ~ ~ ~ {CustomNameVisible:1b,CustomName:'{"text":"Villager"}',VillagerData:{level:99,profession:"minecraft:nitwit"},Offers:{Recipes:[{rewardExp:1b,maxUses:10,buy:{id:"minecraft:emerald",Count:32b},sell:{id:"minecraft:gold_nugget",Count:1b,tag:{display:{Name:'{"text":"Green Nugget","color":"dark_green","bold":false,"italic":false}'},CustomModelData:1}}},{maxUses:1,buy:{id:"minecraft:emerald",Count:4b},sell:{id:"minecraft:oak_planks",Count:1b,tag:{Enchantments:[{id:"minecraft:fire_aspect",lvl:9s}]}}},{buy:{id:"minecraft:emerald",Count:32b},sell:{id:"minecraft:netherite_sword",Count:1b,tag:{display:{Name:'{"text":"Diamond Dagger","color":"gray","italic":false}'},CustomModelData:8,AttributeModifiers:[{AttributeName:"generic.attack_damage",Name:"generic.attack_damage",Amount:4.4,Operation:0,UUID:[I;949738738,-332313134,-1373808108,-1867795048],Slot:"mainhand"},{AttributeName:"generic.attack_speed",Name:"generic.attack_speed",Amount:-1,Operation:0,UUID:[I;379519642,558384747,-1245369925,-953380331],Slot:"mainhand"}]}}},{rewardExp:1b,maxUses:4,buy:{id:"minecraft:emerald",Count:24b},sell:{id:"minecraft:splash_potion",Count:1b,tag:{CustomPotionEffects:[{Id:1b,Amplifier:2b,Duration:4000,ShowParticles:1b}],Potion:"minecraft:long_swiftness"}}}]}}"}
  844. - remove @self
  845. Vktrade6:
  846. Skills:
  847. - command{c="execute at <mob.uuid> run summon villager ~ ~ ~ {CustomNameVisible:1b,CustomName:'{"text":"Villager"}',VillagerData:{level:99,profession:"minecraft:nitwit"},Offers:{Recipes:[{rewardExp:1b,maxUses:10,buy:{id:"minecraft:emerald",Count:32b},buyB:{id:"minecraft:iron_block",Count:1b},sell:{id:"minecraft:iron_block",Count:1b,tag:{display:{Name:'{"text":"Enchanted Iron Block","color":"gray","bold":true,"italic":false}'},Enchantments:[{id:"minecraft:unbreaking",lvl:8s}]}}},{maxUses:5,buy:{id:"minecraft:emerald",Count:8b},sell:{id:"minecraft:experience_bottle",Count:1b,tag:{display:{Name:'{"text":"XP Bottle","color":"blue","bold":true,"italic":false}'},CustomModelData:1}}}]}}"}
  848. - remove @self
  849.  
  850. Vkgtrade1:
  851. Skills:
  852. - command{c="execute at <mob.uuid> run summon villager ~ ~ ~ {CustomNameVisible:1b,CustomName:'{"text":"Villager"}',VillagerData:{level:99,profession:"minecraft:nitwit"},Offers:{Recipes:[{rewardExp:1b,maxUses:5,buy:{id:"minecraft:emerald",Count:32b},sell:{id:"minecraft:splash_potion",Count:1b,tag:{display:{Name:'{"text":"Defense Potion ","color":"dark_gray","bold":true}'},CustomPotionEffects:[{Id:2b,Amplifier:10b,Duration:900},{Id:11b,Amplifier:5b,Duration:899},{Id:28b,Amplifier:1b,Duration:900}],CustomPotionColor:10723750}}},{rewardExp:1b,maxUses:5,buy:{id:'minecraft:emerald',Count:32b},sell:{id:"minecraft:splash_potion",Count:1b,tag:{display:{Name:'{"text":"Unlucky Potion","color":"dark_purple","bold":true}'},CustomPotionEffects:[{Id:2b,Amplifier:2b,Duration:2000},{Id:4b,Amplifier:1b,Duration:1000},{Id:7b,Amplifier:1b,Duration:2},{Id:9b,Amplifier:1b,Duration:500},{Id:15b,Amplifier:10b,Duration:1000},{Id:17b,Amplifier:4b,Duration:1000},{Id:18b,Amplifier:2b,Duration:450},{Id:19b,Amplifier:1b,Duration:500},{Id:27b,Amplifier:3b,Duration:4000}],CustomPotionColor:9381716}}},{maxUses:2,buy:{id:"minecraft:emerald_block",Count:64b},sell:{id:"minecraft:splash_potion",Count:1b,tag:{display:{Name:'{"text":"Ninja Potion","color":"gray","bold":true}',Lore:['{"text":"When used no potion particles would appear","color":"dark_gray","bold":true}']},CustomPotionEffects:[{Id:1b,Amplifier:2b,Duration:7000,ShowParticles:0b},{Id:14b,Amplifier:1b,Duration:7000,ShowParticles:0b},{Id:18b,Amplifier:1b,Duration:7000,ShowParticles:0b}],CustomPotionColor:16777215}}},{rewardExp:1b,maxUses:10,buy:{id:"minecraft:emerald",Count:10b},sell:{id:"minecraft:wither_skeleton_skull",Count:1b}},{rewardExp:1b,maxUses:5,buy:{id:"minecraft:emerald",Count:32b},sell:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{id:"minecraft:bane_of_arthropods",lvl:6s}]}}},{rewardExp:1b,maxUses:5,buy:{id:"minecraft:emerald",Count:32b},sell:{id:"minecraft:flint",Count:1b,tag:{CustomModelData:13,PublicBukkitValues:{"executableitems:ei-usage":1,"executableitems:ei-owner":"44527751-e33f-4bed-9e51-c7b00e26205e","executableitems:ei-kill":0,"executableitems:ei-blockbreak":0,"executableitems:ei-id":"Knighthelmet1"},display:{Name:'{"extra":[{"bold":false,"italic":false,"underlined":false,"strikethrough":false,"obfuscated":false,"color":"green","text":"Green Villager Knight Helmet"}],"text":""}'},AttributeModifiers:[{Slot:"head",AttributeName:"minecraft:generic.armor_toughness",Operation:0,UUID:[I; 307537287,-639547140,-1464482724,-1519179096],Name:"&eDefault name",Amount:2.0d},{Slot:"head",AttributeName:"minecraft:generic.armor",Operation:0,UUID:[I; 1111479392,-1201845268,-1129506844,-440215819],Name:"&eDefault name",Amount:4.0d},{Slot:"head",AttributeName:"minecraft:generic.max_health",Operation:0,UUID:[I;-30807547,-1508620432,-1771343736,1985121002],Name:"EI-ID:Knighthelmet1",Amount:0.0d}]}}}]}}"}
  853. - remove @self
  854.  
  855.  
  856. Vkgtrade2:
  857. Skills:
  858. - command{c="execute at <mob.uuid> run summon villager ~ ~ ~ {CustomNameVisible:1b,CustomName:'{"text":"Villager"}',VillagerData:{level:99,profession:"minecraft:nitwit"},Offers:{Recipes:[{rewardExp:1b,maxUses:10,buy:{id:"minecraft:emerald",Count:7b},sell:{id:"minecraft:splash_potion",Count:1b,tag:{display:{Name:'{"text":"Hyper Potion","color":"aqua","bold":true}'},CustomPotionEffects:[{Id:1b,Amplifier:2b,Duration:4000},{Id:3b,Amplifier:2b,Duration:2000},{Id:8b,Amplifier:1b,Duration:2000},{Id:16b,Amplifier:1b,Duration:5000},{Id:30b,Amplifier:0b,Duration:2000}],Potion:"minecraft:strong_swiftness",CustomPotionColor:65518}}},{rewardExp:1b,maxUses:10,buy:{id:"minecraft:emerald",Count:10b},sell:{id:"minecraft:splash_potion",Count:1b,tag:{display:{Name:'{"text":"Saturation Potion","color":"dark_red","bold":true}'},CustomPotionEffects:[{Id:10b,Amplifier:1b,Duration:1000},{Id:23b,Amplifier:4b,Duration:5000}],CustomPotionColor:16738730}}},{rewardExp:1b,maxUses:5,buy:{id:"minecraft:emerald",Count:20b},sell:{id:"minecraft:splash_potion",Count:1b,tag:{display:{Name:'{"text":"Combat Potion","color":"red","bold":true}'},CustomPotionEffects:[{Id:5b,Amplifier:2b,Duration:500}],CustomPotionColor:16711680}}},{rewardExp:1b,buy:{id:"minecraft:emerald",Count:7b},sell:{id:"minecraft:blaze_rod",Count:14b}},{buy:{id:"minecraft:emerald",Count:32b},sell:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{id:"minecraft:smite",lvl:6s}]}}},{rewardExp:1b,maxUses:10,buy:{id:"minecraft:emerald",Count:32b},sell:{id:"minecraft:chainmail_chestplate",Count:1b,tag:{display:{Name:'{"text":"Knight Chestplate","color":"gray"}',Lore:['{"text":"Settler Knight","color":"green"}']},CustomModelData:1,PublicBukkitValues:{"wolfyutilities:custom_durability.damage":0,"wolfyutilities:custom_durability.value":574,"wolfyutilities:custom_durability.tag":"&r&fDurability:_%dur%_/_%max_dur%"},AttributeModifiers:[{AttributeName:"generic.armor",Name:"generic.armor",Amount:8,Operation:0,UUID:[I;-434410494,1836141989,-1297033650,-23202518],Slot:"chest"},{AttributeName:"generic.knockback_resistance",Name:"generic.knockback_resistance",Amount:0.1,Operation:0,UUID:[I;980339613,-869645625,-1829793873,-1787279180],Slot:"chest"},{AttributeName:"generic.armor_toughness",Name:"generic.armor_toughness",Amount:2,Operation:0,UUID:[I;1921763230,-762034937,-2142126361,140137951],Slot:"chest"}]}}}]}}"}
  859. - remove @self
  860.  
  861. Vkptrade1:
  862. Skills:
  863. - command{c="execute at <mob.uuid> run summon villager ~ ~ ~ {VillagerData:{level:99,profession:"minecraft:nitwit"},Offers:{Recipes:[{maxUses:1,buy:{id:"minecraft:emerald_block",Count:32b},sell:{id:"minecraft:diamond",Count:1b,tag:{display:{Name:'{"text":"Pink Diamond","color":"light_purple","italic":false}'},CustomModelData:1}}},{maxUses:5,buy:{id:"minecraft:emerald_block",Count:1b},sell:{id:"minecraft:enchanted_golden_apple",Count:3b}},{maxUses:2,buy:{id:"minecraft:emerald",Count:39b},sell:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{id:"minecraft:blast_protection",lvl:6s}]}}},{maxUses:2,buy:{id:'minecraft:emerald',Count:39b},sell:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{id:"minecraft:fire_protection",lvl:6s}]}}},{maxUses:2,buy:{id:'minecraft:emerald',Count:39b},sell:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{id:"minecraft:unbreaking",lvl:6s}]}}},{maxUses:2,buy:{id:"minecraft:emerald",Count:45b},sell:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{id:"minecraft:double_strike",lvl:1s}]}}},{maxUses:1,buy:{id:"minecraft:emerald_block",Count:39b},sell:{id:"minecraft:netherite_chestplate",Count:1b,tag:{display:{Name:'{"text":"Emerald Chestplate","color":"green","bold":false}',Lore:['{"text":"Emerald","color":"green","bold":false,"italic":true}']},CustomModelData:3,PublicBukkitValues:{"wolfyutilities:custom_durability.damage":0,"wolfyutilities:custom_durability.value":4000,"wolfyutilities:custom_durability.tag":"&r&fDurability:_%dur%_/_%max_dur%"},AttributeModifiers:[{AttributeName:"generic.armor_toughness",Name:"generic.armor_toughness",Amount:6,Operation:0,UUID:[I;2116158166,268125421,-1641890075,781738726],Slot:"chest"},{AttributeName:"generic.armor",Name:"generic.armor",Amount:12,Operation:0,UUID:[I;1891495622,-1596502071,-1926933350,1658799548],Slot:"chest"}]}}}]}}"}
  864. - remove @self
  865. Vkptrade2:
  866. Skills:
  867. - command{c="execute at <mob.uuid> run summon villager ~ ~ ~ {VillagerData:{level:99,profession:"minecraft:nitwit"},Offers:{Recipes:[{maxUses:5,buy:{id:"minecraft:emerald",Count:34b},sell:{id:"minecraft:diamond_boots",Count:1b,tag:{Enchantments:[{id:"minecraft:feather_falling",lvl:1s},{id:"minecraft:blast_protection",lvl:1s},{id:"minecraft:depth_strider",lvl:1s},{id:"minecraft:unbreaking",lvl:1s}]}}},{maxUses:5,buy:{id:"minecraft:emerald",Count:48b},sell:{id:"minecraft:diamond_leggings",Count:1b,tag:{Enchantments:[{id:"minecraft:protection",lvl:1s},{id:"minecraft:projectile_protection",lvl:1s},{id:"minecraft:thorns",lvl:1s},{id:"minecraft:unbreaking",lvl:1s},{id:"minecraft:vanishing_curse",lvl:1s}]}}},{maxUses:2,buy:{id:"minecraft:emerald",Count:64b},sell:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{id:"minecraft:fire_protection",lvl:6s}]}}},{maxUses:2,buy:{id:"minecraft:emerald",Count:59b},sell:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{id:"minecraft:projectile_protection",lvl:6s},{id:"minecraft:fortune",lvl:6s},{id:"minecraft:power",lvl:6s}]}}},{maxUses:3,buy:{id:"minecraft:emerald",Count:48b},sell:{id:"minecraft:netherite_axe",Count:1b,tag:{display:{Name:'{"text":"Elite Berserker Axe","color":"dark_gray","bold":false,"italic":false}'},CustomModelData:6,AttributeModifiers:[{AttributeName:"generic.attack_damage",Name:"generic.attack_damage",Amount:9.5,Operation:0,UUID:[I;163207760,1093484704,-1945927646,1564775580],Slot:"mainhand"},{AttributeName:"generic.attack_speed",Name:"generic.attack_speed",Amount:-4.8,Operation:0,UUID:[I;-1768613862,273237879,-1155062399,-1675830104],Slot:"mainhand"}]}}}]}}"}
  868. - remove @self
  869.  
  870. Vkrtrade1:
  871. Skills:
  872. - command{c="execute at <mob.uuid> run summon villager ~ ~ ~ {CustomNameVisible:1b,CustomName:'{"text":"Villager"}',VillagerData:{level:99,profession:"minecraft:nitwit"},Offers:{Recipes:[{maxUses:10,buy:{id:"minecraft:emerald",Count:12b},sell:{id:"minecraft:ender_pearl",Count:16b}},{maxUses:2,buy:{id:"minecraft:emerald",Count:64b},sell:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{id:"minecraft:sharpness",lvl:6s}]}}},{maxUses:1,buy:{id:"minecraft:emerald",Count:59b},buyB:{id:"minecraft:netherite_ingot",Count:2b},sell:{id:"minecraft:netherite_sword",Count:1b,tag:{display:{Name:'{"text":"Short Bleed Netherite Sword","color":"dark_red","italic":false}'},CustomModelData:29,AttributeModifiers:[{AttributeName:"generic.attack_damage",Name:"generic.attack_damage",Amount:6.8,Operation:0,UUID:[I;-2076343307,1048528361,-1231082740,-553768606],Slot:"mainhand"},{AttributeName:"generic.attack_speed",Name:"generic.attack_speed",Amount:-1.1,Operation:0,UUID:[I;1011712614,-744668613,-1630903033,-2024997606],Slot:"mainhand"}]}}},{maxUses:5,buy:{id:"minecraft:emerald",Count:32b},sell:{id:"minecraft:shield",Count:1b,tag:{Enchantments:[{id:"minecraft:unbreaking",lvl:10s}]}}},{maxUses:3,buy:{id:"minecraft:emerald",Count:35b},sell:{id:"minecraft:netherite_sword",Count:1b,tag:{display:{Name:'{"text":"Diamond Scimitar","italic":false}'},CustomModelData:26,AttributeModifiers:[{AttributeName:"generic.attack_damage",Name:"generic.attack_damage",Amount:6.2,Operation:0,UUID:[I;-1509949220,-1172027084,-1432291874,1369467184],Slot:"mainhand"},{AttributeName:"generic.attack_speed",Name:"generic.attack_speed",Amount:-2.4,Operation:0,UUID:[I;808523114,266750237,-1469010424,-155794525],Slot:"mainhand"}]}}},{maxUses:10,buy:{id:"minecraft:emerald",Count:32b},sell:{id:"minecraft:flint",Count:1b,tag:{CustomModelData:15,PublicBukkitValues:{"executableitems:ei-usage":1,"executableitems:ei-owner":"44527751-e33f-4bed-9e51-c7b00e26205e","executableitems:ei-kill":0,"executableitems:ei-blockbreak":0,"executableitems:ei-id":"Knighthelmet1"},display:{Name:'{"extra":[{"bold":false,"italic":false,"underlined":false,"strikethrough":false,"obfuscated":false,"color":"red","text":"Red Villager Knight Helmet"}],"text":""}'},AttributeModifiers:[{Slot:"head",AttributeName:"minecraft:generic.armor_toughness",Operation:0,UUID:[I; 307537287,-639547140,-1464482724,-1519179096],Name:"&eDefault name",Amount:5.0d},{Slot:"head",AttributeName:"minecraft:generic.armor",Operation:0,UUID:[I; 1111479392,-1201845268,-1129506844,-440215819],Name:"&eDefault name",Amount:6.0d},{Slot:"head",AttributeName:"minecraft:generic.max_health",Operation:0,UUID:[I;-30807547,-1508620432,-1771343736,1985121002],Name:"EI-ID:Knighthelmet1",Amount:0.0d}]}}}]}}"}
  873. - remove @self
  874.  
  875. Vkrtrade2:
  876. Skills:
  877. - command{c="execute at <mob.uuid> run summon villager ~ ~ ~ {VillagerData:{level:99,profession:"minecraft:nitwit"},Offers:{Recipes:[{rewardExp:1b,maxUses:10,buy:{id:"minecraft:emerald",Count:16b},sell:{id:"minecraft:tnt",Count:30b}},{rewardExp:1b,maxUses:4,buy:{id:"minecraft:emerald",Count:34b},sell:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{id:"minecraft:protection",lvl:6s}]}}},{rewardExp:1b,maxUses:5,buy:{id:"minecraft:emerald",Count:32b},sell:{id:"minecraft:netherite_sword",Count:1b,tag:{display:{Name:'{"text":"Sided Diamond Blade","color":"aqua","italic":false}'},CustomModelData:24,AttributeModifiers:[{AttributeName:"generic.attack_damage",Name:"generic.attack_damage",Amount:4.5,Operation:0,UUID:[I;571989056,-1262401121,-1413667522,780751493],Slot:"mainhand"},{AttributeName:"generic.attack_speed",Name:"generic.attack_speed",Amount:-3.2,Operation:0,UUID:[I;68840489,-690076834,-1381276926,-639406170],Slot:"mainhand"},{AttributeName:"generic.movement_speed",Name:"generic.movement_speed",Amount:0.02,Operation:0,UUID:[I;-1709011786,-1780398256,-2068106319,-713517707],Slot:"mainhand"}]}}},{rewardExp:1b,maxUses:7,buy:{id:"minecraft:emerald",Count:32b},sell:{id:"minecraft:totem_of_undying",Count:1b}},{rewardExp:1b,maxUses:10,buy:{id:"minecraft:emerald",Count:32b},sell:{id:"minecraft:coal",Count:1b,tag:{Enchantments:[{id:"minecraft:protection",lvl:6s}]}}},{rewardExp:1b,maxUses:5,buy:{id:"minecraft:emerald",Count:34b},sell:{id:"minecraft:fishing_rod",Count:1b,tag:{GrapplingHookThrowTime:0L,GrapplingHook:1b,GrapplingHookRappelTime:0L,Damage:0,GrapplingHookDistance:0,GrapplingHookUses:300,GrapplingHookRappeling:0b,HideFlags:1,GrapplingHookMaxUses:300,display:{Lore:['{"extra":[{"bold":false,"italic":true,"underlined":false,"strikethrough":false,"obfuscated":false,"color":"gray","text":"Right-click to throw"}],"text":""},{"extra":[{"bold":false,"italic":true,"underlined":false,"strikethrough":false,"obfuscated":false,"color":"gray","text":"300 use(s) left"}],"text":""}'],Name:{"extra":[{"bold":false,"italic":false,"underlined":false,"strikethrough":false,"obfuscated":false,"color":"gold","text":"Grappling Hook"}],"text":""}}}}}]}}"}
  878. - remove @self
  879.  
  880. Vkrtrade3:
  881. Skills:
  882. - command{c="execute at <mob.uuid> run summon villager ~ ~ ~ {VillagerData:{level:99,profession:"minecraft:nitwit"},Offers:{Recipes:[{maxUses:10,buy:{id:"minecraft:emerald",Count:29b},sell:{id:"minecraft:netherite_sword",Count:1b,tag:{display:{Name:'{"text":"Small Diamond Dagger","color":"aqua","italic":false}'},CustomModelData:27,AttributeModifiers:[{AttributeName:"generic.attack_damage",Name:"generic.attack_damage",Amount:3.9,Operation:0,UUID:[I;-1518127892,-1584578311,-1351229349,-256016829],Slot:"mainhand"},{AttributeName:"generic.attack_speed",Name:"generic.attack_speed",Amount:-2.5,Operation:0,UUID:[I;-343483042,-1548988467,-1638808764,-2001606337],Slot:"mainhand"},{AttributeName:"generic.movement_speed",Name:"generic.movement_speed",Amount:0.03,Operation:0,UUID:[I;1844567566,-1544992821,-1588380626,1162286587],Slot:"mainhand"}]}}},{maxUses:3,buy:{id:"minecraft:emerald",Count:36b},sell:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{id:"minecraft:feather_falling",lvl:5s},{id:"minecraft:vanishing_curse",lvl:1s},{id:"minecraft:quick_charge",lvl:5s}]}}},{maxUses:10,buy:{id:"minecraft:emerald",Count:10b},sell:{id:"minecraft:experience_bottle",Count:12b}},{buy:{id:"minecraft:emerald",Count:38b},sell:{id:"minecraft:chainmail_chestplate",Count:1b,tag:{display:{Name:'{"text":"Knight Chestplate","color":"gray"}',Lore:['{"text":"Exterminator Knight","color":"dark_red"}']},CustomModelData:1,PublicBukkitValues:{"wolfyutilities:custom_durability.damage":0,"wolfyutilities:custom_durability.value":574,"wolfyutilities:custom_durability.tag":"&r&fDurability:_%dur%_/_%max_dur%"},AttributeModifiers:[{AttributeName:"generic.armor",Name:"generic.armor",Amount:8,Operation:0,UUID:[I;-434410494,1836141989,-1297033650,-23202518],Slot:"chest"},{AttributeName:"generic.armor_toughness",Name:"generic.armor_toughness",Amount:2,Operation:0,UUID:[I;1921763230,-762034937,-2142126361,140137951],Slot:"chest"}]}}}]}}"}
  883. - remove @self
  884.  
  885.  
  886. Vkrtrade4:
  887. Skills:
  888. - command{c="execute at <mob.uuid> run summon villager ~ ~ ~ {VillagerData:{level:99,profession:"minecraft:nitwit"},Offers:{Recipes:[{maxUses:10,buy:{id:"minecraft:emerald",Count:64b},sell:{id:"minecraft:diamond_helmet",Count:1b,tag:{Enchantments:[{id:"minecraft:protection",lvl:1s},{id:"minecraft:fire_protection",lvl:1s},{id:"minecraft:unbreaking",lvl:1s},{id:"minecraft:mending",lvl:1s}]}}},{rewardExp:1b,maxUses:1,buy:{id:"minecraft:emerald",Count:39b},sell:{id:"minecraft:diamond",Count:1b,tag:{display:{Name:'{"text":"Diamond","color":"blue","bold":true,"italic":false}'},CustomModelData:2}}},{maxUses:10,buy:{id:"minecraft:emerald",Count:64b},sell:{id:"minecraft:diamond_chestplate",Count:1b,tag:{Enchantments:[{id:"minecraft:blast_protection",lvl:1s},{id:"minecraft:projectile_protection",lvl:1s},{id:"minecraft:binding_curse",lvl:1s},{id:"minecraft:mending",lvl:1s},{id:"minecraft:vanishing_curse",lvl:1s}]}}},{maxUses:10,buy:{id:"minecraft:emerald",Count:29b},sell:{id:"minecraft:netherite_sword",Count:1b,tag:{display:{Name:'{"text":"Small Diamond Saber","color":"aqua","italic":false}'},CustomModelData:25,AttributeModifiers:[{AttributeName:"generic.movement_speed",Name:"generic.movement_speed",Amount:0.04,Operation:0,UUID:[I;-791877303,-528331633,-1195824360,-1226796924],Slot:"mainhand"},{AttributeName:"generic.attack_damage",Name:"generic.attack_damage",Amount:4.9,Operation:0,UUID:[I;-1720000309,-1195685088,-1273341500,951163968],Slot:"mainhand"},{AttributeName:"generic.attack_speed",Name:"generic.attack_speed",Amount:-3.4,Operation:0,UUID:[I;1371672082,-143700032,-1538396375,610296813],Slot:"mainhand"}]}}},{maxUses:4,buy:{id:"minecraft:emerald",Count:36b},sell:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{id:"minecraft:depth_strider",lvl:6s}]}}},{maxUses:5,buy:{id:"minecraft:emerald",Count:32b},sell:{id:"minecraft:flint",Count:1b,tag:{display:{Name:'{"text":"Red Knight Helmet","color":"red"}'},CustomModelData:15,AttributeModifiers:[{AttributeName:"generic.armor",Name:"generic.armor",Amount:3,Operation:0,UUID:[I;-1844067488,1398620221,-1747309023,187432196],Slot:"head"},{AttributeName:"generic.armor_toughness",Name:"generic.armor_toughness",Amount:1.5,Operation:0,UUID:[I;819812371,-994556544,-1291018009,1831616801],Slot:"head"}]}}}]}}"}
  889. - remove @self
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement