SoniaK

paths

Apr 18th, 2017
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.49 KB | None | 0 0
  1. ### Default rank when logging on - Anti-Hero ###
  2. Anti-Hero:
  3. prerequisites:
  4. in group:
  5. value:
  6. requirements:
  7. time:
  8. value: 1m
  9. results:
  10. message: Use /ar view list to choose your path!
  11. options:
  12. display name: Use /ar choose <path name>
  13. show based on prerequisites: true
  14.  
  15. ### Anti-Hero needs to choose 1 of 3 paths, Lab Technician, Marvel Comics, or DC Comics ###
  16. LabTech:
  17. prerequisites:
  18. in group:
  19. value: Anti-Hero
  20. upon choosing:
  21. message:
  22. value: "You are now on the Path of Lab Technician"
  23. command:
  24. value: pex user &p group set LabTech
  25. requirements:
  26. time:
  27. value: 1m
  28. results:
  29. command:
  30. value: pex user &p group set Technician
  31. options:
  32. display name: LabTech
  33. show based on prerequisites: false
  34. auto choose: false
  35.  
  36. ### Once a Lab Tech, player needs to Automatically rank up through Technician, Engineer, Scientist, Doctor, then MetaHuman ###
  37. Technician:
  38. prerequisites:
  39. in group:
  40. value: LabTech
  41. requirements:
  42. time:
  43. value: 5m
  44. results:
  45. command:
  46. value: pex user &p group set Engineer
  47. message:
  48. value: Congratulations, you are now a Engineer.
  49. command1:
  50. value: say &p has just been promoted to Engineer!
  51. command2:
  52. value: kit jay &p
  53. message1:
  54. value: You have just earned your Engineer Lab Technicians kit!
  55. command3:
  56. value: adjustbonusclaimblocks &p 1000
  57. options:
  58. display name:
  59. show based on prerequisites: true
  60. auto choose: false
  61. Engineer:
  62. prerequisites:
  63. in group:
  64. value: Technician
  65. requirements:
  66. mobs killed:
  67. value: 300
  68. money:
  69. value: 50000
  70. votes:
  71. value: 50
  72. time:
  73. value: 135h
  74. results:
  75. command:
  76. value: pex user &p group set Scientist
  77. message:
  78. value: Congratulations, you are now a Scientist rank.
  79. command1:
  80. value: say &p has just been promoted to Scientist!
  81. command2:
  82. value: kit minime &p;
  83. message1:
  84. value: You have just earned an Scientist Lab Technicians kit!
  85. command3:
  86. value: adjustbonusclaimblocks &p 5000
  87. options:
  88. display name:
  89. show based on prerequisites: true
  90. Scientist:
  91. prerequisites:
  92. in group:
  93. value: Engineer
  94. requirements:
  95. mobs killed:
  96. value: 500
  97. money:
  98. value: 100000
  99. votes:
  100. value: 100
  101. time:
  102. value: 303h
  103. results:
  104. command:
  105. value: pex user &p group set Doctor
  106. message:
  107. value: Congratulations, you are now a Doctor rank.
  108. command1:
  109. value: say &p has just been promoted to Doctor!
  110. command2:
  111. value: kit samwise &p
  112. message1:
  113. value: You have just earned another LabTech kit!
  114. command3:
  115. value: adjustbonusclaimblocks &p 5000
  116. options:
  117. display name:
  118. show based on prerequisites: true
  119. Doctor:
  120. prerequisites:
  121. in group:
  122. value: Scientist
  123. requirements:
  124. mobs killed:
  125. value: 1000
  126. money:
  127. value: 300000
  128. votes:
  129. value: 200
  130. time:
  131. value: 840h
  132. results:
  133. command:
  134. value: pex user &p group set MetaHuman
  135. message:
  136. value: Congratulations, you are now a MetaHuman rank.
  137. command1:
  138. value: say &p has just been promoted to MetaHuman!
  139. command2:
  140. value: kit chewbacca &p
  141. message1:
  142. value: You have just earned a better LabTech kit!
  143. command3:
  144. value: adjustbonusclaimblocks &p 50000
  145. options:
  146. display name:
  147. show based on prerequisites: true
  148.  
  149. ### Once choosing Marvel Sidekick, Player needs to automatically rank up from Sidekick I - IV to Marvel_SuperHero ###
  150. Marvel_Sidekick:
  151. prerequisites:
  152. in group:
  153. value: Anti-Hero
  154. upon choosing:
  155. message:
  156. value: "You are now on the Path of Marvel Comics"
  157. command:
  158. value: pex user &p group set Marvel_Sidekick
  159. requirements:
  160. time:
  161. value: 1m
  162. results:
  163. command:
  164. value: pex user &p group set Marvel_Sidekick_I
  165. options:
  166. display name: Marvel Comics
  167. show based on prerequisites: false
  168. auto choose: false
  169.  
  170. ### Once choosing DC Sidekick, Player needs to automatically rank up from Sidekick I - IV to DC_SuperHero ###
  171. DC_Sidekick:
  172. prerequisites:
  173. in group:
  174. value: Anti-Hero
  175. upon choosing:
  176. message:
  177. value: "You are now on the Path of DC Comics"
  178. command:
  179. value: pex user &p group set DC_Sidekick
  180. requirements:
  181. time:
  182. value: 1m
  183. results:
  184. command:
  185. value: pex user &p group set DC_Sidekick_I
  186. options:
  187. display name: DC Comics
  188. show based on prerequisites: false
  189. auto choose: false
  190. Marvel_Sidekick_II:
  191. prerequisites:
  192. in group:
  193. value: Marvel_Sidekick
  194. requirements:
  195. mobs killed:
  196. value: 1000
  197. money:
  198. value: 20000
  199. mcmmo skill level:
  200. value: 200;Unarmed
  201. mcmmo skill level1:
  202. value: 175;Woodcutting
  203. mcmmo skill level2:
  204. value: 250;Swords
  205. mcmmo skill level3:
  206. value: 375;Repair
  207. mcmmo skill level4:
  208. value: 75;Mining
  209. mcmmo skill level5:
  210. value: 250;Fishing
  211. mcmmo skill level6:
  212. value: 200;Excavation
  213. mcmmo skill level7:
  214. value: 200;Axes
  215. mcmmo skill level8:
  216. value: 200;Archery
  217. mcmmo skill level9:
  218. value: 250;Alchemy
  219. mcmmo skill level10:
  220. value: 100;Acrobatics
  221. permission:
  222. value: ce.ench.Healing
  223. options:
  224. description: 'Earn Healing Enchantment'
  225. permission1:
  226. value: ce.ench.Charge
  227. options:
  228. description: 'Earn Charge Enchanment'
  229. permission2:
  230. value: ce.ench.Cloaking
  231. options:
  232. description: 'Earn Cloaking Enchantment'
  233. permission3:
  234. value: ce.ench.Frozen
  235. options:
  236. description: 'Earn Frozen Enchantment'
  237. permission4:
  238. value: ce.ench.Lifesteal
  239. options:
  240. description: 'Earn Lifesteal Enchantment'
  241. permission5:
  242. value: ce.ench.Block
  243. options:
  244. description: 'Earn Block Enchantment'
  245. permission6:
  246. value: ce.ench.Deepwounds
  247. options:
  248. description: 'Earn Deepwounds Enchantment'
  249. votes:
  250. value: 20
  251. time:
  252. value: 15h
  253. results:
  254. command:
  255. value: pex user &p group set Marvel_Sidekick_III
  256. message:
  257. value: Congratulations, you are now a Marvel Sidekick.
  258. command1:
  259. value: say &p has just been promoted to Marvel Sidekick!
  260. message1:
  261. value: tell &p You have just earned your Sidekick kit!;
  262. options:
  263. display name:
  264. show based on prerequisites: true
  265. auto choose: false
  266. DC_Sidekick_II:
  267. prerequisites:
  268. in group:
  269. value: DC_Sidekick
  270. upon choosing:
  271. message:
  272. value: "You are now on the Path of DC Comics"
  273. requirements:
  274. mobs killed:
  275. value: 1000
  276. money:
  277. value: 20000
  278. mcmmo skill level:
  279. value: 200;Unarmed
  280. permission:
  281. value: ce.ench.Charge
  282. options:
  283. description: 'Charge Enchanment'
  284. permission1:
  285. value: ce.ench.Cloaking
  286. options:
  287. description: 'Cloaking Enchantment'
  288. votes:
  289. value: 20
  290. time:
  291. value: 15h
  292. results:
  293. command:
  294. value: pex user &p group set DC_Sidekick_III
  295. message:
  296. value: Congratulations, you are now a DC Sidekick.
  297. command1:
  298. value: say &p has just been promoted to DC Sidekick!
  299. message1:
  300. value: You have just earned your Sidekick kit!;
  301. options:
  302. display name: DC Comics
  303. show based on prerequisites: true
  304. auto choose: false
  305. Marvel_Sidekick_III:
  306. prerequisites:
  307. in group:
  308. value: Marvel_Sidekick_I
  309. requirements:
  310. mobs killed:
  311. value: 4000
  312. money:
  313. value: 30000
  314. mcmmo skill level:
  315. value: 350;Woodcutting
  316. permission:
  317. value: ce.ench.Deathbringer
  318. votes:
  319. value: 100
  320. time:
  321. value: 841h
  322. gamemode:
  323. value: 0
  324. results:
  325. command:
  326. value: pex user &p group set Marvel_Sidekick_III
  327. message:
  328. value: Congratulations, you are now a Marvel Sidekick II.
  329. command1:
  330. value: say &p has just been promoted to Marvel Sidekick II!
  331. message1:
  332. value: tell &p You have just earned your Sidekick kit!;
  333. options:
  334. display name:
  335. show based on prerequisites: true
  336. DC_Sidekick_III:
  337. prerequisites:
  338. in group:
  339. value: DC_Sidekick_I
  340. requirements:
  341. mobs killed:
  342. value: 4000
  343. money:
  344. value: 30000
  345. mcmmo skill level:
  346. value: 350;Woodcutting
  347. permission:
  348. value: ce.ench.Deathbringer
  349. votes:
  350. value: 100
  351. time:
  352. value: 841h
  353. gamemode:
  354. value: 0
  355. results:
  356. command:
  357. value: pex user &p group set DC_Sidekick_II
  358. message:
  359. value: Congratulations, you are now a DC Sidekick.
  360. command1:
  361. value: say &p has just been promoted to DC Sidekick!;
  362. message1:
  363. value: You have just earned your Sidekick kit!;
  364. options:
  365. display name:
  366. show based on prerequisites: true
  367. Marvel_Sidekick_IV:
  368. prerequisites:
  369. in group:
  370. value: Marvel_Sidekick_II
  371. requirements:
  372. mobs killed:
  373. value: 8000
  374. money:
  375. value: 30000
  376. mcmmo skill level:
  377. value: 475;Woodcutting
  378. permission:
  379. value: ce.ench.Springs
  380. votes:
  381. value: 200
  382. time:
  383. value: 841h
  384. gamemode:
  385. value: 0
  386. results:
  387. command:
  388. value: pex user &p group set Marvel_Hero_I
  389. message:
  390. value: Congratulations, you are now a Marvel Hero I.
  391. command1:
  392. value: broadcast &p has just been promoted to Marvel Hero I!
  393. message1:
  394. value: You have just earned your Hero kit!;
  395. options:
  396. display name:
  397. show based on prerequisites: true
  398. DC_Sidekick_IV:
  399. prerequisites:
  400. in group:
  401. value: DC_Sidekick_II
  402. requirements:
  403. mobs killed:
  404. value: 8000
  405. money:
  406. value: 30000
  407. mcmmo skill level:
  408. value: 475;Woodcutting
  409. permission:
  410. value: ce.ench.Springs
  411. votes:
  412. value: 200
  413. time:
  414. value: 841h
  415. gamemode:
  416. value: 0
  417. results:
  418. command:
  419. value: pex user &p group set DC_Hero_I
  420. message:
  421. value: Congratulations, you are now a DC Hero I.
  422. command1:
  423. value: say &p has just been promoted to DC Hero I!
  424. message1:
  425. value: You have just earned your Hero kit!;
  426. options:
  427. display name:
  428. show based on prerequisites: true
  429. Marvel_Hero_I:
  430. prerequisites:
  431. in group:
  432. value: Marvel_Sidekick_III
  433. requirements:
  434. mobs killed:
  435. value: 16000
  436. money:
  437. value: 30000
  438. mcmmo skill level:
  439. value: 575;Woodcutting
  440. permission:
  441. value: ce.ench.Gooey
  442. votes:
  443. value: 300
  444. time:
  445. value: 841h
  446. gamemode:
  447. value: 0
  448. results:
  449. command:
  450. value: pex user &p group set Marvel_Hero_II
  451. message:
  452. value: Congratulations, you are now a Marvel Hero II.
  453. command1:
  454. value: say &p has just been promoted to Marvel Hero II!
  455. message1:
  456. value: You have just earned your Hero kit!;
  457. options:
  458. display name:
  459. show based on prerequisites: true
  460. DC_Hero_I:
  461. prerequisites:
  462. in group:
  463. value: DC_Sidekick_III
  464. requirements:
  465. mobs killed:
  466. value: 16000
  467. money:
  468. value: 30000
  469. mcmmo skill level:
  470. value: 575;Woodcutting
  471. permission:
  472. value: ce.ench.Gooey
  473. votes:
  474. value: 300
  475. time:
  476. value: 841h
  477. gamemode:
  478. value: 0
  479. results:
  480. command:
  481. value: pex user &p group set DC_Hero_II
  482. message:
  483. value: Congratulations, you are now a Marvel Hero II.
  484. command1:
  485. value: say &p has just been promoted to Marvel Hero II!
  486. message1:
  487. value: You have just earned your Hero kit!;
  488. options:
  489. display name:
  490. show based on prerequisites: true
  491. Marvel_Hero_II:
  492. prerequisites:
  493. in group:
  494. value: Marvel_Hero_I
  495. requirements:
  496. mobs killed:
  497. value: 32000
  498. money:
  499. value: 30000
  500. mcmmo skill level:
  501. value: 700;Woodcutting
  502. permission:
  503. value: ce.ench.Cripling Strike
  504. votes:
  505. value: 400
  506. time:
  507. value: 841h
  508. gamemode:
  509. value: 0
  510. results:
  511. command:
  512. value: pex user &p group set Marvel_Hero_III
  513. message:
  514. value: Congratulations, you are now a Marvel Hero III.
  515. command1:
  516. value: say &p has just been promoted to Marvel Hero III!
  517. message1:
  518. value: You have just earned your Hero kit!;
  519. options:
  520. display name:
  521. show based on prerequisites: true
  522. DC_Hero_II:
  523. prerequisites:
  524. in group:
  525. value: DC_Hero_I
  526. requirements:
  527. mobs killed:
  528. value: 32000
  529. money:
  530. value: 30000
  531. mcmmo skill level:
  532. value: 700;Woodcutting
  533. permission:
  534. value: ce.ench.Cripling Strike
  535. votes:
  536. value: 400
  537. time:
  538. value: 841h
  539. gamemode:
  540. value: 0
  541. results:
  542. command:
  543. value: pex user &p group set DC_Hero_III
  544. message:
  545. value: Congratulations, you are now a DC Hero III.
  546. command1:
  547. value: say &p has just been promoted to DC Hero III!
  548. message1:
  549. value: You have just earned your Hero kit!;
  550. options:
  551. display name:
  552. show based on prerequisites: true
  553. Marvel_Hero_III:
  554. prerequisites:
  555. in group:
  556. value: Marvel_Hero_II
  557. requirements:
  558. mobs killed:
  559. value: 50000
  560. money:
  561. value: 80000
  562. mcmmo skill level:
  563. value: 1000;Woodcutting
  564. permission:
  565. value: ce.ench.Shockwave
  566. votes:
  567. value: 500
  568. time:
  569. value: 841h
  570. gamemode:
  571. value: 0
  572. results:
  573. command:
  574. value: pex user &p group set Marvel_SuperHero
  575. message:
  576. value: Congratulations, you are now a Marvel SuperHero.
  577. command1:
  578. value: say &p has just been promoted to Marvel SuperHero!
  579. message1:
  580. value: You have just earned your SuperHero kit!;
  581. options:
  582. display name:
  583. show based on prerequisites: true
  584. DC_Hero_III:
  585. prerequisites:
  586. in group:
  587. value: DC_Hero_II
  588. requirements:
  589. mobs killed:
  590. value: 50000
  591. money:
  592. value: 80000
  593. mcmmo skill level:
  594. value: 1000;Woodcutting
  595. permission:
  596. value: ce.ench.Shockwave
  597. votes:
  598. value: 500
  599. time:
  600. value: 841h
  601. gamemode:
  602. value: 0
  603. results:
  604. command:
  605. value: pex user &p group set DC_SuperHero
  606. message:
  607. value: Congratulations, you are now a DC SuperHero.
  608. command1:
  609. value: say &p has just been promoted to DC SuperHero!
  610. message1:
  611. value: tell &p You have just earned your SuperHero kit!;
  612. options:
  613. display name:
  614. show based on prerequisites: true
Advertisement
Add Comment
Please, Sign In to add comment