Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.69 KB | None | 0 0
  1. options:
  2. general:
  3. #[integer] The max number of players allowed in a single party (including the leader)
  4. maxPartySize: 4
  5. #[string] The name of the skyblock world, will be automatically generated if it doesn't exist
  6. worldName: skyworld
  7. #[integer] The time in seconds before a player can use the /island info command again (note: cooldowns are reset when the plugin is reloaded)
  8. cooldownInfo: 30
  9. #[integer] The time in seconds before a player can use the /island restart command again (note: cooldowns are reset when the plugin is reloaded)
  10. cooldownRestart: 600
  11. island:
  12. #[filename] The schematic to use for island generation.
  13. #Put your schematic in the 'uSkyBlock/schematics' folder, you don't need to add the '.schematic' part below.
  14. schematicName: yourschematicname
  15. #[integer] The number of blocks between islands
  16. distance: 110
  17. #[true/false] If true, remove all hostile mobs when a player teleports back to their island
  18. removeCreaturesByTeleport: true
  19. #[integer] The y-coordinate (height) where islands are spawned
  20. height: 120
  21. #[item list] The list of items to place in the chest when a player starts a new island. ITEM_ID:HOW_MANY
  22. #default is 2 ice, 1 watermelon, 1 cactus, 1 lava bucket, 1 red & brown mushroom, 1 pumpkin seed, 1 sugar cane, 1 sign (for chest prot plugins)
  23. chestItems: '79:2 360:1 81:1 327:1 40:1 39:1 361:1 338:1 323:1'
  24. #[true/false] If true, add extra items to a chest when a player starts a new island (for donors and special players)
  25. addExtraItems: true
  26. #[permission] The name of the permissions to check if extra items are added to the chest, you can change these or add more
  27. #Only checked if 'addExtraItems' is set to true
  28. extraPermissions:
  29. #[permission:item list] The list of extra items to add to the chest, will only be added if the player has the permission. ITEM_ID:HOW_MANY
  30. #When granting the permission, prefix it with "usb." so the full permission to add would be usb.smallbonus
  31. smallbonus: '4:32 320:5'
  32. mediumbonus: '50:16 327:1'
  33. largebonus: '3:10 12:10'
  34. #[true/false] If true, use WorldGuard to automatically create a protective region for each island
  35. protectWithWorldGuard: false
  36. #[integer] The size of the protective region for each island. Can't be higher than 'distance' (only used if 'protectWithWorldGuard'
  37. #is set to true.
  38. protectionRange: 100
  39. #[allow/deny] If set to allow, pvp will be enabled on player islands.
  40. allowPvP: deny
  41. #[true/false] Allow players to completely lock their islands so non-party members can't enter (locking still requires permission usb.lock)
  42. allowIslandLock: false
  43. #[true/false] Use old SkySMP style island generation. Set this to true if you want to use the old
  44. # island style, or set to false if you want to use the new sytle island generation. Only affects new islands.
  45. useOldIslands: false
  46. #[true/false] If true, use island levels/ranks (/island info) - may have a slight impact on performance
  47. #Set to false if you have performance issues
  48. useIslandLevel: true
  49. #Note: The island levels/ranks will be configurable in a future update.
  50. #[true/false] If true, a top 10 islands list will be generated when the plugin is loaded.
  51. #This can take a long time with a lot of players or large islands. Use /dev topten to manually generate the list.
  52. useTopTen: true
  53. extras:
  54. #[true/false] If true, return players that don't have an island (this includes players removed from a party while offline), to the server spawn when they login.
  55. #NOTE: Requires EssentialsSpawn or another plugin with the "/spawn" command
  56. sendToSpawn: false
  57. #[true/false] If true, a player can right-click on a block of obsidian on their island while holding an empty bucket to remove the obsidian and fill the bucket with lava. This is useful for people that accidently
  58. #turn their lava into obsidian with a bad cobblestone generator design. Will only work on the player's island and if there are no other obsidian blocks nearby (so can't be used on portals).
  59. obsidianToLava: true
  60. challenges:
  61. #[true/false] Enable the use of the challenges command.
  62. allowChallenges: true
  63. #[true/false] Should first time challenge completions be broadcast to the whole server?
  64. broadcastCompletion: true
  65. #[text] The color/formatting of the broadcast text when showing first time completions
  66. broadcastText: '&6'
  67. #[list] The ranks to sort the challenges into.
  68. ranks: 'Easy Medium Hard Master'
  69. #[true/false] should challenges in higher level ranks require challenges in lower level ranks to be completed?
  70. requirePreviousRank: true
  71. #[integer] The number of tasks per rank that can be left uncompleted to advance to the next rank. For example, if you have 4 easy challenges
  72. #with a rankLeeway of 1, a player would only need to complete 3 to advance to the next rank. A rankLeeway of 0 would require them all.
  73. rankLeeway: 1
  74. #[color code] The color to use for uncompleted challenges in the list
  75. challengeColor: '&e'
  76. #[color code] The color to use for completed challenges in the list (non-repeatable)
  77. finishedColor: '&2'
  78. #[color code] The color to use for completed challenges in the list (repeatable)
  79. repeatableColor: '&a'
  80. #[true/false] Enable an economy plugin via vault(required for currencyReward)
  81. enableEconomyPlugin: true
  82. #[list] The list of challenges, add as many as you like. Be sure to use only lowercase in the challenge names.
  83. challengeList:
  84. #[text] The name of the challenge that shows up when you do /challenges. All challenge names should be lower case!!
  85. cobblestonegenerator:
  86. #[text] What the player sees when they do /challenges <challengename>
  87. description: 'Create a cobblestone generator and mine 64 cobblestone.'
  88. #[rank] The rank to assign this challenge (must be in the ranks list above)
  89. rankLevel: 'Easy'
  90. #[onIsland/onPlayer/islandLevel] This tells whether the required blocks/items should be in the player's inventory or on their island
  91. # When using onIsland, the player must be 10 blocks away from the required blocks on his island.
  92. # When using islandLevel, the 'requiredItems' field should be the island level required. The player must use /island level first to update his level.
  93. type: onPlayer
  94. #[itemid list] The itemid:count of the items required for the challenge (data values are not supported for required items)
  95. requiredItems: '4:64'
  96. #[true/false] Whether or not to remove the required items from the player's inventory. Only affects onPlayer type challenges. If false, suggested to make the challenge non-repeatable.
  97. takeItems: true
  98. #[itemid list] The itemid:<datavalue>:count of the reward to give the player for completing the challenge
  99. itemReward: '334:3'
  100. #[permission node] A permission granted for completion (use none to not give a permission)
  101. permissionReward: 'none'
  102. #[text] The text name of the reward (to display to the player). No need to list currency rewards here, but you should list permission rewards if you have them.
  103. rewardText: '3 leather'
  104. #[integer] How much currency to give for the first time completion (requires an economy plugin)
  105. currencyReward: 10
  106. #[integer] How much xp to give to the player for the first time completion.
  107. xpReward: 30
  108. #[true/false] Can the player repeat the challenge? onIsland and islandLevel challenges cannot be repeated.
  109. repeatable: true
  110. #[itemid list] The itemid:count of the reward to give the player for completing the challenge after the first time
  111. repeatItemReward: '334:1'
  112. #[text] The text to display when the player is rewarded.
  113. repeatRewardText: '1 leather'
  114. #[integer] How much currency to give when the challenge is repeated (requires an economy plugin)
  115. repeatCurrencyReward: 5
  116. #[integer] How much xp to give to the player for the repeat completions.
  117. repeatXpReward: 10
  118. applecollector:
  119. description: 'Collect 2 apples from trees.'
  120. rankLevel: 'Easy'
  121. type: onPlayer
  122. requiredItems: '260:2'
  123. takeItems: true
  124. itemReward: '6:0:2 6:1:2 6:2:2 6:3:2'
  125. rewardText: '2 of each kind of sapling'
  126. currencyReward: 10
  127. xpReward: 30
  128. permissionReward: 'none'
  129. repeatable: true
  130. repeatItemReward: '6:0:1 6:1:1 6:2:1 6:3:1'
  131. repeatRewardText: '1 of each kind of sapling'
  132. repeatCurrencyReward: 5
  133. repeatXpReward: 10
  134. wheatfarmer:
  135. description: 'Create a wheat farm and harvest 64 units of wheat'
  136. rankLevel: 'Easy'
  137. type: onPlayer
  138. requiredItems: '296:64'
  139. takeItems: true
  140. itemReward: '3:5'
  141. rewardText: '5 dirt'
  142. currencyReward: 10
  143. xpReward: 30
  144. permissionReward: 'none'
  145. repeatable: true
  146. repeatItemReward: '3:1'
  147. repeatRewardText: '1 dirt'
  148. repeatCurrencyReward: 5
  149. repeatXpReward: 10
  150. cactusfarmer:
  151. description: 'Create a cactus farm and harvest 64 cacti'
  152. rankLevel: 'Easy'
  153. type: onPlayer
  154. requiredItems: '81:64'
  155. takeItems: true
  156. itemReward: '12:10'
  157. rewardText: '10 sand'
  158. currencyReward: 15
  159. xpReward: 30
  160. permissionReward: 'none'
  161. repeatable: true
  162. repeatItemReward: '12:2'
  163. repeatRewardText: '5 sand'
  164. repeatCurrencyReward: 5
  165. repeatXpReward: 10
  166. sugarfarmer:
  167. description: 'Create a sugar cane farm and refine 64 units of sugar'
  168. rankLevel: 'Easy'
  169. type: onPlayer
  170. requiredItems: '353:64'
  171. takeItems: true
  172. itemReward: '3:5 82:15'
  173. rewardText: '5 dirt and 15 clay blocks'
  174. currencyReward: 15
  175. xpReward: 30
  176. permissionReward: 'none'
  177. repeatable: true
  178. repeatItemReward: '82:2'
  179. repeatRewardText: '2 clay blocks'
  180. repeatCurrencyReward: 5
  181. repeatXpReward: 10
  182. melonfarmer:
  183. description: 'Create a melon farm and harvest 128 slices of melon'
  184. rankLevel: 'Easy'
  185. type: onPlayer
  186. requiredItems: '360:128'
  187. takeItems: true
  188. itemReward: '3:5'
  189. rewardText: '5 dirt'
  190. currencyReward: 15
  191. xpReward: 30
  192. permissionReward: 'none'
  193. repeatable: true
  194. repeatItemReward: '3:2'
  195. repeatRewardText: '2 dirt blocks'
  196. repeatCurrencyReward: 5
  197. repeatXpReward: 10
  198. pumpkinfarmer:
  199. description: 'Create a pumpkin farm and harvest 64 pumpkins'
  200. rankLevel: 'Easy'
  201. type: onPlayer
  202. requiredItems: '86:64'
  203. takeItems: true
  204. itemReward: '3:5'
  205. rewardText: '5 dirt'
  206. currencyReward: 15
  207. xpReward: 30
  208. permissionReward: 'none'
  209. repeatable: true
  210. repeatItemReward: '3:2'
  211. repeatRewardText: '2 dirt blocks'
  212. repeatCurrencyReward: 5
  213. repeatXpReward: 10
  214. shroompicker:
  215. description: 'Create a mushroom farm and collect 64 red and 64 brown mushrooms'
  216. rankLevel: 'Easy'
  217. type: onPlayer
  218. requiredItems: '39:64 40:64'
  219. takeItems: true
  220. itemReward: '110:1'
  221. rewardText: '1 mycelium block'
  222. currencyReward: 15
  223. xpReward: 30
  224. permissionReward: 'none'
  225. repeatable: true
  226. repeatItemReward: '110:1'
  227. repeatRewardText: '1 mycelium block'
  228. repeatCurrencyReward: 5
  229. repeatXpReward: 10
  230. novicebuilder:
  231. description: 'Reach island level 20 (/island level).'
  232. rankLevel: 'Easy'
  233. type: islandLevel
  234. requiredItems: 20
  235. takeItems: false
  236. itemReward: '257:1 3:5'
  237. rewardText: '1 iron pickaxe and 5 dirt'
  238. currencyReward: 50
  239. xpReward: 50
  240. permissionReward: 'none'
  241. repeatable: false
  242. repeatItemReward: ''
  243. repeatRewardText: ''
  244. repeatCurrencyReward: 0
  245. repeatXpReward: 0
  246. monsterslayer:
  247. description: 'Kill monsters and collect 64 rotten flesh, 32 skeleton bones, 32 string, 32 arrows, 16 gunpowder, 5 spider eyes'
  248. rankLevel: 'Medium'
  249. type: onPlayer
  250. requiredItems: '367:64 287:32 289:16 262:32 352:32 375:5'
  251. takeItems: true
  252. itemReward: '331:16 15:5 318:1'
  253. rewardText: '16 redstone dust, 1 flint, and 5 iron(ore)'
  254. currencyReward: 75
  255. xpReward: 75
  256. permissionReward: 'none'
  257. repeatable: true
  258. repeatItemReward: '331:2 15:1 318:1'
  259. repeatRewardText: '2 redstone dust, 1 flint, and 1 iron(ore)'
  260. repeatCurrencyReward: 15
  261. repeatXpReward: 15
  262. expertfarmer:
  263. description: 'Harvest 64 units of the following: wheat, sugar, melon, carrots, potatoes, pumpkin'
  264. rankLevel: 'Medium'
  265. type: onPlayer
  266. requiredItems: '360:64 353:64 296:64 392:64 391:64 86:64'
  267. takeItems: true
  268. itemReward: '331:16 351:3:1 383:90:1 383:92:1 383:93:1'
  269. rewardText: '16 redstone dust, 1 cocoa bean, 1 spawn egg(chicken,cow,pig)'
  270. currencyReward: 75
  271. xpReward: 75
  272. permissionReward: 'none'
  273. repeatable: true
  274. repeatItemReward: '351:3:1 383:90:1 383:92:1 383:93:1'
  275. repeatRewardText: '1 cocoa bean, 1 spawn egg(chicken,cow,pig)'
  276. repeatCurrencyReward: 20
  277. repeatXpReward: 20
  278. fisherman:
  279. description: 'Make a fishing pond, then catch and cook 10 fish'
  280. rankLevel: 'Medium'
  281. type: onPlayer
  282. requiredItems: '350:10'
  283. takeItems: true
  284. itemReward: '331:16 15:5 351:5'
  285. rewardText: '16 redstone dust, 5 inksac, 5 iron (ore)'
  286. currencyReward: 75
  287. xpReward: 75
  288. permissionReward: 'none'
  289. repeatable: true
  290. repeatItemReward: '331:2 15:1 351:1'
  291. repeatRewardText: '2 redstone dust, 1 inksac, 1 iron (ore)'
  292. repeatCurrencyReward: 15
  293. repeatXpReward: 15
  294. lumberjack:
  295. description: 'Create a tree farm and collect 16 oak, birch, jungle, and spruce logs'
  296. rankLevel: 'Medium'
  297. type: onPlayer
  298. requiredItems: '17:0:16 17:1:16 17:2:16 17:3:16'
  299. takeItems: true
  300. itemReward: '331:16 15:5 383:98:1'
  301. rewardText: '16 redstone dust, 5 iron (ore), 1 wolf spawn egg'
  302. currencyReward: 75
  303. xpReward: 75
  304. permissionReward: 'none'
  305. repeatable: true
  306. repeatItemReward: '331:2 15:1'
  307. repeatRewardText: '2 redstone dust, 1 iron (ore)'
  308. repeatCurrencyReward: 15
  309. repeatXpReward: 15
  310. cookielover:
  311. description: 'Make 128 cookies and a bucket of milk'
  312. rankLevel: 'Medium'
  313. type: onPlayer
  314. requiredItems: '335:1 357:128'
  315. takeItems: true
  316. itemReward: '331:16 15:5'
  317. rewardText: '16 redstone dust, 5 iron (ore)'
  318. currencyReward: 75
  319. xpReward: 75
  320. permissionReward: 'none'
  321. repeatable: true
  322. repeatItemReward: '331:2 15:1'
  323. repeatRewardText: '2 redstone dust, 1 iron (ore)'
  324. repeatCurrencyReward: 15
  325. repeatXpReward: 15
  326. adeptbuilder:
  327. description: 'Reach island level 100 (/island level).'
  328. rankLevel: 'Medium'
  329. type: islandLevel
  330. requiredItems: 100
  331. takeItems: false
  332. itemReward: '49:10'
  333. rewardText: '10 obsidian blocks'
  334. currencyReward: 50
  335. xpReward: 50
  336. permissionReward: 'none'
  337. repeatable: false
  338. repeatItemReward: ''
  339. repeatRewardText: ''
  340. repeatCurrencyReward: 0
  341. repeatXpReward: 0
  342. homeowner:
  343. description: 'Build a house that contains at least 1 door, bed, bookshelf, crafting table, furnace, window, and torch.'
  344. rankLevel: 'Medium'
  345. type: onIsland
  346. requiredItems: '26:1 58:1 20:1 64:1 61:1 47:1 50:1'
  347. takeItems: false
  348. itemReward: '84:1 2267:1 22:10'
  349. rewardText: '1 jukebox, 1 music disk, 10 lapis lazuli blocks'
  350. currencyReward: 100
  351. xpReward: 100
  352. permissionReward: 'none'
  353. repeatable: false
  354. repeatItemReward: ''
  355. repeatRewardText: ''
  356. repeatCurrencyReward: 0
  357. repeatXpReward: 0
  358. netherportal:
  359. description: 'Build a nether portal on your island and activate it.'
  360. rankLevel: 'Hard'
  361. type: onIsland
  362. requiredItems: '49:10 90:1'
  363. takeItems: false
  364. itemReward: '276:1'
  365. rewardText: '1 diamond sword'
  366. currencyReward: 100
  367. xpReward: 100
  368. permissionReward: 'none'
  369. repeatable: false
  370. repeatItemReward: ''
  371. repeatRewardText: ''
  372. repeatCurrencyReward: 0
  373. repeatXpReward: 0
  374. pearlcollector:
  375. description: 'Collect 15 enderpearls from endermen'
  376. rankLevel: 'Hard'
  377. type: onPlayer
  378. requiredItems: '368:15'
  379. takeItems: true
  380. itemReward: '266:5 369:1'
  381. rewardText: '5 gold ingots and 1 blaze rod'
  382. currencyReward: 50
  383. xpReward: 100
  384. permissionReward: 'none'
  385. repeatable: true
  386. repeatItemReward: '266:1 369:1'
  387. repeatRewardText: '1 gold ingot and 1 blaze rod'
  388. repeatCurrencyReward: 15
  389. repeatXpReward: 15
  390. slimefarmer:
  391. description: 'Collect 40 slimeballs from slimes'
  392. rankLevel: 'Hard'
  393. type: onPlayer
  394. requiredItems: '341:40'
  395. takeItems: true
  396. itemReward: '266:5 388:1'
  397. rewardText: '5 gold ingots and 5 emeralds'
  398. currencyReward: 50
  399. xpReward: 100
  400. permissionReward: 'none'
  401. repeatable: true
  402. repeatItemReward: '331:8'
  403. repeatRewardText: '8 redstone dust'
  404. repeatCurrencyReward: 15
  405. repeatXpReward: 15
  406. baker:
  407. description: 'Bake 5 cakes and 5 pumpkin pies'
  408. rankLevel: 'Hard'
  409. type: onPlayer
  410. requiredItems: '354:5 400:5'
  411. takeItems: true
  412. itemReward: '266:5 264:1'
  413. rewardText: '5 gold ingots and 1 diamond'
  414. currencyReward: 50
  415. xpReward: 100
  416. permissionReward: 'none'
  417. repeatable: true
  418. repeatItemReward: '15:1'
  419. repeatRewardText: '1 iron (ore)'
  420. repeatCurrencyReward: 15
  421. repeatXpReward: 15
  422. explorer:
  423. description: 'Make 1 map, compass, clock and collect 64 netherrack, 16 soulsand, and 1 ghast tear'
  424. rankLevel: 'Hard'
  425. type: onPlayer
  426. requiredItems: '87:64 88:16 370:1 358:1 345:1 347:1'
  427. takeItems: true
  428. itemReward: '27:32 66:256 264:1 383:98:1'
  429. rewardText: '256 rails, 32 powered rails, 1 ocelot spawn egg, 1 diamond'
  430. currencyReward: 100
  431. xpReward: 100
  432. permissionReward: 'none'
  433. repeatable: true
  434. repeatItemReward: '15:1'
  435. repeatRewardText: '1 iron (ore)'
  436. repeatCurrencyReward: 20
  437. repeatXpReward: 20
  438. expertbuilder:
  439. description: 'Reach island level 250 (/island level).'
  440. rankLevel: 'Hard'
  441. type: islandLevel
  442. requiredItems: 250
  443. takeItems: false
  444. itemReward: '264:1 3:20 12:20'
  445. rewardText: '1 diamond, 20 dirt, and 20 sand'
  446. currencyReward: 150
  447. xpReward: 150
  448. permissionReward: 'none'
  449. repeatable: false
  450. repeatItemReward: ''
  451. repeatRewardText: ''
  452. repeatCurrencyReward: 0
  453. repeatXpReward: 0
  454. woolcollector:
  455. description: 'Collect 5 of every color of wool'
  456. rankLevel: 'Master'
  457. type: onPlayer
  458. requiredItems: '35:0:5 35:1:5 35:2:5 35:3:5 35:4:5 35:5:5 35:6:5 35:7:5 35:8:5 35:9:5 35:10:5 35:11:5 35:12:5 35:13:5 35:14:5 35:15:5'
  459. takeItems: true
  460. itemReward: '264:2 2262:1 2263:1 2261:1 383:91:1 388:5'
  461. rewardText: '2 diamonds, 5 emeralds, 3 music disks, 1 sheep spawn egg'
  462. currencyReward: 200
  463. xpReward: 200
  464. permissionReward: 'none'
  465. repeatable: true
  466. repeatItemReward: '388:1 383:91:1'
  467. repeatRewardText: '1 emerald, 1 sheep spawn egg'
  468. repeatCurrencyReward: 20
  469. repeatXpReward: 20
  470. maestro:
  471. description: 'Craft a jukebox and collect all music discs'
  472. rankLevel: 'Master'
  473. type: onPlayer
  474. requiredItems: '2256:1 2257:1 2258:1 2259:1 2260:1 2261:1 2262:1 2263:1 2264:1 2265:1 2266:1 2267:1 84:1'
  475. takeItems: true
  476. itemReward: '264:3 388:10'
  477. rewardText: '3 diamonds and 10 emeralds'
  478. currencyReward: 200
  479. xpReward: 200
  480. permissionReward: 'none'
  481. repeatable: true
  482. repeatItemReward: '266:1'
  483. repeatRewardText: '1 gold ingot'
  484. repeatCurrencyReward: 20
  485. repeatXpReward: 20
  486. emeraldcollector:
  487. description: 'Collect 50 emeralds'
  488. rankLevel: 'Master'
  489. type: onPlayer
  490. requiredItems: '388:50'
  491. takeItems: true
  492. itemReward: '264:2'
  493. rewardText: '2 diamonds'
  494. currencyReward: 200
  495. xpReward: 200
  496. permissionReward: 'none'
  497. repeatable: true
  498. repeatItemReward: '266:2'
  499. repeatRewardText: '2 gold ingots'
  500. repeatCurrencyReward: 20
  501. repeatXpReward: 20
  502. topchef:
  503. description: 'Collect 1 of every kind of cooked or crafted edible food (no raw food, zombie flesh, or super golden apples)'
  504. rankLevel: 'Master'
  505. type: onPlayer
  506. requiredItems: '393:1 297:1 354:1 366:1 350:1 320:1 357:1 322:0:1 396:1 282:1 400:1 364:1'
  507. takeItems: true
  508. itemReward: '264:2 2257:1 2258:1 2260:1 383:96:1 388:5'
  509. rewardText: '2 diamonds, 3 music discs, 1 mooshroom spawn egg, and 5 emeralds'
  510. currencyReward: 200
  511. xpReward: 200
  512. permissionReward: 'none'
  513. repeatable: true
  514. repeatItemReward: '266:1 383:96:1 388:1'
  515. repeatRewardText: '1 gold ingot, 1 mooshroom spawn egg, 1 emerald'
  516. repeatCurrencyReward: 20
  517. repeatXpReward: 20
  518. skylord:
  519. description: 'Get an island level of 1000'
  520. rankLevel: 'Master'
  521. type: islandLevel
  522. requiredItems: 1000
  523. takeItems: false
  524. itemReward: '264:1'
  525. rewardText: '1 diamond, &eTitle: &a[&2SkyLord&4+&a]&f'
  526. currencyReward: 250
  527. xpReward: 250
  528. permissionReward: 'titlemanager.title.skylordplus skyblockserver.endaccess'
  529. repeatable: false
  530. repeatItemReward: ''
  531. repeatRewardText: ''
  532. repeatCurrencyReward: 0
  533. repeatXpReward: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement