Advertisement
pokefreak

Untitled

Dec 6th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.71 KB | None | 0 0
  1. kits {
  2. Youngster {
  3. commands=[
  4. ]
  5. description="This is a Youngster kit"
  6. interval=86400
  7. items=[
  8. "pixelmon:item.Poke_Ball 3"
  9. "pixelmon:item.Great_Ball 1"
  10. "pixelmon:item.Potion 1"
  11. ]
  12. message="&9You used the Youngster Kit!&f"
  13. name=Youngster
  14. requirements {
  15. ExampleRequirements {
  16. description="this requirement specifies that the player must have Youngster rank to use this kit."
  17. name="Youngster Requirement"
  18. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  19. }
  20. permission="commandkits.Youngster"
  21. }
  22. }
  23. Pokefan {
  24. commands=[
  25. ]
  26. description="This is an Pokefan kit"
  27. interval=86400
  28. items=[
  29. "pixelmon:item.Poke_Ball 5"
  30. "pixelmon:item.Great_Ball 2"
  31. "pixelmon:item.Potion 2"
  32. "pixelmon:item.Ether 1"
  33. ]
  34. message="&9You used the Pokefan kit!&f"
  35. name=Pokefan
  36. requirements {
  37. ExampleRequirement {
  38. description="This requirement specifies that the player must have Pokefan Rank to use this kit."
  39. name="Pokefan Requirement"
  40. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  41. }
  42. permission="commandkits.Pokefan"
  43. }
  44. }
  45. Breeder {
  46. commands=[
  47. ]
  48. description="This is an Breeder kit"
  49. interval=86400
  50. items=[
  51. "pixelmon:item.Poke_Ball 7"
  52. "pixelmon:item.Great_Ball 3"
  53. "pixelmon:item.Potion 2"
  54. "pixelmon:item.Super_Potion 1"
  55. "pixelmon:item.Ether 1"
  56. ]
  57. message="&9You used the Breeder kit!&f"
  58. name=Pokefan
  59. requirements {
  60. ExampleRequirement {
  61. description="This requirement specifies that the player must have Breeder Rank to use this kit."
  62. name="Breeder Requirement"
  63. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  64. }
  65. permission="commandkits.Breeder"
  66. }
  67. }
  68. Ranger {
  69. commands=[
  70. ]
  71. description="This is an Ranger kit"
  72. interval=86400
  73. items=[
  74. "pixelmon:item.Poke_Ball 10"
  75. "pixelmon:item.Great_Ball 7"
  76. "pixelmon:item.Ultra_Ball 3"
  77. "pixelmon:item.Ether 2"
  78. "pixelmon:item.Potion 2"
  79. "pixelmon:item.Super_Potion 1"
  80. ]
  81. message="&9You used the Ranger kit!&f"
  82. name=Ranger
  83. requirements {
  84. ExampleRequirement {
  85. description="This requirement specifies that the player must have Ranger Rank to use this kit."
  86. name="Ranger Requirement"
  87. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  88. }
  89. permission="commandkits.Ranger"
  90. }
  91. }
  92. Tools {
  93. commands=[
  94. ]
  95. description="This is the Tool kit"
  96. interval=43200
  97. items=[
  98. "minecraft:iron_shovel 1"
  99. "minecraft:iron_pickaxe 1"
  100. "minecraft:iron_axe 1"
  101. ]
  102. message="&9You used the Tools kit!&f"
  103. name=Tools
  104. requirements {
  105. ExampleRequirement {
  106. description="This requirement specifies that the player must have any Rank to use this kit."
  107. name="Tools Requirement"
  108. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  109. }
  110. permission="commandkits.Tools"
  111. }
  112. }
  113. Scientist {
  114. commands=[
  115. ]
  116. description="This is an Scientist kit"
  117. interval=86400
  118. items=[
  119. "pixelmon:item.Poke_Ball 8"
  120. "pixelmon:item.Great_Ball 5"
  121. "pixelmon:item.Ultra_Ball 2"
  122. "pixelmon:item.Ether 2"
  123. "pixelmon:item.Potion 2"
  124. "pixelmon:item.Super_Potion 1"
  125. ]
  126. message="&9You used the Scientist kit!&f"
  127. name=Scientist
  128. requirements {
  129. ExampleRequirement {
  130. description="This requirement specifies that the player must have Scientist Rank to use this kit."
  131. name="Scientist Requirement"
  132. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  133. }
  134. permission="commandkits.Scientist"
  135. }
  136. }
  137. AceTrainer {
  138. commands=[
  139. ]
  140. description="This is an AceTrainer kit"
  141. interval=86400
  142. items=[
  143. "pixelmon:item.Poke_Ball 10"
  144. "pixelmon:item.Great_Ball 10"
  145. ]
  146. message="&9You used the AceTrainer kit!&f"
  147. name=AceTrainer
  148. requirements {
  149. ExampleRequirement {
  150. description="This requirement specifies that the player must have AceTrainer Rank to use this kit."
  151. name="AceTrainer Requirement"
  152. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  153. }
  154. permission="commandkits.AceTrainer"
  155. }
  156. }
  157. Veteran {
  158. commands=[
  159. ]
  160. description="This is an Veteran kit"
  161. interval=86400
  162. items=[
  163. "pixelmon:item.Ultra_Ball 2"
  164. "pixelmon:item.Great_Ball 5"
  165. ]
  166. message="&9You used the Veteran kit!&f"
  167. name=Veteran
  168. requirements {
  169. ExampleRequirement {
  170. description="This requirement specifies that the player must have Veteran Rank to use this kit."
  171. name="Veteran Requirement"
  172. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  173. }
  174. permission="commandkits.Veteran"
  175. }
  176. }
  177. Elite {
  178. commands=[
  179. ]
  180. description="This is an Elite kit"
  181. interval=86400
  182. items=[
  183. "pixelmon:item.Ultra_Ball 3"
  184. "pixelmon:item.Great_Ball 7"
  185. ]
  186. message="&9You used the Elite kit!&f"
  187. name=Elite
  188. requirements {
  189. ExampleRequirement {
  190. description="This requirement specifies that the player must have Elite Rank to use this kit."
  191. name="Elite Requirement"
  192. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  193. }
  194. permission="commandkits.Elite"
  195. }
  196. }
  197. Master {
  198. commands=[
  199. ]
  200. description="This is a Master kit"
  201. interval=86400
  202. items=[
  203. "pixelmon:item.Ultra_Ball 5"
  204. "pixelmon:item.Great_Ball 8"
  205. "pixelmon:item.Rare_Candy 1"
  206. ]
  207. message="&9You used the Master kit!&f"
  208. name=Master
  209. requirements {
  210. ExampleRequirement {
  211. description="This requirement specifies that the player must have Master Rank to use this kit."
  212. name="Master Requirement"
  213. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  214. }
  215. permission="commandkits.Master"
  216. }
  217. }
  218. OG-Master {
  219. commands=[
  220. ]
  221. description="This is an OG-Master kit"
  222. interval=86400
  223. items=[
  224. "pixelmon:item.Ultra_Ball 7"
  225. "pixelmon:item.Great_Ball 9"
  226. "pixelmon:item.Rare_candy 2"
  227. ]
  228. message="&9You used the OG-Master kit!&f"
  229. name=OG-Master
  230. requirements {
  231. ExampleRequirement {
  232. description="This requirement specifies that the player must have OG-Master Rank to use this kit."
  233. name="OG-Master Requirement"
  234. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  235. }
  236. permission="commandkits.OG-Master"
  237. }
  238. }
  239. Prof {
  240. commands=[
  241. ]
  242. description="This is an Prof kit"
  243. interval=86400
  244. items=[
  245. "pixelmon:item.Ultra_Ball 8"
  246. "pixelmon:item.Great_Ball 10"
  247. "pixelmon:item.Rare_candy 4"
  248. ]
  249. message="&9You used the Prof kit!&f"
  250. name=Prof
  251. requirements {
  252. ExampleRequirement {
  253. description="This requirement specifies that the player must have Prof Rank to use this kit."
  254. name="Prof Requirement"
  255. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  256. }
  257. permission="commandkits.Prof"
  258. }
  259. }
  260. Staff {
  261. commands=[
  262. ]
  263. description="This is the Staff kit"
  264. interval=86400
  265. items=[
  266. "pixelmon:item.Ultra_Ball 10"
  267. "pixelmon:item.Great_Ball 15"
  268. "pixelmon:item.Rare_candy 2"
  269. ]
  270. message="&9You used the Staff kit!&f"
  271. name=Staff
  272. requirements {
  273. ExampleRequirement {
  274. description="This requirement specifies that the player must have Staff Rank to use this kit."
  275. name="Staff Requirement"
  276. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  277. }
  278. permission="commandkits.Staff"
  279. }
  280. }
  281. Claim {
  282. commands=[
  283. "$minecraft:give {PLAYER_NAME} golden_shovel"
  284. ]
  285. description="This is an Claim kit"
  286. interval=10
  287. items=[
  288. "minecraft:golden_spade"
  289. ]
  290. message="&9You used the Claim kit!&f"
  291. name=Claim
  292. requirements {
  293. ExampleRequirement {
  294. description="This requirement specifies that the player must have Claim Rank to use this kit."
  295. name="Claim Requirement"
  296. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  297. }
  298. permission="commandkits.claim"
  299. }
  300. }
  301. YT {
  302. commands=[
  303. ]
  304. description="This is an YT kit"
  305. interval=86400
  306. items=[
  307. "pixelmon:item.Great_Ball 10"
  308. "pixelmon:item.Ultra_Ball 3"
  309. ]
  310. message="&9You used the YT kit!&f"
  311. name=YT
  312. requirements {
  313. ExampleRequirement {
  314. description="This requirement specifies that the player must have YT Rank to use this kit."
  315. name="YT Requirement"
  316. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  317. }
  318. permission="commandkits.YT"
  319. }
  320. }
  321. MaBall {
  322. commands=[
  323. ]
  324. description="This is an MaBall kit"
  325. interval=259200
  326. items=[
  327. "pixelmon:item.Master_Ball"
  328. ]
  329. message="&9You used the MaBall kit!&f"
  330. name=MaBall
  331. requirements {
  332. ExampleRequirement {
  333. description="This requirement specifies that the player must have MaBall Rank to use this kit."
  334. name="MaBall Requirement"
  335. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  336. }
  337. permission="commandkits.MaBall"
  338. }
  339. }
  340. MaBall1 {
  341. commands=[
  342. ]
  343. description="This is an MaBall+ kit"
  344. interval=259200
  345. items=[
  346. "pixelmon:item.Master_Ball"
  347. ]
  348. message="&9You used the MaBall+ kit!&f"
  349. name=MaBall1
  350. requirements {
  351. ExampleRequirement {
  352. description="This requirement specifies that the player must have MaBall+ Rank to use this kit."
  353. name="MaBall+ Requirement"
  354. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  355. }
  356. permission="commandkits.MaBall1"
  357. }
  358. }
  359. MBall1 {
  360. commands=[
  361. ]
  362. description="This is an MBall+ kit"
  363. interval=604800
  364. items=[
  365. "pixelmon:item.Master_Ball 2"
  366. ]
  367. message="&9You used the MBall+ kit!&f"
  368. name=MBall1
  369. requirements {
  370. ExampleRequirement {
  371. description="This requirement specifies that the player must have MBall+ Rank to use this kit."
  372. name="MBall+ Requirement"
  373. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  374. }
  375. permission="commandkits.MBall1"
  376. }
  377. }
  378. MBall2 {
  379. commands=[
  380. ]
  381. description="This is an MBall++ kit"
  382. interval=604800
  383. items=[
  384. "pixelmon:item.Master_Ball 5"
  385. ]
  386. message="&9You used the MBall++ kit!&f"
  387. name=MBall2
  388. requirements {
  389. ExampleRequirement {
  390. description="This requirement specifies that the player must have MBall++ Rank to use this kit."
  391. name="MBall++ Requirement"
  392. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  393. }
  394. permission="commandkits.MBall2"
  395. }
  396. }
  397. MBall3 {
  398. commands=[
  399. ]
  400. description="This is an MBall+++ kit"
  401. interval=604800
  402. items=[
  403. "pixelmon:item.Master_Ball 10"
  404. ]
  405. message="&9You used the MBall+++ kit!&f"
  406. name=MBall3
  407. requirements {
  408. ExampleRequirement {
  409. description="This requirement specifies that the player must have MBall+++ Rank to use this kit."
  410. name="MBall+++ Requirement"
  411. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  412. }
  413. permission="commandkits.MBall3"
  414. }
  415. }
  416. Crazy {
  417. commands=[
  418. ]
  419. description="This is an Crazy kit"
  420. interval=86400
  421. items=[
  422. "pixelmon:item.Poke_Ball 2"
  423. "pixelmon:item.Great_Ball 5"
  424. "pixelmon:item.Rare_candy 2"
  425. ]
  426. message="&9You used the Crazy kit!&f"
  427. name=Crazy
  428. requirements {
  429. ExampleRequirement {
  430. description="This requirement specifies that the player must have Crazy Rank to use this kit."
  431. name="Crazy Requirement"
  432. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  433. }
  434. permission="commandkits.Crazy"
  435. }
  436. }
  437. Psycho {
  438. commands=[
  439. ]
  440. description="This is an Psycho kit"
  441. interval=86400
  442. items=[
  443. "pixelmon:item.Ultra_Ball 4"
  444. "pixelmon:item.Great_Ball 10"
  445. "pixelmon:item.Rare_candy 5"
  446. ]
  447. message="&9You used the Psycho kit!&f"
  448. name=Psycho
  449. requirements {
  450. ExampleRequirement {
  451. description="This requirement specifies that the player must have Psycho Rank to use this kit."
  452. name="Psycho Requirement"
  453. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  454. }
  455. permission="commandkits.Psycho"
  456. }
  457. }
  458. Insane {
  459. commands=[
  460. ]
  461. description="This is an Insane kit"
  462. interval=86400
  463. items=[
  464. "pixelmon:item.Ultra_Ball 8"
  465. "pixelmon:item.Great_Ball 12"
  466. "pixelmon:item.Rare_candy 8"
  467. ]
  468. message="&9You used the Insane kit!&f"
  469. name=Insane
  470. requirements {
  471. ExampleRequirement {
  472. description="This requirement specifies that the player must have Insane Rank to use this kit."
  473. name="Insane Requirement"
  474. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  475. }
  476. permission="commandkits.Insane"
  477. }
  478. }
  479. Maniac {
  480. commands=[
  481. ]
  482. description="This is an Maniac kit"
  483. interval=86400
  484. items=[
  485. "pixelmon:item.Ultra_Ball 10"
  486. "pixelmon:item.Great_Ball 15"
  487. "pixelmon:item.Rare_candy 10"
  488. ]
  489. message="&9You used the Maniac kit!&f"
  490. name=Maniac
  491. requirements {
  492. ExampleRequirement {
  493. description="This requirement specifies that the player must have Maniac Rank to use this kit."
  494. name="Maniac Requirement"
  495. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  496. }
  497. permission="commandkits.Maniac"
  498. }
  499. }
  500. Lunatic {
  501. commands=[
  502. ]
  503. description="This is an Lunatic kit"
  504. interval=86400
  505. items=[
  506. "pixelmon:item.Ultra_Ball 12"
  507. "pixelmon:item.Great_Ball 16"
  508. "pixelmon:item.Rare_candy 12"
  509. "pixelmon:item.Carbos"
  510. "pixelmon:item.Zinc"
  511. "pixelmon:item.Calcium"
  512. "pixelmon:item.Iron"
  513. "pixelmon:item.Protein"
  514. "pixelmon:item.HP_Up"
  515. ]
  516. message="&9You used the Lunatic kit!&f"
  517. name=Lunatic
  518. requirements {
  519. ExampleRequirement {
  520. description="This requirement specifies that the player must have Lunatic Rank to use this kit."
  521. name="Lunatic Requirement"
  522. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  523. }
  524. permission="commandkits.Lunatic"
  525. }
  526. }
  527. Deranged {
  528. commands=[
  529. ]
  530. description="This is an Deranged kit"
  531. interval=86400
  532. items=[
  533. "pixelmon:item.Ultra_Ball 14"
  534. "pixelmon:item.Great_Ball 20"
  535. "pixelmon:item.Rare_candy 14"
  536. "pixelmon:item.Carbos"
  537. "pixelmon:item.Zinc"
  538. "pixelmon:item.Calcium"
  539. "pixelmon:item.Iron"
  540. "pixelmon:item.Protein"
  541. "pixelmon:item.HP_Up"
  542. ]
  543. message="&9You used the Deranged kit!&f"
  544. name=Deranged
  545. requirements {
  546. ExampleRequirement {
  547. description="This requirement specifies that the player must have Deranged Rank to use this kit."
  548. name="Deranged Requirement"
  549. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  550. }
  551. permission="commandkits.Deranged"
  552. }
  553. }
  554. Pokefreak {
  555. commands=[
  556. ]
  557. description="This is an Pokefreak kit"
  558. interval=86400
  559. items=[
  560. "pixelmon:item.Ultra_Ball 17"
  561. "pixelmon:item.Great_Ball 23"
  562. "pixelmon:item.Rare_candy 16"
  563. "pixelmon:item.Carbos 2"
  564. "pixelmon:item.Zinc 2"
  565. "pixelmon:item.Calcium 2"
  566. "pixelmon:item.Iron 2"
  567. "pixelmon:item.Protein 2"
  568. "pixelmon:item.HP_Up 2"
  569. ]
  570. message="&9You used the Pokefreak kit!&f"
  571. name=Pokefreak
  572. requirements {
  573. ExampleRequirement {
  574. description="This requirement specifies that the player must have Pokefreak Rank to use this kit."
  575. name="Pokefreak Requirement"
  576. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  577. }
  578. permission="commandkits.Pokefreak"
  579. }
  580. }
  581. Totalfreak {
  582. commands=[
  583. ]
  584. description="This is an Totalfreak kit"
  585. interval=86400
  586. items=[
  587. "pixelmon:item.Ultra_Ball 20"
  588. "pixelmon:item.Great_Ball 25"
  589. "pixelmon:item.Rare_candy 18"
  590. "pixelmon:item.Carbos 3"
  591. "pixelmon:item.Zinc 3"
  592. "pixelmon:item.Calcium 3"
  593. "pixelmon:item.Iron 3"
  594. "pixelmon:item.Protein 3"
  595. "pixelmon:item.HP_Up 3"
  596. ]
  597. message="&9You used the Totalfreak kit!&f"
  598. name=Totalfreak
  599. requirements {
  600. ExampleRequirement {
  601. description="This requirement specifies that the player must have Totalfreak Rank to use this kit."
  602. name="Totalfreak Requirement"
  603. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  604. }
  605. permission="commandkits.Totalfreak"
  606. }
  607. }
  608. FreakenProfessor {
  609. commands=[
  610. ]
  611. description="This is an FreakenProfessor kit"
  612. interval=86400
  613. items=[
  614. "pixelmon:item.Ultra_Ball 25"
  615. "pixelmon:item.Great_Ball 30"
  616. "pixelmon:item.Rare_candy 22"
  617. "pixelmon:item.Carbos 3"
  618. "pixelmon:item.Zinc 3"
  619. "pixelmon:item.Calcium 3"
  620. "pixelmon:item.Iron 3"
  621. "pixelmon:item.Protein 3"
  622. "pixelmon:item.HP_Up 3"
  623. ]
  624. message="&9You used the FreakenProfessor kit!&f"
  625. name=FreakenProfessor
  626. requirements {
  627. ExampleRequirement {
  628. description="This requirement specifies that the player must have FreakenProfessor Rank to use this kit."
  629. name="FreakenProfessor Requirement"
  630. rule="{KEYS_EXPERIENCE_LEVEL} >= 0"
  631. }
  632. permission="commandkits.FreakenProfessor"
  633. }
  634. }
  635. }
  636. strings {
  637. emptyList="No Command Kits available."
  638. intervalDenial="You can't use that kit yet! Time in seconds until kit is usable again: "
  639. listHeader="Available Command Kits"
  640. listPadding="-"
  641. permissionDenial="You don't have permission to use that command kit!"
  642. requirementDenial="You don't meet all the requirements to use this command kit! Use /ck info <kitName> to view all the requirements"
  643. requirementHeader="Requirements:"
  644. unknownKit="That command kit does not exist!"
  645. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement