Advertisement
Guest User

Untitled

a guest
Aug 15th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.21 KB | None | 0 0
  1. rc= {
  2. Type= "COLLECTION"
  3. Selection= "SELECT_ONE"
  4. Entries= [
  5. "rc01",
  6. "rc02",
  7. "rc03"
  8. ]
  9. }
  10. rc01= {
  11. Type= "COMMAND"
  12. Entries= [
  13. {
  14. Command= "give %player% pixelmon:item.Rare_Candy 1"
  15. }
  16. ]
  17. }
  18. rc02= {
  19. Type= "COMMAND"
  20. Entries= [
  21. {
  22. Command= "give %player% pixelmon:item.Rare_Candy 2"
  23. }
  24. ]
  25. }
  26. rc03= {
  27. Type= "COMMAND"
  28. Entries= [
  29. {
  30. Command= "give %player% pixelmon:item.Rare_Candy 3"
  31. }
  32. ]
  33. }
  34. thank= {
  35. Type= "ANNOUNCE"
  36. Entries= [
  37. {
  38. Message= "&6Thank you for voting, &c%player%&6! Here is P150 and some rare candies!"
  39. Type= "PLAYER"
  40. }
  41. ]
  42. }
  43. global= {
  44. Type= "ANNOUNCE"
  45. Entries= [
  46. {
  47. Message= "&c%player%&6 voted for the server and has received a reward!"
  48. Type= "GLOBAL"
  49. }
  50. ]
  51. }
  52. votereward= {
  53. Type= "COMMAND"
  54. Entries= [
  55. {
  56. Command= "givemoney %player% 150"
  57. }
  58. ]
  59. }
  60. pmilestone10= {
  61. Type= "COMMAND"
  62. Entries= [
  63. {
  64. Command= "give %player% pixelmon:item.Exp._Share 1"
  65. }
  66. ]
  67. }
  68. pmilestone10a= {
  69. Type= "ANNOUNCE"
  70. Entries= [
  71. {
  72. Message= "&c%player%&6 has voted a total of &c10&6 times for the server and has been rewarded with an &cExp. Share&6!"
  73. Type= "GLOBAL"
  74. }
  75. ]
  76. }
  77. pmilestone25= {
  78. Type= "COMMAND"
  79. Entries= [
  80. {
  81. Command= "give %player% pixelmon:item.Macho_Brace 1"
  82. }
  83. ]
  84. }
  85. pmilestone25a= {
  86. Type= "ANNOUNCE"
  87. Entries= [
  88. {
  89. Message= "&c%player%&6 has voted a total of &c25&6 times for the server and has been rewarded with a &cMacho Brace&6!"
  90. Type= "GLOBAL"
  91. }
  92. ]
  93. }
  94. pmilestone50_1= {
  95. Type= "COMMAND"
  96. Entries= [
  97. {
  98. Command= "give %player% pixelmon:item.Power_Weight 1"
  99. }
  100. ]
  101. }
  102. pmilestone50_2= {
  103. Type= "COMMAND"
  104. Entries= [
  105. {
  106. Command= "give %player% pixelmon:item.Power_Bracer 1"
  107. }
  108. ]
  109. }
  110. pmilestone50_3= {
  111. Type= "COMMAND"
  112. Entries= [
  113. {
  114. Command= "give %player% pixelmon:item.Power_Belt 1"
  115. }
  116. ]
  117. }
  118. pmilestone50_4= {
  119. Type= "COMMAND"
  120. Entries= [
  121. {
  122. Command= "give %player% pixelmon:item.Power_Lens 1"
  123. }
  124. ]
  125. }
  126. pmilestone50_5= {
  127. Type= "COMMAND"
  128. Entries= [
  129. {
  130. Command= "give %player% pixelmon:item.Power_Band 1"
  131. }
  132. ]
  133. }
  134. pmilestone50_6= {
  135. Type= "COMMAND"
  136. Entries= [
  137. {
  138. Command= "give %player% pixelmon:item.Power_Anklet 1"
  139. }
  140. ]
  141. }
  142. pmilestone50a= {
  143. Type= "ANNOUNCE"
  144. Entries= [
  145. {
  146. Message= "&c%player%&6 has voted a total of &c50&6 times for the server and has been rewarded with a &cfull set of power items&6!"
  147. Type= "GLOBAL"
  148. }
  149. ]
  150. }
  151. pmilestone100= {
  152. Type= "COMMAND"
  153. Entries= [
  154. {
  155. Command= "give %player% pixelmon:item.Lucky_Egg 1"
  156. }
  157. ]
  158. }
  159. pmilestone100a= {
  160. Type= "ANNOUNCE"
  161. Entries= [
  162. {
  163. Message= "&c%player%&6 has voted a total of &c100&6 times for the server and has been rewarded with a &cLucky Egg&6!"
  164. Type= "GLOBAL"
  165. }
  166. ]
  167. }
  168. pmilestone150= {
  169. Type= "COMMAND"
  170. Entries= [
  171. {
  172. Command= "give %player% pixelmon:item.Mineral_Badge 1 0 {display:{Name:\"Heatran Token\",Lore:[\"When this Pokemon is released,\",\"turn this into an administrator\",\"in order to claim your reward!\"]}}"
  173. }
  174. ]
  175. }
  176. pmilestone150a= {
  177. Type= "ANNOUNCE"
  178. Entries= [
  179. {
  180. Message= "&c%player%&6 has voted a total of &c150&6 times for the server and has been rewarded with a &cHeatran (Token)&6!"
  181. Type= "GLOBAL"
  182. }
  183. ]
  184. }
  185. pmilestone200= {
  186. Type= "COLLECTION"
  187. Selection= "SELECT_ONE"
  188. Entries= [
  189. "pmilestone200_1",
  190. "pmilestone200_2",
  191. "pmilestone200_3"
  192. ]
  193. }
  194. pmilestone200_1= {
  195. Type= "COMMAND"
  196. Entries= [
  197. {
  198. Command= "pgive %player% Articuno ball:cherish"
  199. }
  200. ]
  201. }
  202. pmilestone200_2= {
  203. Type= "COMMAND"
  204. Entries= [
  205. {
  206. Command= "pgive %player% Zapdos ball:cherish"
  207. }
  208. ]
  209. }
  210. pmilestone200_3= {
  211. Type= "COMMAND"
  212. Entries= [
  213. {
  214. "pgive %player% Moltres ball:cherish"= ""
  215. }
  216. ]
  217. }
  218. pmilestone200a= {
  219. Type= "ANNOUNCE"
  220. Entries= [
  221. {
  222. Message= "&c%player%&6 has voted a total of &c200&6 times for the server and has been rewarded with &c1 of the Legendary Birds&6!"
  223. Type= "GLOBAL"
  224. }
  225. ]
  226. }
  227. pmilestone300= {
  228. Type= "COLLECTION"
  229. Selection= "SELECT_ONE"
  230. Entries= [
  231. "pmilestone300_1",
  232. "pmilestone300_2",
  233. "pmilestone300_3"
  234. ]
  235. }
  236. pmilestone300_1= {
  237. Type= "COMMAND"
  238. Entries= [
  239. {
  240. Command= "pgive %player% Raikou ball:cherish"
  241. }
  242. ]
  243. }
  244. pmilestone300_2= {
  245. Type= "COMMAND"
  246. Entries= [
  247. {
  248. Command= "pgive %player% Entei ball:cherish"
  249. }
  250. ]
  251. }
  252. pmilestone300_3= {
  253. Type= "COMMAND"
  254. Entries= [
  255. {
  256. Command= "pgive %player% Suicune ball:cherish"
  257. }
  258. ]
  259. }
  260. pmilestone300a= {
  261. Type= "ANNOUNCE"
  262. Entries= [
  263. {
  264. Message= "&c%player%&6 has voted a total of &c300&6 times for the server and has been rewarded with &c1 of the Legendary Beasts&6!"
  265. Type= "GLOBAL"
  266. }
  267. ]
  268. }
  269. pmilestone400= {
  270. Type= "COLLECTION"
  271. Selection= "SELECT_ONE"
  272. Entries= [
  273. "pmilestone400_1",
  274. "pmilestone400_2",
  275. "pmilestone400_3"
  276. ]
  277. }
  278. pmilestone400_1= {
  279. Type= "COMMAND"
  280. Entries= [
  281. {
  282. Command= "pgive %player% Regirock ball:cherish"
  283. }
  284. ]
  285. }
  286. pmilestone400_2= {
  287. Type= "COMMAND"
  288. Entries= [
  289. {
  290. Command= "pgive %player% Regice ball:cherish"
  291. }
  292. ]
  293. }
  294. pmilestone400_3= {
  295. Type= "COMMAND"
  296. Entries= [
  297. {
  298. Command= "pgive %player% Registeel ball:cherish"
  299. }
  300. ]
  301. }
  302. pmilestone400a= {
  303. Type= "ANNOUNCE"
  304. Entries= [
  305. {
  306. Message= "&c%player%&6 has voted a total of &c400&6 times for the server and has been rewarded with &c1 of the Legendary Titans&6!"
  307. Type= "GLOBAL"
  308. }
  309. ]
  310. }
  311. pmilestone500= {
  312. Type= "COLLECTION"
  313. Selection= "SELECT_ONE"
  314. Entries= [
  315. "pmilestone500_1",
  316. "pmilestone500_2",
  317. "pmilestone500_3"
  318. ]
  319. }
  320. pmilestone500_1= {
  321. Type= "COMMAND"
  322. Entries= [
  323. {
  324. Command= "give %player% pixelmon:item.Mineral_Badge 1 0 {display:{Name:\"Uxie Token\",Lore:[\"When this Pokemon is released,\",\"turn this into an administrator\",\"in order to claim your reward!\"]}}"
  325. }
  326. ]
  327. }
  328. pmilestone500_2= {
  329. Type= "COMMAND"
  330. Entries= [
  331. {
  332. Command= "give %player% pixelmon:item.Mineral_Badge 1 0 {display:{Name:\"Mesprit Token\",Lore:[\"When this Pokemon is released,\",\"turn this into an administrator\",\"in order to claim your reward!\"]}}"
  333. }
  334. ]
  335. }
  336. pmilestone500_3= {
  337. Type= "COMMAND"
  338. Entries= [
  339. {
  340. Command= "give %player% pixelmon:item.Mineral_Badge 1 0 {display:{Name:\"Azelf Token\",Lore:[\"When this Pokemon is released,\",\"turn this into an administrator\",\"in order to claim your reward!\"]}}"
  341. }
  342. ]
  343. }
  344. pmilestone500a= {
  345. Type= "ANNOUNCE"
  346. Entries= [
  347. {
  348. Message= "&c%player%&6 has voted a total of &c500&6 times for the server and has been rewarded with &c1 (Token) of the Lake Guardians&6!"
  349. Type= "GLOBAL"
  350. }
  351. ]
  352. }
  353. pmilestone600= {
  354. Type= "COLLECTION"
  355. Selection= "SELECT_ONE"
  356. Entries= [
  357. "pmilestone600_1",
  358. "pmilestone600_2",
  359. "pmilestone600_3"
  360. ]
  361. }
  362. pmilestone600_1= {
  363. Type= "COMMAND"
  364. Entries= [
  365. {
  366. Command= "give %player% pixelmon:item.Mineral_Badge 1 0 {display:{Name:\"Tornadus Token\",Lore:[\"When this Pokemon is released,\",\"turn this into an administrator\",\"in order to claim your reward!\"]}}"
  367. }
  368. ]
  369. }
  370. pmilestone600_2= {
  371. Type= "COMMAND"
  372. Entries= [
  373. {
  374. Command= "give %player% pixelmon:item.Mineral_Badge 1 0 {display:{Name:\"Thundurus Token\",Lore:[\"When this Pokemon is released,\",\"turn this into an administrator\",\"in order to claim your reward!\"]}}"
  375. }
  376. ]
  377. }
  378. pmilestone600_3= {
  379. Type= "COMMAND"
  380. Entries= [
  381. {
  382. Command= "give %player% pixelmon:item.Mineral_Badge 1 0 {display:{Name:\"Landorus Token\",Lore:[\"When this Pokemon is released,\",\"turn this into an administrator\",\"in order to claim your reward!\"]}}"
  383. }
  384. ]
  385. }
  386. pmilestone600a= {
  387. Type= "ANNOUNCE"
  388. Entries= [
  389. {
  390. Message= "&c%player%&6 has voted a total of &c600&6 times for the server and has been rewarded with &c1 (Token) of the Forces of Nature&6!"
  391. Type= "GLOBAL"
  392. }
  393. ]
  394. }
  395. pmilestone700= {
  396. Type= "COLLECTION"
  397. Selection= "SELECT_ONE"
  398. Entries= [
  399. "pmilestone700_1",
  400. "pmilestone700_2",
  401. "pmilestone700_3"
  402. ]
  403. }
  404. pmilestone700_1= {
  405. Type= "COMMAND"
  406. Entries= [
  407. {
  408. Command= "give %player% pixelmon:item.Mineral_Badge 1 0 {display:{Name:\"Coballion Token\",Lore:[\"When this Pokemon is released,\",\"turn this into an administrator\",\"in order to claim your reward!\"]}}"
  409. }
  410. ]
  411. }
  412. pmilestone700_2= {
  413. Type= "COMMAND"
  414. Entries= [
  415. {
  416. Command= "give %player% pixelmon:item.Mineral_Badge 1 0 {display:{Name:\"Terrakion Token\",Lore:[\"When this Pokemon is released,\",\"turn this into an administrator\",\"in order to claim your reward!\"]}}"
  417. }
  418. ]
  419. }
  420. pmilestone700_3= {
  421. Type= "COMMAND"
  422. Entries= [
  423. {
  424. Command= "give %player% pixelmon:item.Mineral_Badge 1 0 {display:{Name:\"Virizion Token\",Lore:[\"When this Pokemon is released,\",\"turn this into an administrator\",\"in order to claim your reward!\"]}}"
  425. }
  426. ]
  427. }
  428. pmilestone700a= {
  429. Type= "ANNOUNCE"
  430. Entries= [
  431. {
  432. Message= "&c%player%&6 has voted a total of &c700&6 times for the server and has been rewarded with &c1 (Token) of the Swords of Justice&6!"
  433. Type= "GLOBAL"
  434. }
  435. ]
  436. }
  437. pmilestone800= {
  438. Type= "COMMAND"
  439. Entries= [
  440. "pgive %player% Cellibi ball:cherish"
  441. ]
  442. }
  443. pmilestone800a= {
  444. Type= "ANNOUNCE"
  445. Entries= [
  446. {
  447. Message= "&c%player%&6 has voted a total of &c800&6 times for the server and has been rewarded with a &cCellibi&6!"
  448. Type= "GLOBAL"
  449. }
  450. ]
  451. }
  452. pmilestone900= {
  453. Type= "COMMAND"
  454. Entries= [
  455. {
  456. Command= "give %player% pixelmon:item.Mineral_Badge 1 0 {display:{Name:\"Jirachi Token\",Lore:[\"When this Pokemon is released,\",\"turn this into an administrator\",\"in order to claim your reward!\"]}}"
  457. }
  458. ]
  459. }
  460. pmilestone900a= {
  461. Type= "ANNOUNCE"
  462. Entries= [
  463. {
  464. Message= "&c%player%&6 has voted a total of &c900&6 times for the server and has been rewarded with a &cJirachi (Token)&6!"
  465. Type= "GLOBAL"
  466. }
  467. ]
  468. }
  469. pmilestone1000= {
  470. Type= "COMMAND"
  471. Entries= [
  472. "pgive %player% Regigigas ball:cherish"
  473. ]
  474. }
  475. pmilestone1000a= {
  476. Type= "ANNOUNCE"
  477. Entries= [
  478. {
  479. Message= "&c%player%&6 has voted a total of &c1000&6 times for the server and has been rewarded with a &cRegigigas&6!"
  480. Type= "GLOBAL"
  481. }
  482. ]
  483. }
  484. pmilestone1200= {
  485. Type= "COLLECTION"
  486. Selection= "SELECT_ONE"
  487. Entries= [
  488. "pmilestone1200_1",
  489. "pmilestone1200_2"
  490. ]
  491. }
  492. pmilestone1200_1= {
  493. Type= "COMMAND"
  494. Entries= [
  495. {
  496. Command= "give %player% pixelmon:item.Mineral_Badge 1 0 {display:{Name:\"Latias Token\",Lore:[\"When this Pokemon is released,\",\"turn this into an administrator\",\"in order to claim your reward!\"]}}"
  497. }
  498. ]
  499. }
  500. pmilestone1200_2= {
  501. Type= "COMMAND"
  502. Entries= [
  503. {
  504. Command= "give %player% pixelmon:item.Mineral_Badge 1 0 {display:{Name:\"Latios Token\",Lore:[\"When this Pokemon is released,\",\"turn this into an administrator\",\"in order to claim your reward!\"]}}"
  505. }
  506. ]
  507. }
  508. pmilestone1200a= {
  509. Type= "ANNOUNCE"
  510. Entries= [
  511. {
  512. Message= "&c%player%&6 has voted a total of &c1200&6 times for the server and has been rewarded with &c1 (Token) of the Eon Duo&6!"
  513. Type= "GLOBAL"
  514. }
  515. ]
  516. }
  517. pmilestone1400= {
  518. Type= "COLLECTION"
  519. Selection= "SELECT_ONE"
  520. Entries= [
  521. "pmilestone1200_1",
  522. "pmilestone1200_2"
  523. ]
  524. }
  525. pmilestone1400_1= {
  526. Type= "COMMAND"
  527. Entries= [
  528. {
  529. Command= "pgive %player% Lugia ball:cherish"
  530. }
  531. ]
  532. }
  533. pmilestone1400_2= {
  534. Type= "COMMAND"
  535. Entries= [
  536. {
  537. Command= "pgive %player% Ho-oh ball:cherish"
  538. }
  539. ]
  540. }
  541. pmilestone1400a= {
  542. Type= "ANNOUNCE"
  543. Entries= [
  544. {
  545. Message= "&c%player%&6 has voted a total of &c1400&6 times for the server and has been rewarded with &c1 of the Tower Duo&6!"
  546. Type= "GLOBAL"
  547. }
  548. ]
  549. }
  550. pmilestone1600= {
  551. Type= "COLLECTION"
  552. Selection= "SELECT_ONE"
  553. Entries= [
  554. "pmilestone1200_1",
  555. "pmilestone1200_2"
  556. ]
  557. }
  558. pmilestone1600_1= {
  559. Type= "COMMAND"
  560. Entries= [
  561. {
  562. Command= "pgive %player% Kyogre ball:cherish"
  563. }
  564. ]
  565. }
  566. pmilestone1600_2= {
  567. Type= "COMMAND"
  568. Entries= [
  569. {
  570. Command= "pgive %player% Groudon ball:cherish"
  571. }
  572. ]
  573. }
  574. pmilestone1600a= {
  575. Type= "ANNOUNCE"
  576. Entries= [
  577. {
  578. Message= "&c%player%&6 has voted a total of &c1200&6 times for the server and has been rewarded with &c1 of the Weather Duo&6!"
  579. Type= "GLOBAL"
  580. }
  581. ]
  582. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement