Advertisement
Nessico

Skyblock config

Jan 9th, 2016
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.08 KB | None | 0 0
  1.  
  2. # The language used in the plugin (en is default).
  3. language: en
  4. options:
  5. general:
  6.  
  7. # [integer] The max number of players allowed in a single party. (including the leader)
  8. maxPartySize: 8
  9.  
  10. # [integer] The time in seconds before a player can use the /island info command again. (note: cooldowns are reset when the plugin is reloaded)
  11. cooldownInfo: 30
  12.  
  13. # [integer] The time in seconds before a player can use the /island restart command again.
  14. cooldownRestart: 600
  15.  
  16. # [integer] The time in seconds before a player can use the /island biome command again.
  17. biomeChange: 3600
  18.  
  19. # [integer] The number of milliseconds between the same notification is sent to the player.
  20. # This is used when events are triggered heavily - i.e. item-pickup-prevention, damage-prevention etc.
  21. maxSpam: 2000
  22.  
  23. # [string] The name of the skyblock world, will be automatically generated if it doesn't exist.
  24. worldName: skyworld
  25.  
  26. # [integer] Area around 0,0 where islands will not be created to protect spawn.
  27. spawnSize: 150
  28. island:
  29.  
  30. # [integer] The y-coordinate (height) where islands are spawned.
  31. height: 150
  32.  
  33. # [integer] The number of blocks between islands.
  34. distance: 100
  35.  
  36. # [integer] The size of the protective region for each island. Can't be higher than 'distance'
  37. # and MUST be divisible by 32 if you intend to use nether.
  38. protectionRange: 100
  39.  
  40. # [filename] The schematic to use for island generation.
  41. # Put your schematic in the 'uSkyBlock/schematics' folder, you don't need to add the '.schematic' part below.
  42. schematicName: yourschematicname
  43.  
  44. # [true/false] If true, remove all hostile mobs when a player teleports back to their island.
  45. removeCreaturesByTeleport: false
  46.  
  47. # [item list] The list of items to place in the chest when a player starts a new island. ITEM_ID:HOW_MANY.
  48. # default is 2 ice, 1 watermelon, 1 cactus, 1 lava bucket, 1 red & brown mushroom, 1 pumpkin seed, 1 sugar cane, 1 sign.
  49. chestItems: 79:2 360:1 81:1 327:1 40:1 39:1 361:1 338:1 323:1
  50.  
  51. # [true/false] If true, add extra items to a chest when a player starts a new island. (for donors and special players)
  52. addExtraItems: true
  53.  
  54. # [integer] The delay in seconds before teleporting to an island. Affects /is home, /is warp, /is spawn
  55. islandTeleportDelay: 2
  56.  
  57. # Allow PvP on the island
  58. allowPvP: deny
  59.  
  60. #[true/false] Allow players to completely lock their islands so non-party members can't enter. (locking still requires permission usb.lock)
  61. allowIslandLock: true
  62.  
  63. # [true/false] Use old SkySMP style island generation. Set this to true if you want to use the old
  64. # island style, or set to false if you want to use the new style island generation. Only affects new islands.
  65. useOldIslands: false
  66.  
  67. # [true/false] If true, use island levels/ranks (/island info) - may have a slight impact on performance
  68. # Set to false if you have performance issues
  69. useIslandLevel: true
  70.  
  71. # [true/false] Whether or not /is top should be available.
  72. useTopTen: true
  73.  
  74. # [integer] The time in minutes for how often the top-ten list will be re-generated when doing /is top
  75. topTenTimeout: 20
  76.  
  77. # [integer] The time in minutes for refreshing/recalculating the score for players on their island
  78. # set to 0 to disabled
  79. autoRefreshScore: 5
  80.  
  81. # [true/false] Whether or not to include island-members on the top-ten scoreboard
  82. topTenShowMembers: true
  83.  
  84. # [true/false] Whether or not to try and fix flat-land issues when players join the server
  85. # Note: will make the PlayerJoin event take longer.
  86. fixFlatland: false
  87.  
  88. # The format used in /islandtalk chat messages
  89. chat-format: '&9SKY &r{DISPLAYNAME} &f>&d {MESSAGE}'
  90.  
  91. # How many entries to remember in the island-log
  92. log-size: 10
  93.  
  94. # Limits the spawning
  95. spawn-limits:
  96.  
  97. # [true/false] if true, the limits below will limit spawning
  98. enabled: true
  99.  
  100. # how many animals can be spawned within an island
  101. animals: 48
  102.  
  103. # how many monsters can be spawned on an island
  104. monsters: 50
  105.  
  106. # how many villagers can be spawned on an island
  107. villagers: 16
  108.  
  109. # [permission] The name of the permissions to check if extra items are added to the chest, you can change these or add more
  110. # Only checked if 'addExtraItems' is set to true.
  111. # [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
  112. # When granting the permission, prefix it with "usb." so the full permission to add would be usb.smallbonus
  113. extraPermissions:
  114. smallbonus: 4:16 320:5
  115. mediumbonus: 50:16 327:1
  116. largebonus: 3:5 12:5
  117. giantbonus: 2:1 110:1
  118. extremebonus: 352:8 263:4
  119. donorbonus: 261:1 262:32 272:1
  120. protectWithWorldGuard: false
  121. extras:
  122.  
  123. # [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.
  124. # NOTE: Requires EssentialsSpawn or another plugin with the "/spawn" command
  125. sendToSpawn: false
  126.  
  127. # [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
  128. # 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).
  129. obsidianToLava: true
  130.  
  131. # Contains flags for enabling PROTECTION of various mechanics.
  132. protection: true
  133.  
  134. # Whether or not, items dropped on the ground should be limited to party-members.
  135. item-drops: true
  136.  
  137. # If true, only creepers targeting party-members will explode
  138. creepers: true
  139.  
  140. # Whether or not the plugin will try to protect the player from accidentally extinguishing lava
  141. protect-lava: true
  142. visitors:
  143.  
  144. # Protect visitors from trampling your crop
  145. trampling: true
  146.  
  147. # Protect against visitors attacked animals
  148. kill-animals: true
  149.  
  150. # Protect against visitors attacking monsters
  151. kill-monsters: true
  152.  
  153. # Protect from shearing
  154. shearing: true
  155.  
  156. # Protect from villager-trading
  157. villager-trading: true
  158.  
  159. # Whether or not visitors are protected from fall damage
  160. fall: true
  161.  
  162. # Whether or not visitors are protected from fire damage (incl. lava)
  163. fire-damage: true
  164.  
  165. # Whether or not visitors should be allowed to drop items
  166. item-drops: true
  167.  
  168. # Warns online members when a player visits the island.
  169. warn-on-warp: true
  170.  
  171. # Whether or not to actively block banned players from entering an island (by walking/flying).
  172. block-banned-entry: true
  173.  
  174. # Whether or not visitors can use portals (default: false)
  175. use-portals: false
  176. party:
  177.  
  178. # The number of ticks before an invite timeouts (20 ticks per sec.)
  179. invite-timeout: 600
  180.  
  181. # The format used in /partytalk chat messages
  182. chat-format: '&9PARTY &r{DISPLAYNAME} &f>&b {MESSAGE}'
  183.  
  184. # This section provide some performance tweaking configs
  185. advanced:
  186.  
  187. # If true, display-name is looked up (might be performance intensive).
  188. useDisplayNames: false
  189.  
  190. # [number] The threshold for purging islands.
  191. # any island with a level above this, is spared.
  192. purgeLevel: 10
  193.  
  194. # [seconds] The number of seconds for confirming a command by
  195. # re-executing it (/is leave, /is restart).
  196. confirmTimeout: 10
  197.  
  198. # Section about restarting your island (or accepting an invite).
  199. restart:
  200.  
  201. # Clears the player's inventory on island create/restart
  202. clearInventory: true
  203.  
  204. # Clears the player's armor on island create/restart
  205. clearArmor: true
  206.  
  207. # Clears the player's enderchest on island create/restart
  208. clearEnderChest: true
  209.  
  210. # [ticks] The number of ticks to wait, before porting the player back
  211. # on /is restart or /is create (default: 40)
  212. teleportDelay: 20
  213.  
  214. # [true/false] Whether or not the player should be auto teleported to the island when it's ready
  215. teleportWhenReady: true
  216. challenges:
  217. allowChallenges: true
  218. broadcastCompletion: true
  219. broadcastText: '&6'
  220. ranks: Easy Medium Hard Master
  221. requirePreviousRank: true
  222. rankLeeway: 1
  223. defaultResetInHours: 144
  224. challengeColor: '&e'
  225. finishedColor: '&2'
  226. repeatableColor: '&a'
  227. enableEconomyPlugin: true
  228. challengeList:
  229. cobblestonegenerator:
  230. description: Mine from a cobblestone generator.
  231. rankLevel: Easy
  232. type: onPlayer
  233. requiredItems: 4:64;+2
  234. resetInHours: 20
  235. displayItem: 4
  236. takeItems: true
  237. itemReward: '334:3'
  238. permissionReward: none
  239. rewardText: 3 leather
  240. currencyReward: 10
  241. xpReward: 30
  242. repeatable: true
  243. repeatItemReward: '334:1'
  244. repeatRewardText: 1 leather
  245. repeatCurrencyReward: 2
  246. repeatXpReward: 5
  247. applecollector:
  248. description: Collect apples from trees.
  249. rankLevel: Easy
  250. type: onPlayer
  251. requiredItems: 260:2;+1
  252. resetInHours: 20
  253. displayItem: 260
  254. takeItems: true
  255. itemReward: 6:0:2 6:1:2 6:2:2 6:3:2
  256. rewardText: 1 of each common sapling
  257. currencyReward: 10
  258. xpReward: 30
  259. permissionReward: none
  260. repeatable: true
  261. repeatItemReward: 6:0:1 6:1:1 6:2:1 6:3:1 6:4:1 6:5:1
  262. repeatRewardText: 1 of all saplings
  263. repeatCurrencyReward: 2
  264. repeatXpReward: 5
  265. wheatfarmer:
  266. description: Harvest wheat from a farm.
  267. rankLevel: Easy
  268. type: onPlayer
  269. requiredItems: 296:64;+4
  270. resetInHours: 20
  271. displayItem: 296
  272. takeItems: true
  273. itemReward: '3:5'
  274. rewardText: 5 dirt
  275. currencyReward: 10
  276. xpReward: 30
  277. permissionReward: none
  278. repeatable: true
  279. repeatItemReward: '3:1'
  280. repeatRewardText: 1 dirt
  281. repeatCurrencyReward: 2
  282. repeatXpReward: 5
  283. cactusfarmer:
  284. description: Harvest cacti from a farm.
  285. rankLevel: Easy
  286. type: onPlayer
  287. requiredItems: 81:64;+4
  288. resetInHours: 20
  289. displayItem: 81
  290. takeItems: true
  291. itemReward: '12:10'
  292. rewardText: 10 sand
  293. currencyReward: 15
  294. xpReward: 30
  295. permissionReward: none
  296. repeatable: true
  297. repeatItemReward: '12:1'
  298. repeatRewardText: 1 sand
  299. repeatCurrencyReward: 2
  300. repeatXpReward: 5
  301. sugarfarmer:
  302. description: Harvest sugarcane from a farm.
  303. rankLevel: Easy
  304. type: onPlayer
  305. requiredItems: 338:64;+4
  306. resetInHours: 20
  307. displayItem: 338
  308. takeItems: true
  309. itemReward: 3:5 82:15
  310. rewardText: 5 dirt and 15 clay blocks
  311. currencyReward: 15
  312. xpReward: 30
  313. permissionReward: none
  314. repeatable: true
  315. repeatItemReward: '82:1'
  316. repeatRewardText: 1 clay
  317. repeatCurrencyReward: 2
  318. repeatXpReward: 3
  319. melonfarmer:
  320. description: Harvest slices of melon from a farm.
  321. rankLevel: Easy
  322. type: onPlayer
  323. requiredItems: 360:128;+8
  324. displayItem: 360
  325. resetInHours: 20
  326. takeItems: true
  327. itemReward: '3:5'
  328. rewardText: 5 dirt
  329. currencyReward: 15
  330. xpReward: 30
  331. permissionReward: none
  332. repeatable: true
  333. repeatItemReward: '3:1'
  334. repeatRewardText: 1 dirt
  335. repeatCurrencyReward: 2
  336. repeatXpReward: 3
  337. pumpkinfarmer:
  338. description: Harvest pumpkins from a farm.
  339. rankLevel: Easy
  340. type: onPlayer
  341. requiredItems: 86:64;+4
  342. displayItem: 86
  343. resetInHours: 20
  344. takeItems: true
  345. itemReward: '3:5'
  346. rewardText: 5 dirt
  347. currencyReward: 15
  348. xpReward: 30
  349. permissionReward: none
  350. repeatable: true
  351. repeatItemReward: '3:1'
  352. repeatRewardText: 1 dirt
  353. repeatCurrencyReward: 2
  354. repeatXpReward: 10
  355. novicebuilder:
  356. description: Reach island level 20.
  357. rankLevel: Easy
  358. type: islandLevel
  359. requiredItems: 20
  360. takeItems: false
  361. itemReward: 257:1 3:5
  362. rewardText: 1 iron pickaxe and 5 dirt
  363. currencyReward: 50
  364. xpReward: 50
  365. permissionReward: none
  366. repeatable: false
  367. repeatItemReward: 181
  368. repeatRewardText: Test
  369. repeatCurrencyReward: 5
  370. repeatXpReward: 5
  371. shroompicker:
  372. description: Collect red and brown mushrooms.
  373. rankLevel: Medium
  374. type: onPlayer
  375. requiredItems: 39:64;+4 40:64;+4
  376. displayItem: 40
  377. takeItems: true
  378. itemReward: '110:1'
  379. rewardText: 1 mycelium
  380. currencyReward: 15
  381. xpReward: 30
  382. permissionReward: none
  383. repeatable: true
  384. repeatItemReward: 110:1 3:2:2
  385. repeatRewardText: 1 mycelium, 2 podzol
  386. repeatCurrencyReward: 5
  387. repeatXpReward: 10
  388. monsterslayer:
  389. description: Kill monsters and collect their parts.
  390. rankLevel: Medium
  391. type: onPlayer
  392. requiredItems: 367:64;+4 287:32;+2 289:16;+1 262:32;+2 352:32;+2 375:5
  393. displayItem: 367
  394. takeItems: true
  395. itemReward: 331:16 15:5 318:1
  396. rewardText: 16 redstone, 1 flint, and 5 iron
  397. currencyReward: 75
  398. xpReward: 75
  399. permissionReward: none
  400. repeatable: true
  401. repeatItemReward: 331:2 15:1 318:1
  402. repeatRewardText: 2 redstone, 1 flint, and 1 iron
  403. repeatCurrencyReward: 10
  404. repeatXpReward: 15
  405. expertfarmer:
  406. description: Harvest many different farming resources
  407. rankLevel: Medium
  408. type: onPlayer
  409. requiredItems: 360:64;+2 353:64;+2 296:64;+2 392:64;+2 391:64;+2 86:64;+2 81:64;+2
  410. resetInHours: 20
  411. displayItem: 60
  412. takeItems: true
  413. itemReward: 331:16 351:3:1 383:90:1 383:92:1 383:93:1
  414. rewardText: 16 redstone, 1 cocoa, 3 animals
  415. currencyReward: 75
  416. xpReward: 75
  417. permissionReward: none
  418. repeatable: true
  419. repeatItemReward: 351:3:1 383:90:1 383:92:1 383:93:1 82:5
  420. repeatRewardText: 1 cocoa, 3 animals, 5 clay
  421. repeatCurrencyReward: 30
  422. repeatXpReward: 25
  423. fisherman:
  424. description: Catch different types of fish.
  425. rankLevel: Medium
  426. type: onPlayer
  427. requiredItems: 349:0:5;+1 349:1:5;+1 349:3:3;+1 349:2:1;+1
  428. displayItem: 349
  429. takeItems: true
  430. itemReward: 331:16 15:5 351:5
  431. rewardText: 16 redstone, 5 inksac, 5 iron
  432. currencyReward: 75
  433. xpReward: 75
  434. permissionReward: none
  435. repeatable: true
  436. repeatItemReward: 331:2 351:2
  437. repeatRewardText: 2 redstone, 2 inksac
  438. repeatCurrencyReward: 10
  439. repeatXpReward: 15
  440. lumberjack:
  441. description: Collect all types of wood logs.
  442. rankLevel: Medium
  443. type: onPlayer
  444. requiredItems: 17:0:16;+2 17:1:16;+2 17:2:16;+2 17:3:16;+2 162:0:16;+2 162:1:16;+2
  445. displayItem: 17
  446. takeItems: true
  447. itemReward: 331:16 15:5 383:95:1
  448. rewardText: 16 redstone, 5 iron, 1 wolf
  449. currencyReward: 75
  450. xpReward: 75
  451. permissionReward: none
  452. repeatable: true
  453. repeatItemReward: 331:2 15:1
  454. repeatRewardText: 2 redstone, 1 iron
  455. repeatCurrencyReward: 20
  456. repeatXpReward: 15
  457. cookielover:
  458. description: Make cookies and a bucket of milk
  459. rankLevel: Medium
  460. type: onPlayer
  461. requiredItems: 335:1 357:128;+4
  462. displayItem: 357
  463. takeItems: true
  464. itemReward: 331:16 15:5 325:1
  465. rewardText: 16 redstone, 5 iron, 1 bucket
  466. currencyReward: 75
  467. xpReward: 75
  468. permissionReward: none
  469. repeatable: true
  470. repeatItemReward: 331:2 325:1
  471. repeatRewardText: 2 redstone, 1 bucket
  472. repeatCurrencyReward: 5
  473. repeatXpReward: 15
  474. adeptbuilder:
  475. description: Reach island level 100.
  476. rankLevel: Medium
  477. type: islandLevel
  478. requiredItems: 100
  479. takeItems: false
  480. itemReward: '49:12'
  481. rewardText: 12 obsidian
  482. currencyReward: 75
  483. xpReward: 75
  484. permissionReward: none
  485. repeatable: false
  486. repeatItemReward: ''
  487. repeatRewardText: ''
  488. repeatCurrencyReward: 0
  489. repeatXpReward: 0
  490. homeowner:
  491. description: Build a house with furnishings.
  492. rankLevel: Medium
  493. type: onIsland
  494. requiredItems: 26:1 58:1 20:1 64:1 61:1 47:1 50:1
  495. takeItems: false
  496. itemReward: 84:1 2267:1 22:10
  497. rewardText: 1 jukebox, 1 disk, 10 lapis lazuli
  498. currencyReward: 100
  499. xpReward: 100
  500. permissionReward: none
  501. repeatable: false
  502. repeatItemReward: ''
  503. repeatRewardText: ''
  504. repeatCurrencyReward: 0
  505. repeatXpReward: 0
  506. netherportal:
  507. description: Build a nether portal on your island.
  508. rankLevel: Hard
  509. type: onIsland
  510. requiredItems: 49:10 90:1
  511. takeItems: false
  512. itemReward: '276:1'
  513. rewardText: 1 diamond sword
  514. currencyReward: 100
  515. xpReward: 100
  516. permissionReward: none
  517. repeatable: false
  518. repeatItemReward: ''
  519. repeatRewardText: ''
  520. repeatCurrencyReward: 0
  521. repeatXpReward: 0
  522. pearlcollector:
  523. description: Collect enderpearls from endermen.
  524. rankLevel: Hard
  525. type: onPlayer
  526. requiredItems: 368:10;+1
  527. displayItem: 368
  528. takeItems: true
  529. itemReward: 266:5 369:1
  530. rewardText: 5 gold and 1 blaze rod
  531. currencyReward: 50
  532. xpReward: 100
  533. permissionReward: none
  534. repeatable: true
  535. repeatItemReward: 266:1 369:1
  536. repeatRewardText: 1 gold and 1 blaze rod
  537. repeatCurrencyReward: 25
  538. repeatXpReward: 15
  539. slimefarmer:
  540. description: Collect slimeballs from slimes
  541. rankLevel: Hard
  542. type: onPlayer
  543. requiredItems: 341:64;+4
  544. displayItem: 341
  545. takeItems: true
  546. itemReward: 266:5 388:5
  547. rewardText: 5 gold and 5 emeralds
  548. currencyReward: 50
  549. xpReward: 100
  550. permissionReward: none
  551. repeatable: true
  552. repeatItemReward: 331:2 388:1
  553. repeatRewardText: 2 redstone, 1 emerald
  554. repeatCurrencyReward: 5
  555. repeatXpReward: 5
  556. baker:
  557. description: Bake cakes, pumpkin pies, and cookies.
  558. rankLevel: Hard
  559. type: onPlayer
  560. requiredItems: 354:5;+1 400:5;+1 357:128;+4
  561. displayItem: 354
  562. takeItems: true
  563. itemReward: 266:5 264:1
  564. rewardText: 5 gold and 1 diamond
  565. currencyReward: 50
  566. xpReward: 100
  567. permissionReward: none
  568. repeatable: true
  569. repeatItemReward: 15:2 266:1
  570. repeatRewardText: 2 iron, 1 gold
  571. repeatCurrencyReward: 30
  572. repeatXpReward: 15
  573. explorer:
  574. description: Collect items for exploration, nether items.
  575. rankLevel: Hard
  576. type: onPlayer
  577. requiredItems: 87:64 88:16 370:1 395:1 345:1 347:1
  578. displayItem: 370
  579. takeItems: true
  580. itemReward: 27:32 66:256 264:1 383:98:1
  581. rewardText: 288 rails, 1 ocelot, 1 diamond
  582. currencyReward: 100
  583. xpReward: 100
  584. permissionReward: none
  585. repeatable: true
  586. repeatItemReward: 66:64 15:1 421:1 388:5
  587. repeatRewardText: 64 rails, 1 iron, 5 emerald, 1 tag
  588. repeatCurrencyReward: 25
  589. repeatXpReward: 20
  590. expertbuilder:
  591. description: Reach island level 250.
  592. rankLevel: Hard
  593. type: islandLevel
  594. requiredItems: 250
  595. takeItems: false
  596. itemReward: 264:1 3:32 12:32
  597. rewardText: 1 diamond, 32 dirt, and 32 sand
  598. currencyReward: 150
  599. xpReward: 150
  600. permissionReward: none
  601. repeatable: false
  602. repeatItemReward: ''
  603. repeatRewardText: ''
  604. repeatCurrencyReward: 0
  605. repeatXpReward: 0
  606. woolcollector:
  607. description: Collect every color of wool.
  608. rankLevel: Master
  609. type: onPlayer
  610. requiredItems: 35:0:5;+1 35:1:5;+1 35:2:5;+1 35:3:5;+1 35:4:5;+1 35:5:5;+1 35:6:5;+1 35:7:5;+1 35:8:5;+1 35:9:5;+1 35:10:5;+1 35:11:5;+1 35:12:5;+1 35:13:5;+1 35:14:5;+1 35:15:5;+1
  611. displayItem: 35
  612. takeItems: true
  613. itemReward: 264:2 2262:1 2263:1 2261:1 383:91:1 388:5
  614. rewardText: §cUnknown
  615. currencyReward: 200
  616. xpReward: 200
  617. permissionReward: none
  618. repeatable: true
  619. repeatItemReward: 388:5 383:91:1
  620. repeatRewardText: §cUnknown
  621. repeatCurrencyReward: 50
  622. repeatXpReward: 20
  623. glassmaker:
  624. description: Collect every color of stained glass.
  625. rankLevel: Master
  626. type: onPlayer
  627. requiredItems: 95:0:16;+2 95:1:16;+2 95:2:16;+2 95:3:16;+2 95:4:16;+2 95:5:16;+2 95:6:16;+2 95:7:16;+2 95:8:16;+2 95:9:16;+2 95:10:16;+2 95:11:16;+2 95:12:16;+2 95:13:16;+2 95:14:16;+2 95:15:16;+2
  628. displayItem: 95
  629. takeItems: true
  630. itemReward: 264:2 2262:1 2263:1 2261:1 383:91:1 388:5
  631. rewardText: §cUnknown
  632. currencyReward: 200
  633. xpReward: 200
  634. permissionReward: none
  635. repeatable: true
  636. repeatItemReward: 388:5 383:91:1
  637. repeatRewardText: §cUnknown
  638. repeatCurrencyReward: 50
  639. repeatXpReward: 20
  640. masterfarmer:
  641. description: Collect a large amount of farmed items.
  642. rankLevel: Master
  643. type: onPlayer
  644. requiredItems: 360:128;+1 353:128;+1 296:128;+1 392:128;+1 391:128;+1 86:128;+1 81:128;+1 396:1;+1 322:0:1;+1
  645. displayItem: 293
  646. takeItems: true
  647. resetInHours: 5
  648. itemReward: 264:3 388:5
  649. rewardText: §cUnknown
  650. currencyReward: 200
  651. xpReward: 200
  652. permissionReward: none
  653. repeatable: true
  654. repeatItemReward: 388:5 266:2
  655. repeatRewardText: §cUnknown
  656. repeatCurrencyReward: 50
  657. repeatXpReward: 20
  658. maestro:
  659. description: Make a jukebox and collect all music discs.
  660. rankLevel: Master
  661. type: onPlayer
  662. 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
  663. displayItem: 2256
  664. takeItems: true
  665. itemReward: 264:3 388:10
  666. rewardText: §cUnknown
  667. currencyReward: 200
  668. xpReward: 200
  669. permissionReward: none
  670. repeatable: true
  671. repeatItemReward: 266:2 264:1
  672. repeatRewardText: §cUnknown
  673. repeatCurrencyReward: 50
  674. repeatXpReward: 20
  675. emeraldcollector:
  676. description: Collect emeralds.
  677. rankLevel: Master
  678. type: onPlayer
  679. requiredItems: 388:50;+10
  680. displayItem: 388
  681. takeItems: true
  682. itemReward: '264:2'
  683. rewardText: §cUnknown
  684. currencyReward: 200
  685. xpReward: 200
  686. permissionReward: none
  687. repeatable: true
  688. repeatItemReward: '264:1'
  689. repeatRewardText: §cUnknown
  690. repeatCurrencyReward: 50
  691. repeatXpReward: 20
  692. topchef:
  693. description: Collect every kind of edible food.
  694. rankLevel: Master
  695. type: onPlayer
  696. requiredItems: 393:1 297:1 354:1 366:1 350:0:1 350:1:1 349:2:1 320:1 357:1 322:0:1 396:1 282:1 400:1 364:1 360:1 391:1
  697. displayItem: 391
  698. takeItems: true
  699. itemReward: 264:2 2257:1 2258:1 2260:1 383:96:1 388:5
  700. rewardText: §cUnknown
  701. currencyReward: 200
  702. xpReward: 200
  703. permissionReward: none
  704. repeatable: true
  705. repeatItemReward: 266:3 383:96:1 388:5
  706. repeatRewardText: §cUnknown
  707. repeatCurrencyReward: 50
  708. repeatXpReward: 20
  709. skylord:
  710. description: Get an island level of 1000.
  711. rankLevel: Master
  712. type: islandLevel
  713. requiredItems: 1000
  714. takeItems: false
  715. itemReward: '264:1'
  716. rewardText: §cUnknown
  717. currencyReward: 250
  718. xpReward: 250
  719. permissionReward: none
  720. repeatable: false
  721. repeatItemReward: ''
  722. repeatRewardText: ''
  723. repeatCurrencyReward: 0
  724. repeatXpReward: 0
  725. confirmation:
  726.  
  727. # [true/false] Whether to require confirmation (i.e. repeating the command twice).
  728. is leave: true
  729.  
  730. # [true/false] Whether to require confirmation (i.e. repeating the command twice).
  731. is restart: true
  732. asyncworldedit:
  733.  
  734. # Supports disabling the detection of AWE
  735. enabled: true
  736.  
  737. # Show progress to the user every 5 seconds
  738. progressEveryMs: 5000
  739.  
  740. # Or 20pct (what-ever comes first)
  741. progressEveryPct: 20
  742. watchDog:
  743.  
  744. # The maximum time to wait for AWE paste to complete (2m, 3m20s, etc.)
  745. timeout: 5m
  746.  
  747. # The number of ms between each heartbeat
  748. heartBeatMs: 2000
  749. worldguard:
  750. entry-message: true
  751. exit-message: true
  752. nether:
  753. enabled: false
  754.  
  755. # The distance to search for valid terra-form location.
  756. terraform-distance: 7
  757. activate-at:
  758. level: 100
  759.  
  760. # The probability of forming blocks
  761. terraform:
  762. NETHERRACK:
  763. - '{p=0.7}NETHERRACK'
  764. - '{p=0.15}NETHERRACK'
  765. - '{p=0.05}QUARTZ_ORE'
  766. - '{p=0.05}SOUL_SAND'
  767. QUARTZ_ORE:
  768. - '{p=0.50}QUARTZ_ORE'
  769. - '{p=0.10}QUARTZ_ORE'
  770. SOUL_SAND:
  771. - '{p=0.70}SOUL_SAND'
  772. - '{p=0.10}SOUL_SAND'
  773. GRAVEL:
  774. - '{p=0.60}GRAVEL'
  775. - '{p=0.10}GRAVEL'
  776. - '{p=0.05}SOUL_SAND'
  777. GLOWSTONE:
  778. - '{p=0.85}GLOWSTONE'
  779. - '{p=0.15}GLOWSTONE'
  780. spawn-chances:
  781. wither: 0.2
  782. skeleton: 0.1
  783. blaze: 0.2
  784.  
  785. # DO NOT TOUCH THE FIELDS BELOW
  786. version: 35
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement