Advertisement
Guest User

Default config for 1.1

a guest
Mar 6th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.78 KB | None | 0 0
  1. # To see a commented version of this config, go to the wiki configuration page!
  2.  
  3. config:
  4.  
  5. # ------------- Plugin Configuration -----------------
  6.  
  7. # What prefix do you want on your broadcast messages?
  8. # Set it below in the quotations.
  9. title: 'PixelmonGym'
  10.  
  11. # This plugin enabled's a few messages to be sent to players joining to help them get started with this plugin.
  12. # Example: Type "/gym list" to see what gyms are open!
  13. # If you want to disable these, set the below to "False".
  14. joinmessage: 'True'
  15.  
  16. # If you have JoinMessage set to "True",
  17. # What few join messages do you want?
  18. # Set them below!
  19. joinmessage1: 'Type "/gym list" to see what gyms are open!'
  20. joinmessage2: 'Type "/gym leaders" to see which gym leaders are online!'
  21. joinmessage3: 'Type "/gym" to see what other gym commands are available!'
  22.  
  23.  
  24. # Is gym healing allowed on the server? (/gym heal, heals the gym leaders pokemon at any time)
  25. # They can not heal other players pokemon. Only there own.
  26. gymhealing: 'True'
  27.  
  28. # Do you want the scoreboard feature at all?
  29. # Set to "False" if you do not want the scoreboard feature.
  30. scoreboard: 'True'
  31.  
  32. # Do you want the user to be added to a certain group? For example "Gym Leader".
  33. # If you do, when you do /pixelgym addleader (username) <gym#> it will add them to the GymLeader group
  34. # and will then give them the specific pixelgym.gym# or pixelgym.e4# that they require.
  35. # However, if you want the gym leaders to be given both pixelgym.leader and pixelgym.gym#, set this to "False".
  36. enablegroup: 'False'
  37.  
  38. # This is the group name you want to add them to, the group must already exist within your permissions plugin.
  39. globalgroupname: 'GymLeader'
  40.  
  41. # This is the same as gym leader group, however it is for the Elite 4 members.
  42. globale4groupname: 'Elite4'
  43.  
  44. # If you want the plugin to give your gym leaders the pokemon that you configure below for each gym, set this to "True".
  45. # However, if you want to give your gym leaders there pokemon manually, set to "False".
  46. # These pokemon will be given during the same command as /pixelgym addleader (username) <gym#/e4#>.
  47. giveleaderpokemon: 'True'
  48.  
  49. # ------------- Prestige Configuration -----------------
  50. #
  51. # This section is for configuring the prestige system of the plugin.
  52. # How many gym's are required to be beaten before prestiging
  53. prestige_req: 8
  54.  
  55. # How much is the player that is prestiging going to be paid? (Requires Vault)
  56. prestige_pay: 1000
  57.  
  58. # ------------- Gym Configuration -----------------
  59.  
  60. # NOTE: Make sure you set up the TM's in extra.yml or in game with /gym addtm gym#. With the corrosponding TM in your hand to be added to the random
  61. # TM collection.
  62.  
  63. # In the gym configuration there are 32 Gym's to be configured.
  64. # These include;
  65. # The Specific Gym name
  66. # The Gym broadcast colour
  67. # If you want the gym to be enabled or disabled (9-32 are disabled by default)
  68. # What level cap each gym is (Show in /gym list)
  69. # And 5 Rules per gym. (Seen in /gym rules <gym#>)
  70.  
  71. # Do you want all players to hear a firework sound when anyone wins a gym badge?
  72. # Set to true if you do, set to false if you do not.
  73. gymsound: True
  74.  
  75. # Do you want challengers to pay a fee when they join a gym?
  76. # They will only be charged if they get pulled into the gym (when the gym leader does /gym next gym#
  77. # If you want this, set to true. Otherwise set to False.
  78. gymfee: 'False'
  79.  
  80. # If you use the gym fee, how much do you want them to pay?
  81. # This is using your economy plugin. (/pay (player) (amount))
  82. gymfeeamount: 100
  83.  
  84. # Here you can customize the global cooldown time for gym's if players lose.
  85. # This is in minutes, so by default it is 60 minutes (1 hour).
  86. cooldowntime: 60
  87.  
  88. # This setting should be kept/set to true if you want people to rank through gym's in a structured order.
  89. # For example 1-8.
  90. # Set it to false if you want people to be able to join gym's in any order.
  91. gymrequire: True
  92.  
  93. # Here is the first gym config, along with a guide on each part;
  94.  
  95. # This is the name of the gym.
  96. # Put the desired name of the gym in the Quotations ('')
  97. gym1: 'Rock'
  98.  
  99. # This is what colour the gym will be shown as in chat and on the scoreboard.
  100. # This is controlled by colour codes, found at the minecraft wiki. They must include a "&" sign.
  101. # The default colour of gym1 is &7. Which is grey. This suits the default gym1 name "Rock".
  102. gym1colour: '&7'
  103.  
  104. # Do you want gym1 to be enabled at all? (By default gym1 - gym8 are enabled, the rest are disabled)
  105. # Set to 'False' if you don't want it to be enabled.
  106. gym1enabled: 'True'
  107.  
  108. # This is the ItemID for the gym1 badge (pixelmon item), this will need to be changed to the according itemID.
  109. # It is set to boulder badge by default. You will have to change each gym's itemID.
  110. gym1badge: pixelmon:boulder_badge
  111.  
  112. # What level cap is the gym? This will show on /gym list
  113. # Type the gym's level cap in the quotations below ('')
  114. gym1lvlcap: '25'
  115.  
  116. # Using /pixelgym addleader now has a built in ability to add pokemon to the gym leader that you set here.
  117. # This must be enabled above in the global config section.
  118.  
  119. # First you have the Pokemon name, this must be spelled 100% correctly to work.
  120. # Then the pokemon level to give, which is choosable per pokemon you give to the leader.
  121. # If a gym only has a team of 3 pokemon like the first gym, just leave the extra pokemon quotes empty.
  122.  
  123. gym1poke1: 'Tirtouga'
  124. gym1poke1lvl: '25'
  125. gym1poke2: 'Cranidos'
  126. gym1poke2lvl: '25'
  127. gym1poke3: 'Golem'
  128. gym1poke3lvl: '25'
  129. gym1poke4: ''
  130. gym1poke4lvl: '25'
  131. gym1poke5: ''
  132. gym1poke5lvl: '25'
  133. gym1poke6: ''
  134. gym1poke6lvl: '25'
  135.  
  136. # What rules do you want for this gym? (No specific Pokemon types? No Potions? Etc...)
  137. # Write your 5 desired rules in the quotations below ('')
  138. gym1rule1: 'Your First Rule for Gym1 Goes here'
  139. gym1rule2: 'Your Second Rule for Gym1 Goes here'
  140. gym1rule3: 'Your Third Rule for Gym1 Goes here'
  141. gym1rule4: 'Your Fourth Rule for Gym1 Goes here'
  142. gym1rule5: 'Your Fifth Rule for Gym1 Goes here'
  143.  
  144. # The below 32 gym's and elite 4 configs work the exact same as the above one.
  145.  
  146. gym2: 'Grass'
  147. gym2colour: '&2'
  148. gym2badge: pixelmon:forest_badge
  149. gym2enabled: 'True'
  150. gym2lvlcap: '35'
  151. gym2poke1: 'Tangela'
  152. gym2poke1lvl: '35'
  153. gym2poke2: 'Grovyle'
  154. gym2poke2lvl: '35'
  155. gym2poke3: 'Leafeon'
  156. gym2poke3lvl: '35'
  157. gym2poke4: 'Weepinbell'
  158. gym2poke4lvl: '35'
  159. gym2poke5: ''
  160. gym2poke5lvl: '35'
  161. gym2poke6: ''
  162. gym2poke6lvl: '35'
  163. gym2rule1: 'Your First Rule for Gym2 Goes here'
  164. gym2rule2: 'Your Second Rule for Gym2 Goes here'
  165. gym2rule3: 'Your Third Rule for Gym2 Goes here'
  166. gym2rule4: 'Your Fourth Rule for Gym2 Goes here'
  167. gym2rule5: 'Your Fifth Rule for Gym2 Goes here'
  168.  
  169. gym3: 'Flying'
  170. gym3colour: '&b'
  171. gym3badge: pixelmon:feather_badge
  172. gym3enabled: 'True'
  173. gym3lvlcap: '45'
  174. gym3poke1: 'Spearow'
  175. gym3poke1lvl: '45'
  176. gym3poke2: 'Pidgeotto'
  177. gym3poke2lvl: '45'
  178. gym3poke3: 'Pidgeot'
  179. gym3poke3lvl: '45'
  180. gym3poke4: 'Fearow'
  181. gym3poke4lvl: '45'
  182. gym3poke5: ''
  183. gym3poke5lvl: '45'
  184. gym3poke6: ''
  185. gym3poke6lvl: '45'
  186. gym3rule1: 'Your First Rule for Gym3 Goes here'
  187. gym3rule2: 'Your Second Rule for Gym3 Goes here'
  188. gym3rule3: 'Your Third Rule for Gym3 Goes here'
  189. gym3rule4: 'Your Fourth Rule for Gym3 Goes here'
  190. gym3rule5: 'Your Fifth Rule for Gym3 Goes here'
  191.  
  192. gym4: 'Poison'
  193. gym4colour: '&5'
  194. gym4badge: pixelmon:fog_badge
  195. gym4enabled: 'True'
  196. gym4lvlcap: '55'
  197. gym4poke1: 'Arbok'
  198. gym4poke1lvl: '55'
  199. gym4poke2: 'Muk'
  200. gym4poke2lvl: '55'
  201. gym4poke3: 'Nidorino'
  202. gym4poke3lvl: '55'
  203. gym4poke4: 'Nidoking'
  204. gym4poke4lvl: '55'
  205. gym4poke5: ''
  206. gym4poke5lvl: '55'
  207. gym4poke6: ''
  208. gym4poke6lvl: '55'
  209. gym4rule1: 'Your First Rule for Gym4 Goes here'
  210. gym4rule2: 'Your Second Rule for Gym4 Goes here'
  211. gym4rule3: 'Your Third Rule for Gym4 Goes here'
  212. gym4rule4: 'Your Fourth Rule for Gym4 Goes here'
  213. gym4rule5: 'Your Fifth Rule for Gym4 Goes here'
  214.  
  215. gym5: 'Psychic'
  216. gym5colour: '&d'
  217. gym5badge: pixelmon:soul_badge
  218. gym5enabled: 'True'
  219. gym5lvlcap: '65'
  220. gym5poke1: 'Kadabra'
  221. gym5poke1lvl: '65'
  222. gym5poke2: 'Hypno'
  223. gym5poke2lvl: '65'
  224. gym5poke3: 'Slowbro'
  225. gym5poke3lvl: '65'
  226. gym5poke4: 'Claydol'
  227. gym5poke4lvl: '65'
  228. gym5poke5: 'Alakazam'
  229. gym5poke5lvl: '65'
  230. gym5poke6: ''
  231. gym5poke6lvl: '65'
  232. gym5rule1: 'Your First Rule for Gym5 Goes here'
  233. gym5rule2: 'Your Second Rule for Gym5 Goes here'
  234. gym5rule3: 'Your Third Rule for Gym5 Goes here'
  235. gym5rule4: 'Your Fourth Rule for Gym5 Goes here'
  236. gym5rule5: 'Your Fifth Rule for Gym5 Goes here'
  237.  
  238. gym6: 'Fire'
  239. gym6colour: '&c'
  240. gym6badge: pixelmon:heat_badge
  241. gym6enabled: 'True'
  242. gym6lvlcap: '75'
  243. gym6poke1: 'Vulpix'
  244. gym6poke1lvl: '75'
  245. gym6poke2: 'Charmander'
  246. gym6poke2lvl: '75'
  247. gym6poke3: 'Arcanine'
  248. gym6poke3lvl: '75'
  249. gym6poke4: 'Ninetales'
  250. gym6poke4lvl: '75'
  251. gym6poke5: 'Charizard'
  252. gym6poke5lvl: '75'
  253. gym6poke6: ''
  254. gym6poke6lvl: '75'
  255. gym6rule1: 'Your First Rule for Gym6 Goes here'
  256. gym6rule2: 'Your Second Rule for Gym6 Goes here'
  257. gym6rule3: 'Your Third Rule for Gym6 Goes here'
  258. gym6rule4: 'Your Fourth Rule for Gym6 Goes here'
  259. gym6rule5: 'Your Fifth Rule for Gym6 Goes here'
  260.  
  261. gym7: 'Water'
  262. gym7colour: '&9'
  263. gym7badge: pixelmon:wave_badge
  264. gym7enabled: 'True'
  265. gym7lvlcap: '85'
  266. gym7poke1: 'Squirtle'
  267. gym7poke1lvl1: '85'
  268. gym7poke2: 'Prinplup'
  269. gym7poke2lvl: '85'
  270. gym7poke3: 'Lapras'
  271. gym7poke3lvl: '85'
  272. gym7poke4: 'Gyarados'
  273. gym7poke4lvl: '85'
  274. gym7poke5: 'Wailord'
  275. gym7poke5lvl: '85'
  276. gym7poke6: 'Blastoise'
  277. gym7poke6lvl: '85'
  278. gym7rule1: 'Your First Rule for Gym7 Goes here'
  279. gym7rule2: 'Your Second Rule for Gym7 Goes here'
  280. gym7rule3: 'Your Third Rule for Gym7 Goes here'
  281. gym7rule4: 'Your Fourth Rule for Gym7 Goes here'
  282. gym7rule5: 'Your Fifth Rule for Gym7 Goes here'
  283.  
  284. gym8: 'Normal'
  285. gym8colour: '&7'
  286. gym8badge: pixelmon:basic_badge
  287. gym8enabled: 'True'
  288. gym8lvlcap: '95'
  289. gym8poke1: 'Raticate'
  290. gym8poke1lvl1: '95'
  291. gym8poke2: 'Lickitung'
  292. gym8poke2lvl: '95'
  293. gym8poke3: 'Persian'
  294. gym8poke3lvl: '95'
  295. gym8poke4: 'Eevee'
  296. gym8poke4lvl: '95'
  297. gym8poke5: 'Tauros'
  298. gym8poke5lvl: '95'
  299. gym8poke6: 'Kangaskhan'
  300. gym8poke6lvl: '95'
  301. gym8rule1: 'Your First Rule for gym8 Goes here'
  302. gym8rule2: 'Your Second Rule for gym8 Goes here'
  303. gym8rule3: 'Your Third Rule for gym8 Goes here'
  304. gym8rule4: 'Your Fourth Rule for gym8 Goes here'
  305. gym8rule5: 'Your Fifth Rule for gym8 Goes here'
  306.  
  307. gym9: 'Various'
  308. gym9colour: '&1'
  309. gym9badge: 9
  310. gym9enabled: 'False'
  311. gym9lvlcap: '10'
  312. gym9poke1: 'Raticate'
  313. gym9poke1lvl1: '95'
  314. gym9poke2: 'Lickitung'
  315. gym9poke2lvl: '95'
  316. gym9poke3: 'Persian'
  317. gym9poke3lvl: '95'
  318. gym9poke4: 'Eevee'
  319. gym9poke4lvl: '95'
  320. gym9poke5: 'Tauros'
  321. gym9poke5lvl: '95'
  322. gym9poke6: 'Kangaskhan'
  323. gym9poke6lvl: '95'
  324. gym9rule1: 'Your First Rule for Gym9 Goes here'
  325. gym9rule2: 'Your Second Rule for Gym9 Goes here'
  326. gym9rule3: 'Your Third Rule for Gym9 Goes here'
  327. gym9rule4: 'Your Fourth Rule for Gym9 Goes here'
  328. gym9rule5: 'Your Fifth Rule for Gym9 Goes here'
  329.  
  330. gym10: 'Flying'
  331. gym10colour: '&2'
  332. gym10badge: 10
  333. gym10enabled: 'False'
  334. gym10lvlcap: '20'
  335. gym10poke1: 'Raticate'
  336. gym10poke1lvl1: '95'
  337. gym10poke2: 'Lickitung'
  338. gym10poke2lvl: '95'
  339. gym10poke3: 'Persian'
  340. gym10poke3lvl: '95'
  341. gym10poke4: 'Eevee'
  342. gym10poke4lvl: '95'
  343. gym10poke5: 'Tauros'
  344. gym10poke5lvl: '95'
  345. gym10poke6: 'Kangaskhan'
  346. gym10poke6lvl: '95'
  347. gym10rule1: 'Your First Rule for Gym10 Goes here'
  348. gym10rule2: 'Your Second Rule for Gym10 Goes here'
  349. gym10rule3: 'Your Third Rule for Gym10 Goes here'
  350. gym10rule4: 'Your Fourth Rule for Gym10 Goes here'
  351. gym10rule5: 'Your Fifth Rule for Gym10 Goes here'
  352.  
  353. gym11: 'Bug'
  354. gym11colour: '&3'
  355. gym11badge: 11
  356. gym11enabled: 'False'
  357. gym11lvlcap: '40'
  358. gym11poke1: 'Raticate'
  359. gym11poke1lvl1: '95'
  360. gym11poke2: 'Lickitung'
  361. gym11poke2lvl: '95'
  362. gym11poke3: 'Persian'
  363. gym11poke3lvl: '95'
  364. gym11poke4: 'Eevee'
  365. gym11poke4lvl: '95'
  366. gym11poke5: 'Tauros'
  367. gym11poke5lvl: '95'
  368. gym11poke6: 'Kangaskhan'
  369. gym11poke6lvl: '95'
  370. gym11rule1: 'Your First Rule for Gym11 Goes here'
  371. gym11rule2: 'Your Second Rule for Gym11 Goes here'
  372. gym11rule3: 'Your Third Rule for Gym11 Goes here'
  373. gym11rule4: 'Your Fourth Rule for Gym11 Goes here'
  374. gym11rule5: 'Your Fifth Rule for Gym11 Goes here'
  375.  
  376. gym12: 'Normal'
  377. gym12colour: '&4'
  378. gym12badge: 12
  379. gym12enabled: 'False'
  380. gym12lvlcap: '50'
  381. gym12poke1: 'Raticate'
  382. gym12poke1lvl1: '95'
  383. gym12poke2: 'Lickitung'
  384. gym12poke2lvl: '95'
  385. gym12poke3: 'Persian'
  386. gym12poke3lvl: '95'
  387. gym12poke4: 'Eevee'
  388. gym12poke4lvl: '95'
  389. gym12poke5: 'Tauros'
  390. gym12poke5lvl: '95'
  391. gym12poke6: 'Kangaskhan'
  392. gym12poke6lvl: '95'
  393. gym12rule1: 'Your First Rule for Gym12 Goes here'
  394. gym12rule2: 'Your Second Rule for Gym12 Goes here'
  395. gym12rule3: 'Your Third Rule for Gym12 Goes here'
  396. gym12rule4: 'Your Fourth Rule for Gym12 Goes here'
  397. gym12rule5: 'Your Fifth Rule for Gym12 Goes here'
  398.  
  399. gym13: 'Ghost'
  400. gym13colour: '&5'
  401. gym13badge: 13
  402. gym13enabled: 'False'
  403. gym13lvlcap: '60'
  404. gym13poke1: 'Raticate'
  405. gym13poke1lvl1: '95'
  406. gym13poke2: 'Lickitung'
  407. gym13poke2lvl: '95'
  408. gym13poke3: 'Persian'
  409. gym13poke3lvl: '95'
  410. gym13poke4: 'Eevee'
  411. gym13poke4lvl: '95'
  412. gym13poke5: 'Tauros'
  413. gym13poke5lvl: '95'
  414. gym13poke6: 'Kangaskhan'
  415. gym13poke6lvl: '95'
  416. gym13rule1: 'Your First Rule for Gym13 Goes here'
  417. gym13rule2: 'Your Second Rule for Gym13 Goes here'
  418. gym13rule3: 'Your Third Rule for Gym13 Goes here'
  419. gym13rule4: 'Your Fourth Rule for Gym13 Goes here'
  420. gym13rule5: 'Your Fifth Rule for Gym13 Goes here'
  421.  
  422. gym14: 'Fighting'
  423. gym14colour: '&6'
  424. gym14badge: 14
  425. gym14enabled: 'False'
  426. gym14lvlcap: '70'
  427. gym14poke1: 'Raticate'
  428. gym14poke1lvl1: '95'
  429. gym14poke2: 'Lickitung'
  430. gym14poke2lvl: '95'
  431. gym14poke3: 'Persian'
  432. gym14poke3lvl: '95'
  433. gym14poke4: 'Eevee'
  434. gym14poke4lvl: '95'
  435. gym14poke5: 'Tauros'
  436. gym14poke5lvl: '95'
  437. gym14poke6: 'Kangaskhan'
  438. gym14poke6lvl: '95'
  439. gym14rule1: 'Your First Rule for Gym14 Goes here'
  440. gym14rule2: 'Your Second Rule for Gym14 Goes here'
  441. gym14rule3: 'Your Third Rule for Gym14 Goes here'
  442. gym14rule4: 'Your Fourth Rule for Gym14 Goes here'
  443. gym14rule5: 'Your Fifth Rule for Gym14 Goes here'
  444.  
  445. gym15: 'Steel'
  446. gym15colour: '&7'
  447. gym15badge: 15
  448. gym15enabled: 'False'
  449. gym15lvlcap: '80'
  450. gym15poke1: 'Raticate'
  451. gym15poke1lvl1: '95'
  452. gym15poke2: 'Lickitung'
  453. gym15poke2lvl: '95'
  454. gym15poke3: 'Persian'
  455. gym15poke3lvl: '95'
  456. gym15poke4: 'Eevee'
  457. gym15poke4lvl: '95'
  458. gym15poke5: 'Tauros'
  459. gym15poke5lvl: '95'
  460. gym15poke6: 'Kangaskhan'
  461. gym15poke6lvl: '95'
  462. gym15rule1: 'Your First Rule for Gym15 Goes here'
  463. gym15rule2: 'Your Second Rule for Gym15 Goes here'
  464. gym15rule3: 'Your Third Rule for Gym15 Goes here'
  465. gym15rule4: 'Your Fourth Rule for Gym15 Goes here'
  466. gym15rule5: 'Your Fifth Rule for Gym15 Goes here'
  467.  
  468. gym16: 'Ice'
  469. gym16colour: '&8'
  470. gym16badge: 16
  471. gym16enabled: 'False'
  472. gym16lvlcap: '90'
  473. gym16poke1: 'Raticate'
  474. gym16poke1lvl1: '95'
  475. gym16poke2: 'Lickitung'
  476. gym16poke2lvl: '95'
  477. gym16poke3: 'Persian'
  478. gym16poke3lvl: '95'
  479. gym16poke4: 'Eevee'
  480. gym16poke4lvl: '95'
  481. gym16poke5: 'Tauros'
  482. gym16poke5lvl: '95'
  483. gym16poke6: 'Kangaskhan'
  484. gym16poke6lvl: '95'
  485. gym16rule1: 'Your First Rule for Gym16 Goes here'
  486. gym16rule2: 'Your Second Rule for Gym16 Goes here'
  487. gym16rule3: 'Your Third Rule for Gym16 Goes here'
  488. gym16rule4: 'Your Fourth Rule for Gym16 Goes here'
  489. gym16rule5: 'Your Fifth Rule for Gym16 Goes here'
  490.  
  491. gym17: 'Dragon'
  492. gym17colour: '&9'
  493. gym17badge: 17
  494. gym17enabled: 'False'
  495. gym17lvlcap: '20'
  496. gym17poke1: 'Raticate'
  497. gym17poke1lvl1: '95'
  498. gym17poke2: 'Lickitung'
  499. gym17poke2lvl: '95'
  500. gym17poke3: 'Persian'
  501. gym17poke3lvl: '95'
  502. gym17poke4: 'Eevee'
  503. gym17poke4lvl: '95'
  504. gym17poke5: 'Tauros'
  505. gym17poke5lvl: '95'
  506. gym17poke6: 'Kangaskhan'
  507. gym17poke6lvl: '95'
  508. gym17rule1: 'Your First Rule for Gym17 Goes here'
  509. gym17rule2: 'Your Second Rule for Gym17 Goes here'
  510. gym17rule3: 'Your Third Rule for Gym17 Goes here'
  511. gym17rule4: 'Your Fourth Rule for Gym17 Goes here'
  512. gym17rule5: 'Your Fifth Rule for Gym17 Goes here'
  513.  
  514. gym18: 'Fairy'
  515. gym18colour: '&d'
  516. gym18badge: 18
  517. gym18enabled: 'False'
  518. gym18lvlcap: '30'
  519. gym18poke1: 'Raticate'
  520. gym18poke1lvl1: '95'
  521. gym18poke2: 'Lickitung'
  522. gym18poke2lvl: '95'
  523. gym18poke3: 'Persian'
  524. gym18poke3lvl: '95'
  525. gym18poke4: 'Eevee'
  526. gym18poke4lvl: '95'
  527. gym18poke5: 'Tauros'
  528. gym18poke5lvl: '95'
  529. gym18poke6: 'Kangaskhan'
  530. gym18poke6lvl: '95'
  531. gym18rule1: 'Your First Rule for Gym18 Goes here'
  532. gym18rule2: 'Your Second Rule for Gym18 Goes here'
  533. gym18rule3: 'Your Third Rule for Gym18 Goes here'
  534. gym18rule4: 'Your Fourth Rule for Gym18 Goes here'
  535. gym18rule5: 'Your Fifth Rule for Gym18 Goes here'
  536.  
  537. gym19: 'Electric'
  538. gym19colour: '&e'
  539. gym19badge: 19
  540. gym19enabled: 'False'
  541. gym19lvlcap: '40'
  542. gym19poke1: 'Raticate'
  543. gym19poke1lvl1: '95'
  544. gym19poke2: 'Lickitung'
  545. gym19poke2lvl: '95'
  546. gym19poke3: 'Persian'
  547. gym19poke3lvl: '95'
  548. gym19poke4: 'Eevee'
  549. gym19poke4lvl: '95'
  550. gym19poke5: 'Tauros'
  551. gym19poke5lvl: '95'
  552. gym19poke6: 'Kangaskhan'
  553. gym8poke6lvl: '95'
  554. gym19rule1: 'Your First Rule for Gym19 Goes here'
  555. gym19rule2: 'Your Second Rule for Gym19 Goes here'
  556. gym19rule3: 'Your Third Rule for Gym19 Goes here'
  557. gym19rule4: 'Your Fourth Rule for Gym19 Goes here'
  558. gym19rule5: 'Your Fifth Rule for Gym19 Goes here'
  559.  
  560. gym20: 'Grass'
  561. gym20colour: '&2'
  562. gym20badge: 20
  563. gym20enabled: 'False'
  564. gym20lvlcap: '50'
  565. gym20poke1: 'Raticate'
  566. gym20poke1lvl1: '95'
  567. gym20poke2: 'Lickitung'
  568. gym20poke2lvl: '95'
  569. gym20poke3: 'Persian'
  570. gym20poke3lvl: '95'
  571. gym20poke4: 'Eevee'
  572. gym20poke4lvl: '95'
  573. gym20poke5: 'Tauros'
  574. gym20poke5lvl: '95'
  575. gym20poke6: 'Kangaskhan'
  576. gym20poke6lvl: '95'
  577. gym20rule1: 'Your First Rule for Gym20 Goes here'
  578. gym20rule2: 'Your Second Rule for Gym20 Goes here'
  579. gym20rule3: 'Your Third Rule for Gym20 Goes here'
  580. gym20rule4: 'Your Fourth Rule for Gym20 Goes here'
  581. gym20rule5: 'Your Fifth Rule for Gym20 Goes here'
  582.  
  583. gym21: 'Poison'
  584. gym21colour: '&d'
  585. gym21badge: 21
  586. gym21enabled: 'False'
  587. gym21lvlcap: '60'
  588. gym21poke1: 'Raticate'
  589. gym21poke1lvl1: '95'
  590. gym21poke2: 'Lickitung'
  591. gym21poke2lvl: '95'
  592. gym21poke3: 'Persian'
  593. gym21poke3lvl: '95'
  594. gym21poke4: 'Eevee'
  595. gym21poke4lvl: '95'
  596. gym21poke5: 'Tauros'
  597. gym21poke5lvl: '95'
  598. gym21poke6: 'Kangaskhan'
  599. gym21poke6lvl: '95'
  600. gym21rule1: 'Your First Rule for Gym21 Goes here'
  601. gym21rule2: 'Your Second Rule for Gym21 Goes here'
  602. gym21rule3: 'Your Third Rule for Gym21 Goes here'
  603. gym21rule4: 'Your Fourth Rule for Gym21 Goes here'
  604. gym21rule5: 'Your Fifth Rule for Gym21 Goes here'
  605.  
  606. gym22: 'Psychic'
  607. gym22colour: '&5'
  608. gym22badge: 22
  609. gym22enabled: 'False'
  610. gym22lvlcap: '70'
  611. gym22poke1: 'Raticate'
  612. gym22poke1lvl1: '95'
  613. gym22poke2: 'Lickitung'
  614. gym22poke2lvl: '95'
  615. gym22poke3: 'Persian'
  616. gym22poke3lvl: '95'
  617. gym22poke4: 'Eevee'
  618. gym22poke4lvl: '95'
  619. gym22poke5: 'Tauros'
  620. gym22poke5lvl: '95'
  621. gym22poke6: 'Kangaskhan'
  622. gym22poke6lvl: '95'
  623. gym22rule1: 'Your First Rule for Gym22 Goes here'
  624. gym22rule2: 'Your Second Rule for Gym22 Goes here'
  625. gym22rule3: 'Your Third Rule for Gym22 Goes here'
  626. gym22rule4: 'Your Fourth Rule for Gym22 Goes here'
  627. gym22rule5: 'Your Fifth Rule for Gym22 Goes here'
  628.  
  629. gym23: 'Fire'
  630. gym23colour: '&c'
  631. gym23badge: 23
  632. gym23enabled: 'False'
  633. gym23lvlcap: '80'
  634. gym23poke1: 'Raticate'
  635. gym23poke1lvl1: '95'
  636. gym23poke2: 'Lickitung'
  637. gym23poke2lvl: '95'
  638. gym23poke3: 'Persian'
  639. gym23poke3lvl: '95'
  640. gym23poke4: 'Eevee'
  641. gym23poke4lvl: '95'
  642. gym23poke5: 'Tauros'
  643. gym23poke5lvl: '95'
  644. gym23poke6: 'Kangaskhan'
  645. gym23poke6lvl: '95'
  646. gym23rule1: 'Your First Rule for Gym23 Goes here'
  647. gym23rule2: 'Your Second Rule for Gym23 Goes here'
  648. gym23rule3: 'Your Third Rule for Gym23 Goes here'
  649. gym23rule4: 'Your Fourth Rule for Gym23 Goes here'
  650. gym23rule5: 'Your Fifth Rule for Gym23 Goes here'
  651.  
  652. gym24: 'Ground'
  653. gym24colour: '&6'
  654. gym24badge: 24
  655. gym24enabled: 'False'
  656. gym24lvlcap: '90'
  657. gym24poke1: 'Raticate'
  658. gym24poke1lvl1: '95'
  659. gym24poke2: 'Lickitung'
  660. gym24poke2lvl: '95'
  661. gym24poke3: 'Persian'
  662. gym24poke3lvl: '95'
  663. gym24poke4: 'Eevee'
  664. gym24poke4lvl: '95'
  665. gym24poke5: 'Tauros'
  666. gym24poke5lvl: '95'
  667. gym24poke6: 'Kangaskhan'
  668. gym24poke6lvl: '95'
  669. gym24rule1: 'Your First Rule for Gym24 Goes here'
  670. gym24rule2: 'Your Second Rule for Gym24 Goes here'
  671. gym24rule3: 'Your Third Rule for Gym24 Goes here'
  672. gym24rule4: 'Your Fourth Rule for Gym24 Goes here'
  673. gym24rule5: 'Your Fifth Rule for Gym24 Goes here'
  674.  
  675. gym25: 'Various'
  676. gym25colour: '&1'
  677. gym25badge: 25
  678. gym25enabled: 'False'
  679. gym25lvlcap: '10'
  680. gym25poke1: 'Raticate'
  681. gym25poke1lvl1: '95'
  682. gym25poke2: 'Lickitung'
  683. gym25poke2lvl: '95'
  684. gym25poke3: 'Persian'
  685. gym25poke3lvl: '95'
  686. gym25poke4: 'Eevee'
  687. gym25poke4lvl: '95'
  688. gym25poke5: 'Tauros'
  689. gym25poke5lvl: '95'
  690. gym25poke6: 'Kangaskhan'
  691. gym25poke6lvl: '95'
  692. gym25rule1: 'Your First Rule for Gym25 Goes here'
  693. gym25rule2: 'Your Second Rule for Gym25 Goes here'
  694. gym25rule3: 'Your Third Rule for Gym25 Goes here'
  695. gym25rule4: 'Your Fourth Rule for Gym25 Goes here'
  696. gym25rule5: 'Your Fifth Rule for Gym25 Goes here'
  697.  
  698. gym26: 'Flying'
  699. gym26colour: '&2'
  700. gym26badge: 26
  701. gym26enabled: 'False'
  702. gym26lvlcap: '20'
  703. gym26poke1: 'Raticate'
  704. gym26poke1lvl1: '95'
  705. gym26poke2: 'Lickitung'
  706. gym26poke2lvl: '95'
  707. gym26poke3: 'Persian'
  708. gym26poke3lvl: '95'
  709. gym26poke4: 'Eevee'
  710. gym26poke4lvl: '95'
  711. gym26poke5: 'Tauros'
  712. gym26poke5lvl: '95'
  713. gym26poke6: 'Kangaskhan'
  714. gym26poke6lvl: '95'
  715. gym26rule1: 'Your First Rule for Gym26 Goes here'
  716. gym26rule2: 'Your Second Rule for Gym26 Goes here'
  717. gym26rule3: 'Your Third Rule for Gym26 Goes here'
  718. gym26rule4: 'Your Fourth Rule for Gym26 Goes here'
  719. gym26rule5: 'Your Fifth Rule for Gym26 Goes here'
  720.  
  721. gym27: 'Bug'
  722. gym27colour: '&3'
  723. gym27badge: 27
  724. gym27enabled: 'False'
  725. gym27lvlcap: '40'
  726. gym27poke1: 'Raticate'
  727. gym27poke1lvl1: '95'
  728. gym27poke2: 'Lickitung'
  729. gym27poke2lvl: '95'
  730. gym27poke3: 'Persian'
  731. gym27poke3lvl: '95'
  732. gym27poke4: 'Eevee'
  733. gym27poke4lvl: '95'
  734. gym27poke5: 'Tauros'
  735. gym27poke5lvl: '95'
  736. gym27poke6: 'Kangaskhan'
  737. gym27poke6lvl: '95'
  738. gym27rule1: 'Your First Rule for Gym27 Goes here'
  739. gym27rule2: 'Your Second Rule for Gym27 Goes here'
  740. gym27rule3: 'Your Third Rule for Gym27 Goes here'
  741. gym27rule4: 'Your Fourth Rule for Gym27 Goes here'
  742. gym27rule5: 'Your Fifth Rule for Gym27 Goes here'
  743.  
  744. gym28: 'Normal'
  745. gym28colour: '&4'
  746. gym28badge: 28
  747. gym28enabled: 'False'
  748. gym28lvlcap: '50'
  749. gym28poke1: 'Raticate'
  750. gym28poke1lvl1: '95'
  751. gym28poke2: 'Lickitung'
  752. gym28poke2lvl: '95'
  753. gym28poke3: 'Persian'
  754. gym28poke3lvl: '95'
  755. gym28poke4: 'Eevee'
  756. gym28poke4lvl: '95'
  757. gym28poke5: 'Tauros'
  758. gym28poke5lvl: '95'
  759. gym28poke6: 'Kangaskhan'
  760. gym28poke6lvl: '95'
  761. gym28rule1: 'Your First Rule for Gym28 Goes here'
  762. gym28rule2: 'Your Second Rule for Gym28 Goes here'
  763. gym28rule3: 'Your Third Rule for Gym28 Goes here'
  764. gym28rule4: 'Your Fourth Rule for Gym28 Goes here'
  765. gym28rule5: 'Your Fifth Rule for Gym28 Goes here'
  766.  
  767. gym29: 'Ghost'
  768. gym29colour: '&5'
  769. gym29badge: 29
  770. gym29enabled: 'False'
  771. gym29lvlcap: '60'
  772. gym29poke1: 'Raticate'
  773. gym29poke1lvl1: '95'
  774. gym29poke2: 'Lickitung'
  775. gym29poke2lvl: '95'
  776. gym29poke3: 'Persian'
  777. gym29poke3lvl: '95'
  778. gym29poke4: 'Eevee'
  779. gym29poke4lvl: '95'
  780. gym29poke5: 'Tauros'
  781. gym29poke5lvl: '95'
  782. gym29poke6: 'Kangaskhan'
  783. gym29poke6lvl: '95'
  784. gym29rule1: 'Your First Rule for Gym29 Goes here'
  785. gym29rule2: 'Your Second Rule for Gym29 Goes here'
  786. gym29rule3: 'Your Third Rule for Gym29 Goes here'
  787. gym29rule4: 'Your Fourth Rule for Gym29 Goes here'
  788. gym29rule5: 'Your Fifth Rule for Gym29 Goes here'
  789.  
  790. gym30: 'Fighting'
  791. gym30colour: '&6'
  792. gym30badge: 30
  793. gym30enabled: 'False'
  794. gym30lvlcap: '70'
  795. gym30poke1: 'Raticate'
  796. gym30poke1lvl1: '95'
  797. gym30poke2: 'Lickitung'
  798. gym30poke2lvl: '95'
  799. gym30poke3: 'Persian'
  800. gym30poke3lvl: '95'
  801. gym30poke4: 'Eevee'
  802. gym30poke4lvl: '95'
  803. gym30poke5: 'Tauros'
  804. gym30poke5lvl: '95'
  805. gym30poke6: 'Kangaskhan'
  806. gym30poke6lvl: '95'
  807. gym30rule1: 'Your First Rule for Gym30 Goes here'
  808. gym30rule2: 'Your Second Rule for Gym30 Goes here'
  809. gym30rule3: 'Your Third Rule for Gym30 Goes here'
  810. gym30rule4: 'Your Fourth Rule for Gym30 Goes here'
  811. gym30rule5: 'Your Fifth Rule for Gym30 Goes here'
  812.  
  813. gym31: 'Steel'
  814. gym31colour: '&7'
  815. gym31badge: 31
  816. gym31enabled: 'False'
  817. gym31lvlcap: '80'
  818. gym31poke1: 'Raticate'
  819. gym31poke1lvl1: '95'
  820. gym31poke2: 'Lickitung'
  821. gym31poke2lvl: '95'
  822. gym31poke3: 'Persian'
  823. gym31poke3lvl: '95'
  824. gym31poke4: 'Eevee'
  825. gym31poke4lvl: '95'
  826. gym31poke5: 'Tauros'
  827. gym31poke5lvl: '95'
  828. gym31poke6: 'Kangaskhan'
  829. gym31poke6lvl: '95'
  830. gym31rule1: 'Your First Rule for Gym31 Goes here'
  831. gym31rule2: 'Your Second Rule for Gym31 Goes here'
  832. gym31rule3: 'Your Third Rule for Gym31 Goes here'
  833. gym31rule4: 'Your Fourth Rule for Gym31 Goes here'
  834. gym31rule5: 'Your Fifth Rule for Gym31 Goes here'
  835.  
  836. gym32: 'Ice'
  837. gym32colour: '&8'
  838. gym32badge: 32
  839. gym32enabled: 'False'
  840. gym32lvlcap: '90'
  841. gym32poke1: 'Raticate'
  842. gym32poke1lvl1: '95'
  843. gym32poke2: 'Lickitung'
  844. gym32poke2lvl: '95'
  845. gym32poke3: 'Persian'
  846. gym32poke3lvl: '95'
  847. gym32poke4: 'Eevee'
  848. gym32poke4lvl: '95'
  849. gym32poke5: 'Tauros'
  850. gym32poke5lvl: '95'
  851. gym32poke6: 'Kangaskhan'
  852. gym32poke6lvl: '95'
  853. gym32rule1: 'Your First Rule for Gym32 Goes here'
  854. gym32rule2: 'Your Second Rule for Gym32 Goes here'
  855. gym32rule3: 'Your Third Rule for Gym32 Goes here'
  856. gym32rule4: 'Your Fourth Rule for Gym32 Goes here'
  857. gym32rule5: 'Your Fifth Rule for Gym32 Goes here'
  858.  
  859. # ------------- Elite 4 Configuration -----------------
  860.  
  861. # Want to call the elite 4 something else? You can below
  862. e4: 'Elite 4'
  863.  
  864. # Give your Elite 4 above and abbreviation (Slang) for the scoreboard.
  865. e4ab: 'E4'
  866.  
  867. # Overall colour of the elite 4 (if all elite 4's are open)
  868. # Default is yellow.
  869. e4colour: '&e'
  870.  
  871. # Do you want the e4 enabled at all?
  872. # Set to "Fale" if you do not want to enable the e4 on your sever.
  873. e4enabled: 'True'
  874.  
  875. # Seperate e4 groups below to customise what type each e4 level is, along with rules.
  876.  
  877. e41: 'Ice'
  878. e41colour: '&b'
  879. e41poke1: 'Raticate'
  880. e41poke1lvl1: '95'
  881. e41poke2: 'Lickitung'
  882. e41poke2lvl: '95'
  883. e41poke3: 'Persian'
  884. e41poke3lvl: '95'
  885. e41poke4: 'Eevee'
  886. e41poke4lvl: '95'
  887. e41poke5: 'Tauros'
  888. e41poke5lvl: '95'
  889. e41poke6: 'Kangaskhan'
  890. e41poke6lvl: '95'
  891. e41rule1: 'Your First Rule for e4 1 Goes here'
  892. e41rule2: 'Your Second Rule for e4 1 Goes here'
  893. e41rule3: 'Your Third Rule for e4 1 Goes here'
  894. e41rule4: 'Your Fourth Rule for e4 1 Goes here'
  895. e41rule5: 'Your Fifth Rule for e4 1 Goes here'
  896.  
  897. e42: 'Fighting'
  898. e42colour: '&4'
  899. e42poke1: 'Raticate'
  900. e42poke1lvl1: '95'
  901. e42poke2: 'Lickitung'
  902. e42poke2lvl: '95'
  903. e42poke3: 'Persian'
  904. e42poke3lvl: '95'
  905. e42poke4: 'Eevee'
  906. e42poke4lvl: '95'
  907. e42poke5: 'Tauros'
  908. e42poke5lvl: '95'
  909. e42poke6: 'Kangaskhan'
  910. e42poke6lvl: '95'
  911. e42rule1: 'Your First Rule for e4 2 Goes here'
  912. e42rule2: 'Your Second Rule for e4 2 Goes here'
  913. e42rule3: 'Your Third Rule for e4 2 Goes here'
  914. e42rule4: 'Your Fourth Rule for e4 2 Goes here'
  915. e42rule5: 'Your Fifth Rule for e4 2 Goes here'
  916.  
  917. e43: 'Ghost'
  918. e43colour: '&5'
  919. e43poke1: 'Raticate'
  920. e43poke1lvl1: '95'
  921. e43poke2: 'Lickitung'
  922. e43poke2lvl: '95'
  923. e43poke3: 'Persian'
  924. e43poke3lvl: '95'
  925. e43poke4: 'Eevee'
  926. e43poke4lvl: '95'
  927. e43poke5: 'Tauros'
  928. e43poke5lvl: '95'
  929. e43poke6: 'Kangaskhan'
  930. e43poke6lvl: '95'
  931. e43rule1: 'Your First Rule for e4 3 Goes here'
  932. e43rule2: 'Your Second Rule for e4 3 Goes here'
  933. e43rule3: 'Your Third Rule for e4 3 Goes here'
  934. e43rule4: 'Your Fourth Rule for e4 3 Goes here'
  935. e43rule5: 'Your Fifth Rule for e4 3 Goes here'
  936.  
  937. e44: 'Dragon'
  938. e44colour: '&1'
  939. e44poke1: 'Raticate'
  940. e44poke1lvl1: '95'
  941. e44poke2: 'Lickitung'
  942. e44poke2lvl: '95'
  943. e44poke3: 'Persian'
  944. e44poke3lvl: '95'
  945. e44poke4: 'Eevee'
  946. e44poke4lvl: '95'
  947. e44poke5: 'Tauros'
  948. e44poke5lvl: '95'
  949. e44poke6: 'Kangaskhan'
  950. e44poke6lvl: '95'
  951. e44rule1: 'Your First Rule for e4 4 Goes here'
  952. e44rule2: 'Your Second Rule for e4 4 Goes here'
  953. e44rule3: 'Your Third Rule for e4 4 Goes here'
  954. e44rule4: 'Your Fourth Rule for e4 4 Goes here'
  955. e44rule5: 'Your Fifth Rule for e4 4 Goes here'
  956.  
  957. # ------------- DO NOT TOUCH -----------------
  958.  
  959. e41stat: 'Closed'
  960. e42stat: 'Closed'
  961. e43stat: 'Closed'
  962. e44stat: 'Closed'
  963.  
  964. gym1stat: 'Closed'
  965. gym2stat: 'Closed'
  966. gym3stat: 'Closed'
  967. gym4stat: 'Closed'
  968. gym5stat: 'Closed'
  969. gym6stat: 'Closed'
  970. gym7stat: 'Closed'
  971. gym8stat: 'Closed'
  972. gym9stat: 'Closed'
  973. gym10stat: 'Closed'
  974. gym11stat: 'Closed'
  975. gym12stat: 'Closed'
  976. gym13stat: 'Closed'
  977. gym14stat: 'Closed'
  978. gym15stat: 'Closed'
  979. gym16stat: 'Closed'
  980. gym17stat: 'Closed'
  981. gym18stat: 'Closed'
  982. gym19stat: 'Closed'
  983. gym20stat: 'Closed'
  984. gym21stat: 'Closed'
  985. gym22stat: 'Closed'
  986. gym23stat: 'Closed'
  987. gym24stat: 'Closed'
  988. gym25stat: 'Closed'
  989. gym26stat: 'Closed'
  990. gym27stat: 'Closed'
  991. gym28stat: 'Closed'
  992. gym29stat: 'Closed'
  993. gym30stat: 'Closed'
  994. gym31stat: 'Closed'
  995. gym32stat: 'Closed'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement