Guest User

Untitled

a guest
Jul 31st, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.88 KB | None | 0 0
  1. RandomLegend= {
  2. Type= "COLLECTION"
  3. Selection= "SELECT_ONE"
  4. Entries= [
  5. {
  6. Schema= "Moltres"
  7. },
  8. {
  9. Schema= "Zapdos"
  10. },
  11. {
  12. Schema= "Articuno"
  13. },
  14. {
  15. Schema= "Entei"
  16. },
  17. {
  18. Schema= "Raikou"
  19. },
  20. {
  21. Schema= "Suicune"
  22. },
  23. {
  24. Schema= "Groudon"
  25. },
  26. {
  27. Schema= "Kyogre"
  28. },
  29. {
  30. Schema= "Rayquaza"
  31. },
  32. {
  33. Schema= "Mew"
  34. },
  35. {
  36. Schema= "Mewtwo"
  37. },
  38. {
  39. Schema= "Celebi"
  40. },
  41. {
  42. Schema= "Lugia"
  43. },
  44. {
  45. Schema= "HoOh"
  46. },
  47. {
  48. Schema= "Regice"
  49. },
  50. {
  51. Schema= "Registeel"
  52. },
  53. {
  54. Schema= "Regirock"
  55. }
  56. ]
  57. }
  58. Moltres= {
  59. Type= "COMMAND"
  60. Entries= [
  61. {
  62. Command= "pgive %player% Moltres lvl50 ba:gs"
  63. }
  64. ]
  65. }
  66. Zapdos= {
  67. Type= "COMMAND"
  68. Entries= [
  69. {
  70. Command= "pgive %player% Zapdos lvl50 ba:gs"
  71. }
  72. ]
  73. }
  74. Articuno= {
  75. Type= "COMMAND"
  76. Entries= [
  77. {
  78. Command= "pgive %player% Articuno lvl50 ba:gs"
  79. }
  80. ]
  81. }
  82. Entei= {
  83. Type= "COMMAND"
  84. Entries= [
  85. {
  86. Command= "pgive %player% Entei lvl50 ba:gs"
  87. }
  88. ]
  89. }
  90. Suicune= {
  91. Type= "COMMAND"
  92. Entries= [
  93. {
  94. Command= "pgive %player% Suicune lvl50 ba:gs"
  95. }
  96. ]
  97. }
  98. Raikou= {
  99. Type= "COMMAND"
  100. Entries= [
  101. {
  102. Command= "pgive %player% Raikou lvl50 ba:gs"
  103. }
  104. ]
  105. }
  106. Groudon= {
  107. Type= "COMMAND"
  108. Entries= [
  109. {
  110. Command= "pgive %player% Groudon lvl50 ba:gs"
  111. }
  112. ]
  113. }
  114. Kyogre= {
  115. Type= "COMMAND"
  116. Entries= [
  117. {
  118. Command= "pgive %player% Kyogre lvl50 ba:gs"
  119. }
  120. ]
  121. }
  122. Rayquaza= {
  123. Type= "COMMAND"
  124. Entries= [
  125. {
  126. Command= "pgive %player% Rayquaza lvl50 ba:gs"
  127. }
  128. ]
  129. }
  130. Lugia= {
  131. Type= "COMMAND"
  132. Entries= [
  133. {
  134. Command= "pgive %player% Lugia lvl50 ba:gs"
  135. }
  136. ]
  137. }
  138. Hooh= {
  139. Type= "COMMAND"
  140. Entries= [
  141. {
  142. Command= "pgive %player% Hooh lvl50 ba:gs"
  143. }
  144. ]
  145. }
  146. Celebi= {
  147. Type= "COMMAND"
  148. Entries= [
  149. {
  150. Command= "pgive %player% Celebi lvl50 ba:gs"
  151. }
  152. ]
  153. }
  154. Mew= {
  155. Type= "COMMAND"
  156. Entries= [
  157. {
  158. Command= "pgive %player% Mew lvl50 ba:gs"
  159. }
  160. ]
  161. }
  162. Mewtwo= {
  163. Type= "COMMAND"
  164. Entries= [
  165. {
  166. Command= "pgive %player% Mewtwo lvl50 ba:gs"
  167. }
  168. ]
  169. }
  170. Regirock= {
  171. Type= "COMMAND"
  172. Entries= [
  173. {
  174. Command= "pgive %player% Regirock lvl50 ba:gs"
  175. }
  176. ]
  177. }
  178. Regice= {
  179. Type= "COMMAND"
  180. Entries= [
  181. {
  182. Command= "pgive %player% Regice lvl50 ba:gs"
  183. }
  184. ]
  185. }
  186. Registeel= {
  187. Type= "COMMAND"
  188. Entries= [
  189. {
  190. Command= "pgive %player% Registeel lvl50 ba:gs"
  191. }
  192. ]
  193. }
  194. RandomShinyLegend= {
  195. Type= "COLLECTION"
  196. Selection= "SELECT_ONE"
  197. Entries= [
  198. {
  199. Schema= "ShinyMoltres"
  200. },
  201. {
  202. Schema= "ShinyZapdos"
  203. },
  204. {
  205. Schema= "ShinyArticuno"
  206. },
  207. {
  208. Schema= "ShinyEntei"
  209. },
  210. {
  211. Schema= "ShinyRaikou"
  212. },
  213. {
  214. Schema= "ShinySuicune"
  215. },
  216. {
  217. Schema= "ShinyGroudon"
  218. },
  219. {
  220. Schema= "ShinyKyogre"
  221. },
  222. {
  223. Schema= "ShinyRayquaza"
  224. },
  225. {
  226. Schema= "ShinyMew"
  227. },
  228. {
  229. Schema= "ShinyMewtwo"
  230. },
  231. {
  232. Schema= "ShinyCelebi"
  233. },
  234. {
  235. Schema= "ShinyLugia"
  236. },
  237. {
  238. Schema= "ShinyHooh"
  239. },
  240. {
  241. Schema= "ShinyRegice"
  242. },
  243. {
  244. Schema= "ShinyRegisteel"
  245. },
  246. {
  247. Schema= "ShinyRegirock"
  248. }
  249. ]
  250. }
  251. ShinyMoltres= {
  252. Type= "COMMAND"
  253. Entries= [
  254. {
  255. Command= "pgive %player% Moltres lvl50 ba:gs s"
  256. }
  257. ]
  258. }
  259. ShinyZapdos= {
  260. Type= "COMMAND"
  261. Entries= [
  262. {
  263. Command= "pgive %player% Zapdos lvl50 ba:gs s"
  264. }
  265. ]
  266. }
  267. ShinyArticuno= {
  268. Type= "COMMAND"
  269. Entries= [
  270. {
  271. Command= "pgive %player% Articuno lvl50 ba:gs s"
  272. }
  273. ]
  274. }
  275. ShinyEntei= {
  276. Type= "COMMAND"
  277. Entries= [
  278. {
  279. Command= "pgive %player% Entei lvl50 ba:gs s"
  280. }
  281. ]
  282. }
  283. ShinySuicune= {
  284. Type= "COMMAND"
  285. Entries= [
  286. {
  287. Command= "pgive %player% Suicune lvl50 ba:gs s"
  288. }
  289. ]
  290. }
  291. ShinyRaikou= {
  292. Type= "COMMAND"
  293. Entries= [
  294. {
  295. Command= "pgive %player% Raikou lvl50 ba:gs s"
  296. }
  297. ]
  298. }
  299. ShinyGroudon= {
  300. Type= "COMMAND"
  301. Entries= [
  302. {
  303. Command= "pgive %player% Groudon lvl50 ba:gs s"
  304. }
  305. ]
  306. }
  307. ShinyKyogre= {
  308. Type= "COMMAND"
  309. Entries= [
  310. {
  311. Command= "pgive %player% Kyogre lvl50 ba:gs s"
  312. }
  313. ]
  314. }
  315. ShinyRayquaza= {
  316. Type= "COMMAND"
  317. Entries= [
  318. {
  319. Command= "pgive %player% Rayquaza lvl50 ba:gs s"
  320. }
  321. ]
  322. }
  323. ShinyLugia= {
  324. Type= "COMMAND"
  325. Entries= [
  326. {
  327. Command= "pgive %player% Lugia lvl50 ba:gs s"
  328. }
  329. ]
  330. }
  331. ShinyHooh= {
  332. Type= "COMMAND"
  333. Entries= [
  334. {
  335. Command= "pgive %player% Hooh lvl50 ba:gs s"
  336. }
  337. ]
  338. }
  339. ShinyCelebi= {
  340. Type= "COMMAND"
  341. Entries= [
  342. {
  343. Command= "pgive %player% Celebi lvl50 ba:gs s"
  344. }
  345. ]
  346. }
  347. ShinyMew= {
  348. Type= "COMMAND"
  349. Entries= [
  350. {
  351. Command= "pgive %player% Mew lvl50 ba:gs s"
  352. }
  353. ]
  354. }
  355. ShinyMewtwo= {
  356. Type= "COMMAND"
  357. Entries= [
  358. {
  359. Command= "pgive %player% Mewtwo lvl50 ba:gs s"
  360. }
  361. ]
  362. }
  363. ShinyRegirock= {
  364. Type= "COMMAND"
  365. Entries= [
  366. {
  367. Command= "pgive %player% Regirock lvl50 ba:gs s"
  368. }
  369. ]
  370. }
  371. ShinyRegice= {
  372. Type= "COMMAND"
  373. Entries= [
  374. {
  375. Command= "pgive %player% Regice lvl50 ba:gs s"
  376. }
  377. ]
  378. }
  379. ShinyRegisteel= {
  380. Type= "COMMAND"
  381. Entries= [
  382. {
  383. Command= "pgive %player% Registeel lvl50 ba:gs s"
  384. }
  385. ]
  386. }
  387. RareCandy= {
  388. Type= "COMMAND"
  389. Entries= [
  390. {
  391. Command= "give %player% pixelmon:item.Rare_Candy 2"
  392. }
  393. ]
  394. }
  395. VoteMoney= {
  396. Type= "COMMAND"
  397. Entries= [
  398. {
  399. Command= "eco add %player% 250"
  400. }
  401. ]
  402. }
  403. RandomShiny= {
  404. Type= "COMMAND"
  405. Entries= [
  406. {
  407. Command= "pokerandom %player% s"
  408. }
  409. ]
  410. }
  411. RandomShinyAnnounce= {
  412. Type= "COMMAND"
  413. Entries= [
  414. {
  415. Command= "say &3%player%&c has voted &925 Times&c and received &91x Random Shiny "
  416. }
  417. ]
  418. }
  419. RandomLegendAnnounce= {
  420. Type= "COMMAND"
  421. Entries= [
  422. {
  423. Command= "say &3%player%&c has voted &950 Times&c and received &91x Random Legend "
  424. }
  425. ]
  426. }
  427. RandomShinyLegendAnnounce= {
  428. Type= "COMMAND"
  429. Entries= [
  430. {
  431. Command= "say &3%player%&c has voted &925 Times&c and received &91x Random Shiny "
  432. }
  433. ]
  434. }
  435. VoteAnnounce= {
  436. Type= "COMMAND"
  437. Entries= [
  438. {
  439. Command= "tell %player% Thank you for voting for our server!"
  440. }
  441. ]
  442. }
Add Comment
Please, Sign In to add comment