Advertisement
Guest User

Untitled

a guest
May 17th, 2018
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.26 KB | None | 0 0
  1.  
  2. # ==============================O==============================#
  3. # I---------------------------------------------------------I
  4. # | Advanced Achievements 4.1.4 configuration
  5. _HYPHEN_ Readme _VERT_
  6.  
  7. # 1---------------------------------------------------------1
  8. # ==============================o==============================#
  9. # You can use Minecraft chat colors in Message|DisplayName|Goal,
  10. but include '' around the whole text_COLON_ '&4Color'.
  11.  
  12. # When using colours, you must also double apostrophes:
  13. '&2I''ve doubled apostrophes!'.
  14.  
  15. # Only spaces, no tabs. Don't forget the indents, plugin
  16. won't work otherwise!
  17.  
  18. # To check your file, use: yaml-online-parser.appspot.com
  19. # Do NOT delete any main achievement sections in the
  20. configuration file.
  21.  
  22. # Possible items for rewards/Crafts/Places/Breaks:
  23. hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  24.  
  25. # "Possible mobs for the Kills section: \t hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html"
  26. # Default config.yml file: github.com/PyvesB/AdvancedAchievements/blob/master/src/main/resources/config.yml
  27. # Visit the wiki for some additional documentation:
  28. github.com/PyvesB/AdvancedAchievements/wiki
  29.  
  30. # =============================O=O=============================#
  31. # II-------------------------------------------------------II
  32. # | General settings |
  33. # 2---------------------------------------------------------2
  34. # =============================o=o=============================#
  35. # Time in seconds between each /aach book.
  36. TimeBook: 900
  37.  
  38. # Check for update on plugin launch and notify when
  39. an OP joins the game.
  40. CheckForUpdate: true
  41.  
  42. # Set to true to activate firework effects when a player
  43. receives an achievement.
  44. Firework: true
  45.  
  46. # Choose BALL_LARGE, BALL, BURST, CREEPER, STAR or
  47. RANDOM.
  48. FireworkStyle: BALL_LARGE
  49.  
  50. # Number of players displayed in /aach top, week and
  51. month commands.
  52. TopList: 5
  53.  
  54. # Set to true to activate particle effects when receiving
  55. book and for players in top list.
  56. AdditionalEffects: true
  57.  
  58. # Set to true to activate sound effects when receiving
  59. book and for players in top list.
  60. Sound: true
  61.  
  62. # Set the icon of the plugin (default: shamrock,
  63. '\u2618').
  64. Icon: \u2618
  65.  
  66. # Set the color of the plugin (default: 5, dark
  67. purple).
  68. Color: '5'
  69.  
  70. # Notify other connected players when an achievement
  71. is received.
  72. ChatNotify: false
  73.  
  74. # Separator between name, description and date on a
  75. book page.
  76. BookSeparator: ''
  77.  
  78. # Set the format of the achievement name in /aach list
  79. (default_COLON_ '%ICON% %NAME% %ICON%').
  80. ListAchievementFormat: '%ICON% %NAME% %ICON%'
  81.  
  82. # Stop all stats from increasing when player in creative
  83. mode, including PlayedTime.
  84.  
  85. # Connection achievements will only be handled once
  86. a player switches to a non_HYPHEN_creative mode.
  87. RestrictCreative: false
  88.  
  89. # Stop all stats from increasing when player in a specific
  90. world, including PlayedTime (delete the [] before using).
  91.  
  92. # Connection achievements will only be handled once
  93. a player enters a non_HYPHEN_excluded world.
  94. ExcludedWorlds: []
  95.  
  96. # - yourWorld1
  97. # - yourWorld2
  98. # Ignore vertical dimension (Y axis) when calculating
  99. distance statistics.
  100. IgnoreVerticalDistance: false
  101.  
  102. # Don't show these categories in the achievement GUI
  103. or in the stats output (delete the [] before using).
  104.  
  105. # Also prevent obtaining achievements for these categories
  106. and prevent stats from increasing.
  107.  
  108. # If changed, do a full server reload, and not just
  109. /aach reload.
  110. DisabledCategories:
  111. - Connections
  112. - ItemBreaks
  113. - Crafts
  114. - Fireworks
  115. - MusicDiscs
  116. - PlayerCommands
  117. - ItemPickups
  118. - ItemDrops
  119. - DistanceMinecart
  120. - ConsumedPotions
  121. - MaxLevel
  122. - Beds
  123. - Trades
  124. - WaterBuckets
  125. - LavaBuckets
  126. - ItemBreaks
  127. - Treasures
  128. - Arrows
  129. - DistancePig
  130. - DistanceHorse
  131. - DistanceMinecart
  132. - DistanceBoat
  133. - DistanceGliding
  134. - DistanceLlama
  135. - DistanceFoot
  136. - EatenItems
  137. - PetMasterGive
  138. - PetMasterReceive
  139. - Breeding
  140. - Custom
  141.  
  142. # Obfuscate achievements that have not yet been received
  143. in /aach list.
  144. ObfuscateNotReceived: false
  145.  
  146. # Obfuscate progressive achievements:
  147. # For categories with a series of related achievements
  148. where the only thing changing is the number of times
  149.  
  150. # the event has occurred, show achievements that have
  151. been obtained and show the next obtainable achievement,
  152.  
  153. # but obfuscate the additional achievements. In order
  154. for this to work properly, achievements must be sorted
  155.  
  156. # in order of increasing difficulty. For example, under
  157. Places, stone, the first achievement could have a
  158.  
  159. # target of 100 stone, the second 500 stone, and the
  160. third 1000 stone. When ObfuscateProgressiveAchievements
  161.  
  162. # is true, initially only the 100 stone achievement
  163. will be readable in the GUI. Once 100 stone have been placed,
  164.  
  165. # the 500 stone achievement will become legible.
  166. ObfuscateProgressiveAchievements: false
  167.  
  168. # Hide categories with no achievements yet received
  169. in /aach list.
  170. HideNotReceivedCategories: false
  171.  
  172. # Hide the reward display in /aach list.
  173. HideRewardDisplayInList: false
  174.  
  175. # Display precise statistic information in the /aach
  176. list progress bars.
  177. EnrichedListProgressBars: true
  178.  
  179. # Annotate each achievement displayed in a /aach list
  180. category with a number. Due to a Minecraft limitation,
  181.  
  182. # if you have more than 64 achievements for a category,
  183. the counting will start back at 1 after number 64.
  184. NumberedItemsInList: false
  185.  
  186. # Display achievement name and description as screen
  187. titles.
  188. TitleScreen: true
  189.  
  190. # Sort pages of the book in chronological order (false
  191. for reverse chronological order).
  192. BookChronologicalOrder: true
  193.  
  194. # Do not take into account items broken with Silk Touch
  195. for the Breaks achievements.
  196. DisableSilkTouchBreaks: false
  197.  
  198. # Do not take into account ores broken with Silk Touch
  199. for the Breaks achievements.
  200.  
  201. # DisableSilkTouchBreaks takes precedence over this.
  202. Not applicable to iron or gold ores.
  203. DisableSilkTouchOreBreaks: false
  204.  
  205. # Name of the language file.
  206. LanguageFileName: lang.yml
  207.  
  208. # Time in seconds between each statistic count for
  209. the following categories.
  210.  
  211. # LavaBuckets, WaterBuckets, Beds, Brewing, MusicDiscs.
  212. StatisticCooldown: 10
  213.  
  214. # Display action bar message when player does an action
  215. while in the cooldown period.
  216. CooldownActionBar: true
  217.  
  218. # Locale used to format dates in /aach book and /aach
  219. list. You must select an ISO 639 language code.
  220.  
  221. # The list of possible language codes can be found
  222. here at www.loc.gov/standards/iso639_HYPHEN_2/php/code_list.php
  223. DateLocale: en
  224.  
  225. # Display time of reception of achievements in /aach
  226. book and /aach list in addition to the date. For achievements
  227.  
  228. # received in plugin versions prior to 3.0, the precise
  229. time information is not available and will be displayed as midnight.
  230. DateDisplayTime: true
  231.  
  232. # =============================OOO=============================#
  233. # III-----------------------------------------------------III
  234. # | Database settings |
  235. # 3---------------------------------------------------------3
  236. # =============================ooo=============================#
  237. # Make a daily backup of your local database (if sqlite).
  238. DatabaseBackup: true
  239.  
  240. # Database type, sqlite, postgresql or mysql. Do a
  241. full server reload or restart to make this effective.
  242. DatabaseType: sqlite
  243.  
  244. # Prefix added to the tables in the database. If you
  245. switch from the default tables names (no prefix),
  246.  
  247. # the plugin will attempt an automatic renaming. Otherwise
  248. you have to rename your tables manually.
  249.  
  250. # Do a full server reload or restart to make this effective.
  251. TablePrefix: ''
  252.  
  253. # Settings to link with MySQL database (ignore if sqlite
  254. or postgresql).
  255. MYSQL:
  256. Database: jdbc:mysql://localhost:3306/minecraft
  257. User: root
  258. Password: root
  259.  
  260. # Settings to link with PostgresSQL database (ignore
  261. if sqlite or mysql).
  262. POSTGRESQL:
  263. Database: jdbc:postgresql://localhost:5432/minecraft
  264. User: root
  265. Password: root
  266.  
  267. # ============================OO=OO============================#
  268. # IV-------------------------------------------------------IV
  269. # | Performance settings |
  270. # 4---------------------------------------------------------4
  271. # ============================oo=oo============================#
  272. # DO NOT CHANGE THE FOLLOWING UNLESS YOU ARE AN EXPERIENCED
  273. USER. The intervals are in seconds.
  274.  
  275. # If any of the performance settings are changed, do
  276. a full server reload, and not just /aach reload.
  277.  
  278. # Frequency of play time checks for players. Smaller
  279. values give more precision but more CPU usage.
  280. PlaytimeTaskInterval: 60
  281.  
  282. # Calculates distance traveled by players. Smaller
  283. values give more precision but more CPU usage.
  284. DistanceTaskInterval: 5
  285.  
  286. # Frequency of some statistics writes to the database.
  287. PooledRequestsTaskInterval: 120
  288.  
  289. # Enable multithreading for database write operations.
  290. AsyncPooledRequestsSender: true
  291.  
  292. # ============================OOOOO============================#
  293. # V---------------------------------------------------------V
  294. # | Action achievements |
  295. # 5---------------------------------------------------------5
  296. # ============================ooooo============================#
  297. # When a player connects during the day; statistic
  298. increases at most once per day.
  299. Connections:
  300. '1000000':
  301. Message: Disabled Achievement!
  302. Name: connect_100000
  303. DisplayName: NOT USED
  304.  
  305. # When a specific block is placed (specify material
  306. name, lower case).
  307. Places:
  308. smooth_brick:
  309. '100':
  310. Goal: Place 100 stone bricks.
  311. Message: '&fYou have placed 100 stone bricks and received 1 Mithril Bar along with a common relic!'
  312. Name: place_100_smooth_brick
  313. DisplayName: '&cStone Brick I'
  314. Reward:
  315. Command: kit mithril1 PLAYER
  316. Command: kit commonrelic1
  317. '1000':
  318. Goal: Place 1000 stone bricks.
  319. Message: '&fYou have placed 1000 stone bricks and received 3 Mithril Bars along with a rare relic!'
  320. Name: place_1000_smooth_brick
  321. DisplayName: '&cStone Brick II'
  322. Reward:
  323. Command: kit mithril3 PLAYER
  324. Command: kit rarerelic1 PLAYER
  325. '5000':
  326. Goal: Place 5000 stone bricks.
  327. Message: '&fYou have placed 5000 stone bricks and received 6 Mithril Bars along with two rare relics!'
  328. Name: place_5000_smooth_brick
  329. DisplayName: '&cStone Brick III'
  330. Reward:
  331. Command: kit mithril6 PLAYER
  332. Command: rarerelic2 PLAYER
  333. '10000':
  334. Goal: Place 10000 stone bricks.
  335. Message: '&fYou have placed 10000 stone bricks and received 1 Magical Infused Runes along with three rare relics!'
  336. Name: place_10000_smooth_brick
  337. DisplayName: '&cStone Brick IV'
  338. Reward:
  339. Command: kit rune1 PLAYER
  340. Command: kit rarerelic3 PLAYER
  341. '20000':
  342. Goal: Place 20000 stone bricks.
  343. Message: '&fYou have placed 20000 stone bricks and received 1 Etherian Crystal along with three rare relics!'
  344. Name: place_20000_smooth_brick
  345. DisplayName: '&cStone Brick V'
  346. Reward:
  347. Command: kit crystal1 PLAYER
  348. Command: kit rarerelic3 PLAYER
  349. log:
  350. '100':
  351. Goal: Place 100 logs.
  352. Message: '&fYou have placed 100 logs and received 1 Mithril Bar along with a common relic!'
  353. Name: place_100_log
  354. DisplayName: '&cLog I'
  355. Reward:
  356. Command: kit mithril1 PLAYER
  357. Command: kit commonrelic1
  358. '1000':
  359. Goal: Place 1000 logs.
  360. Message: '&fYou have placed 1000 logs and received 3 Mithril Bars along with a rare relic!'
  361. Name: place_1000_log
  362. DisplayName: '&cLog II'
  363. Reward:
  364. Command: kit mithril3 PLAYER
  365. Command: kit rarerelic1 PLAYER
  366. '5000':
  367. Goal: Place 5000 logs.
  368. Message: '&fYou have placed 5000 logs and received 6 Mithril Bars along with two rare relics!'
  369. Name: place_5000_log
  370. DisplayName: '&cLog III'
  371. Reward:
  372. Command: kit mithril6 PLAYER
  373. Command: kit rarerelic2 PLAYER
  374. '10000':
  375. Goal: Place 10000 logs.
  376. Message: '&fYou have placed 10000 logs and received 1 Magical Infused Runes along with three rare relics!'
  377. Name: place_10000_log
  378. DisplayName: '&cLog IV'
  379. Reward:
  380. Command: kit rune1 PLAYER
  381. Command: kit rarerelic3 PLAYER
  382. '20000':
  383. Goal: Place 20000 logs.
  384. Message: '&fYou have placed 20000 logs and received 1 Etherian Crystal along with three rare relics!'
  385. Name: place_20000_log
  386. DisplayName: '&cLog V'
  387. Reward:
  388. Command: kit crystal1 PLAYER
  389. Command: kit rarerelic3 PLAYER
  390. wool:
  391. '100':
  392. Goal: Place 100 wool.
  393. Message: '&fYou have placed 100 wool and received 1 Mithril Bar along with a common relic!'
  394. Name: place_100_wool
  395. DisplayName: '&cWool I'
  396. Reward:
  397. Command: kit mithril1 PLAYER
  398. Command: kit commonrelic1 PLAYER
  399. '1000':
  400. Goal: Place 1000 wool.
  401. Message: '&fYou have placed 1000 wool and received 3 Mithril Bars along with a rare relic!'
  402. Name: place_1000_wool
  403. DisplayName: '&cWool II'
  404. Reward:
  405. Command: kit mithril3 PLAYER
  406. Command: kit rarerelic1 PLAYER
  407. '5000':
  408. Goal: Place 5000 wool.
  409. Message: '&fYou have placed 5000 wool and received 6 Mithril Bars along with two rare relics!'
  410. Name: place_5000_wool
  411. DisplayName: '&cWool III'
  412. Reward:
  413. Command: kit mithril6 PLAYER
  414. Command: kit rarerelic2 PLAYER
  415. '10000':
  416. Goal: Place 10000 wool.
  417. Message: '&fYou have placed 10000 wool and received 1 Magical Infused Runes along with three rare relics!'
  418. Name: place_10000_wool
  419. DisplayName: '&cWool IV'
  420. Reward:
  421. Command: kit rune1 PLAYER
  422. Command: kit rarerelic3 PLAYER
  423. '20000':
  424. Goal: Place 20000 wool.
  425. Message: '&fYou have placed 20000 wool and received 1 Etherian Crystal along with three rare relics!'
  426. Name: place_20000_wool
  427. DisplayName: '&cWool V'
  428. Reward:
  429. Command: kit crystal1 PLAYER
  430. Command: kit rarerelic3
  431. stone:
  432. '100':
  433. Goal: Place 100 stone.
  434. Message: '&fYou have placed 100 stone and received 1 Mithril Bar along with a common relic!'
  435. Name: place_100_stone
  436. DisplayName: '&cStone I'
  437. Reward:
  438. Command: kit mithril1 PLAYER
  439. Command: kit commonrelic1 PLAYER
  440. '1000':
  441. Goal: Place 1000 stone.
  442. Message: '&fYou have placed 1000 stone and received 3 Mithril Bars along with a rare relic!'
  443. Name: place_1000_stone
  444. DisplayName: '&cStone II'
  445. Reward:
  446. Command: kit mithril3 PLAYER
  447. Command: kit rarerelic1 PLAYER
  448. '5000':
  449. Goal: Place 5000 stone.
  450. Message: '&fYou have placed 5000 stone and received 6 Mithril Bars along with two rare relics!'
  451. Name: place_5000_stone
  452. DisplayName: '&cStone III'
  453. Reward:
  454. Command: kit mithril6 PLAYER
  455. Command: kit rarerelic2 PLAYER
  456. '10000':
  457. Goal: Place 10000 stone.
  458. Message: '&fYou have placed 10000 stone and received 1 Magical Infused Runes along with three rare relics!'
  459. Name: place_10000_stone
  460. DisplayName: '&cStone IV'
  461. Reward:
  462. Command: kit rune1 PLAYER
  463. Command: kit rarerelic3 PLAYER
  464. '20000':
  465. Goal: Place 20000 stone.
  466. Message: '&fYou have placed 20000 stone and received 1 Etherian Crystal along with three rare relics!'
  467. Name: place_20000_stone
  468. DisplayName: '&cStone V'
  469. Reward:
  470. Command: kit crystal1 PLAYER
  471. Command: kit rarerelic3 PLAYER
  472. cobblestone:
  473. '100':
  474. Goal: Place 100 cobblestone.
  475. Message: '&fYou have placed 100 cobblestone and received 1 Mithril Bar along with a common relic!'
  476. Name: place_100_cobblestone
  477. DisplayName: '&cCobblestone I'
  478. Reward:
  479. Command: kit mithril1 PLAYER
  480. Command: kit commonrelic1 PLAYER
  481. '1000':
  482. Goal: Place 1000 cobblestone.
  483. Message: '&fYou have placed 1000 cobblestone and received 3 Mithril Bars along with a rare relic!'
  484. Name: place_1000_cobblestone
  485. DisplayName: '&cCobblestone II'
  486. Reward:
  487. Command: kit mithril3 PLAYER
  488. Command: kit rarerelic1 PLAYER
  489. '5000':
  490. Goal: Place 5000 cobblestone.
  491. Message: '&fYou have placed 5000 cobblestone and received 6 Mithril Bars along with two rare relics!'
  492. Name: place_5000_cobblestone
  493. DisplayName: '&cCobblestone III'
  494. Reward:
  495. Command: kit mithril6 PLAYER
  496. Command: kit rarerelic2 PLAYER
  497. '10000':
  498. Goal: Place 10000 cobblestone.
  499. Message: '&fYou have placed 10000 cobblestone and received 1 Magical Infused Runes along with three rare relics!'
  500. Name: place_10000_cobblestone
  501. DisplayName: '&cCobblestone IV'
  502. Reward:
  503. Command: kit rune1 PLAYER
  504. Command: kit rarerelic3 PLAYER
  505. '20000':
  506. Goal: Place 20000 cobblestone.
  507. Message: '&fYou have placed 20000 cobblestone and received 1 Etherian Crystal along with three rare relics!'
  508. Name: place_20000_cobblestone
  509. DisplayName: '&cCobblestone V'
  510. Reward:
  511. Command: kit crystal1 PLAYER
  512. Command: kit rarerelic3 PLAYER
  513.  
  514. # When a specific block is broken (specify material
  515. name, lower case).
  516.  
  517. # Below, the notation sand:1 means sand item
  518. with metadata 1 (red sand).
  519. Breaks:
  520. stone:
  521. '100':
  522. Goal: Break 100 Stone.
  523. Message: '&fYou have broken 100 Stone and received 1 Diamond along with a common relic!'
  524. Name: break_100_stone
  525. DisplayName: Mining Stone I
  526. Reward:
  527. Command: give PLAYER 264 1
  528. Command: kit commonrelic1 PLAYER
  529. '1000':
  530. Goal: Break 1000 Stone.
  531. Message: '&fYou have broken 1000 Stone and received 2 Mithril Bar along with a common relic!'
  532. Name: break_1000_stone
  533. DisplayName: Mining Stone II
  534. Reward:
  535. Command: kit mithril2 PLAYER
  536. Command: kit commonrelic1 PLAYER
  537. '5000':
  538. Goal: Break 5000 Stone.
  539. Message: '&fYou have mined 5000 Stone and received 1 Magical Infused Rune along with a common relic!'
  540. Name: break_5000_stone
  541. DisplayName: '&cMining Stone III'
  542. Reward:
  543. Command: kit rune1 PLAYER
  544. Command: kit commonrelic1 PLAYER
  545. '10000':
  546. Goal: Break 10000 Stone.
  547. Message: '&fYou have mined 10000 Stone and received 1 Magical Infused Rune along with a rare relic!'
  548. Name: break_10000_stone
  549. DisplayName: '&cMining Stone IV'
  550. Reward:
  551. Command: kit rarerelic1 PLAYER
  552. Command: kit rune1 PLAYER
  553. '50000':
  554. Goal: Break 50000 Stone.
  555. Message: '&fYou have mined 500000 Stone and received 2 Magical Infused Rune along with two rare relics!'
  556. Name: break_50000_stone
  557. DisplayName: '&cMining Stone V'
  558. Reward:
  559. Command: kit rarerelic2 PLAYER
  560. Command: kit rune2 PLAYER
  561. '100000':
  562. Goal: Break 100000 Stone.
  563. Message: '&fYou have mined 100000 Stone and received 1 Etherian Crystal along with a rare relic!'
  564. Name: break_100000_stone
  565. DisplayName: '&cMining Stone VI'
  566. Reward:
  567. Command: kit rarerelic1 PLAYER
  568. Command: kit crystal1 PLAYER
  569. '500000':
  570. Goal: Break 500000 Stone.
  571. Message: '&fYou have mined 500000 Stone and received 1 Dragonbone Fragment along with two rare relics!'
  572. Name: break_500000_stone
  573. DisplayName: '&cMining Stone VII'
  574. Reward:
  575. Command: kit rarerelic2 PLAYER
  576. Command: kit fragment1 PLAYER
  577. '1000000':
  578. Goal: Break 1000000 Stone.
  579. Message: '&fYou have mined 1000000 Stone and received 1 Dragonbone along with a epic relic!'
  580. Name: break_1000000_stone
  581. DisplayName: '&cMining Stone VIII'
  582. Reward:
  583. Command: kit dragonbone1 PLAYER
  584. Command: kit epicrelic1 PLAYER
  585. coal_ore:
  586. '100':
  587. Goal: Break 100 Coal Ore.
  588. Message: '&fYou have broken 100 Coal Ore and received 1 Diamond along with a common relic!'
  589. Name: break_100_grass_ore
  590. DisplayName: Mining Coal I
  591. Reward:
  592. Command: give PLAYER 264 1
  593. Command: kit commonrelic1 PLAYER
  594. '1000':
  595. Goal: Break 1000 Coal Ore.
  596. Message: '&fYou have broken 1000 Coal Ore and received 2 Mithril Bar along with one rare relic!'
  597. Name: break_1000_coal_ore
  598. DisplayName: Mining Coal II
  599. Reward:
  600. Command: kit mithril2 PLAYER
  601. Command: kit rarerelic1 PLAYER
  602. '5000':
  603. Goal: Break 5000 Coal Ore.
  604. Message: '&fYou have broken 5000 Coal Ore and received 1 Magical Infused Rune along with two rare relics!'
  605. Name: break_5000_coal_ore
  606. DisplayName: '&cMining Coal III'
  607. Reward:
  608. Command: kit rune1 PLAYER
  609. Command: kit rarerelic2 PLAYER
  610. '10000':
  611. Goal: Break 10000 Coal Ore.
  612. Message: '&fYou have broken 10000 Coal Ore and received 1 Etherian Crystal Rune along with three rare relics!'
  613. Name: break_10000_coal_ore
  614. DisplayName: '&cMining Coal IV'
  615. Reward:
  616. Command: kit rarerelic3 PLAYER
  617. Command: kit crystal1 PLAYER
  618. iron_ore:
  619. '100':
  620. Goal: Break 100 Iron Ore.
  621. Message: '&fYou have broken 100 Iron Ore and received 1 Diamond along with a rare relic!'
  622. Name: break_100_iron_ore
  623. DisplayName: Mining Iron I
  624. Reward:
  625. Command: give PLAYER 264 1
  626. Command: kit rarerelic1 PLAYER
  627. '1000':
  628. Goal: Break 1000 Iron Ore.
  629. Message: '&fYou have broken 1000 Iron Ore and received 2 Mithril Bar along with one rare relic!'
  630. Name: break_1000_iron_ore
  631. DisplayName: Mining Iron II
  632. Reward:
  633. Command: kit mithril2 PLAYER
  634. Command: kit rarerelic1 PLAYER
  635. '5000':
  636. Goal: Break 5000 Iron Ore.
  637. Message: '&fYou have broken 5000 Iron Ore and received 1 Magical Infused Rune along with two rare relics!'
  638. Name: break_5000_iron_ore
  639. DisplayName: '&cMining Iron III'
  640. Reward:
  641. Command: kit rune1 PLAYER
  642. Command: kit rarerelic2 PLAYER
  643. '10000':
  644. Goal: Break 10000 Iron Ore.
  645. Message: '&fYou have broken 10000 Iron Ore and received 1 Etherian Crystal Rune along with three rare relics!'
  646. Name: break_10000_iron_ore
  647. DisplayName: '&cMining Iron IV'
  648. Reward:
  649. Command: kit rarerelic3 PLAYER
  650. Command: kit crystal1 PLAYER
  651. gold_ore:
  652. '100':
  653. Goal: Break 100 Gold Ore.
  654. Message: '&fYou have broken 100 Gold Ore and received 1 Diamond along with a rare relic!'
  655. Name: break_100_gold_ore
  656. DisplayName: Mining Gold I
  657. Reward:
  658. Command: give PLAYER 264 1
  659. Command: kit rarerelic1 PLAYER
  660. '1000':
  661. Goal: Break 1000 Gold Ore.
  662. Message: '&fYou have broken 1000 Gold Ore and received 2 Mithril Bar along with two rare relics!'
  663. Name: break_1000_gold_ore
  664. DisplayName: Mining Gold II
  665. Reward:
  666. Command: kit mithril2 PLAYER
  667. Command: kit rarerelic2 PLAYER
  668. '5000':
  669. Goal: Break 5000 Gold Ore.
  670. Message: '&fYou have broken 5000 Gold Ore and received 1 Magical Infused Rune along with two rare relics!'
  671. Name: break_5000_gold_ore
  672. DisplayName: '&cMining Gold III'
  673. Reward:
  674. Command: kit rune1 PLAYER
  675. Command: kit rarerelic2 PLAYER
  676. '10000':
  677. Goal: Break 10000 Gold Ore.
  678. Message: '&fYou have broken 10000 Gold Ore and received 1 Etherian Crystal Rune along with three rare relics!'
  679. Name: break_10000_gold_ore
  680. DisplayName: '&cMining Gold IV'
  681. Reward:
  682. Command: kit rarerelic3 PLAYER
  683. Command: kit crystal1 PLAYER
  684. diamond_ore:
  685. '100':
  686. Goal: Break 100 Diamond Ore.
  687. Message: '&fYou have broken 100 Diamond Ore and received 1 Diamond along with a rare relic!'
  688. Name: break_100_diamond_ore
  689. DisplayName: Mining Diamond I
  690. Reward:
  691. Command: give PLAYER 264 1
  692. Command: kit rarerelic1 PLAYER
  693. '1000':
  694. Goal: Break 1000 Diamond Ore.
  695. Message: '&fYou have broken 1000 Diamond Ore and received 2 Mithril Bar along with two rare relics!'
  696. Name: break_1000_diamond_ore
  697. DisplayName: Mining Diamond II
  698. Reward:
  699. Command: kit mithril2 PLAYER
  700. Command: kit rarerelic2 PLAYER
  701. '5000':
  702. Goal: Break 5000 Diamond Ore.
  703. Message: '&fYou have broken 5000 Diamond Ore and received 1 Magical Infused Rune along with three rare relics!'
  704. Name: break_5000_diamond_ore
  705. DisplayName: '&cMining Diamond III'
  706. Reward:
  707. Command: kit rune1 PLAYER
  708. Command: kit rarerelic3 PLAYER
  709. '10000':
  710. Goal: Break 10000 Diamond Ore.
  711. Message: '&fYou have broken 10000 Diamond Ore and received 1 Dragonbone Fragment Rune along with three rare relics!'
  712. Name: break_10000_diamond_ore
  713. DisplayName: '&cMining Diamond IV'
  714. Reward:
  715. Command: kit rarerelic3 PLAYER
  716. Command: kit fragment1 PLAYER
  717. emerald_ore:
  718. '100':
  719. Goal: Break 100 Emerald Ore.
  720. Message: '&fYou have broken 100 Emerald Ore and received 1 Diamond along with a rare relic!'
  721. Name: break_100_emerald_ore
  722. DisplayName: Mining Emerald I
  723. Reward:
  724. Command: give PLAYER 264 1
  725. Command: kit rarerelic1 PLAYER
  726. '1000':
  727. Goal: Break 1000 Emerald Ore.
  728. Message: '&fYou have broken 1000 Emerald Ore and received 2 Mithril Bar along with two rare relics!'
  729. Name: break_1000_emerald_ore
  730. DisplayName: Mining Emerald II
  731. Reward:
  732. Command: kit mithril2 PLAYER
  733. Command: kit rarerelic2 PLAYER
  734. '5000':
  735. Goal: Break 5000 Emerald Ore.
  736. Message: '&fYou have broken 5000 Emerald Ore and received 1 Magical Infused Rune along with three rare relics!'
  737. Name: break_5000_emerald_ore
  738. DisplayName: '&cMining Emerald III'
  739. Reward:
  740. Command: kit rune1 PLAYER
  741. Command: kit rarerelic3 PLAYER
  742. '10000':
  743. Goal: Break 10000 Emerald Ore.
  744. Message: '&fYou have broken 10000 Emerald Ore and received 1 Dragonbone Fragment Rune along with three rare relics!'
  745. Name: break_10000_emerald_ore
  746. DisplayName: '&cMining Emerald IV'
  747. Reward:
  748. Command: kit rarerelic3 PLAYER
  749. Command: kit fragment1 PLAYER
  750. dirt:
  751. '100':
  752. Goal: Break 100 dirt
  753. Message: '&fYou have broken 100 dirt and received 1 Diamond along with a rare relic!'
  754. Name: break_100_dirt
  755. DisplayName: Digging dirt I
  756. Reward:
  757. Command: give PLAYER 264 1
  758. Command: kit rarerelic1 PLAYER
  759. '1000':
  760. Goal: Break 1000 dirt.
  761. Message: '&fYou have broken 1000 dirt and received 2 Mithril Bar along with two rare relics!'
  762. Name: break_1000_dirt
  763. DisplayName: Digging dirt II
  764. Reward:
  765. Command: kit mithril2 PLAYER
  766. Command: kit rarerelic2 PLAYER
  767. '5000':
  768. Goal: Break 5000 dirt.
  769. Message: '&fYou have broken 5000 dirt and received 1 Magical Infused Rune along with two rare relics!'
  770. Name: break_5000_dirt_ore
  771. DisplayName: '&cDigging dirt III'
  772. Reward:
  773. Command: kit rune1 PLAYER
  774. Command: kit rarerelic2 PLAYER
  775. '10000':
  776. Goal: Break 10000 dirt.
  777. Message: '&fYou have broken 10000 dirt and received 1 Etherian Crystal Rune along with three rare relics!'
  778. Name: break_10000_dirt_ore
  779. DisplayName: '&cDigging dirt IV'
  780. Reward:
  781. Command: kit rarerelic3 PLAYER
  782. Command: kit crystal1 PLAYER
  783. sand:
  784. '100':
  785. Goal: Break 100 sand
  786. Message: '&fYou have broken 100 sand and received 1 Diamond along with a rare relic!'
  787. Name: break_100_sand
  788. DisplayName: Digging sand I
  789. Reward:
  790. Command: give PLAYER 264 1
  791. Command: kit rarerelic1 PLAYER
  792. '1000':
  793. Goal: Break 1000 sand.
  794. Message: '&fYou have broken 1000 sand and received 2 Mithril Bar along with two rare relics!'
  795. Name: break_1000_sand
  796. DisplayName: Digging sand II
  797. Reward:
  798. Command: kit mithril2 PLAYER
  799. Command: kit rarerelic2 PLAYER
  800. '5000':
  801. Goal: Break 5000 sand.
  802. Message: '&fYou have broken 5000 sand and received 1 Magical Infused Rune along with two rare relics!'
  803. Name: break_5000_sand_ore
  804. DisplayName: '&cDigging sand III'
  805. Reward:
  806. Command: kit rune1 PLAYER
  807. Command: kit rarerelic2 PLAYER
  808. '10000':
  809. Goal: Break 10000 sand.
  810. Message: '&fYou have broken 10000 sand and received 1 Dragonbone Fragment Rune along with three rare relics!'
  811. Name: break_10000_sand_ore
  812. DisplayName: '&cDigging sand IV'
  813. Reward:
  814. Command: kit rarerelic3 PLAYER
  815. Command: kit crystal1 PLAYER
  816.  
  817. # When a specific mob is killed (specify an entity
  818. name or poweredcreeper or player, lower case).
  819. Kills:
  820. zombie:
  821. '10':
  822. Goal: Kill 10 Zombies
  823. Message: You have killed 10 Zombies and received 2 Mithril Bars along with 1 Common Relic!
  824. DisplayName: '&cZombie I'
  825. Name: kills_10_zombie
  826. Reward:
  827. Command: kit commonrelic1 PLAYER
  828. Command: kit mithril2 PLAYER
  829. '100':
  830. Goal: Kill 100 Zombies
  831. Message: You have killed 100 Zombies and recieved 6 Mithril Bars along with 1 Common Relic!
  832. DisplayName: '&cZombie II'
  833. Name: kills_100_zombie
  834. Reward:
  835. Command: kit commonrelic1 PLAYER
  836. Command: kit mithril6 PLAYER
  837. '1000':
  838. Goal: Kill 1000 Zombies
  839. Message: You have killed 1000 Zombies and recieved 1 Magical Infused Rune along with 1 Rare Relic!
  840. DisplayName: '&cZombie III'
  841. Name: kills_1000_zombie
  842. Reward:
  843. Command: kit rune1 PLAYER
  844. Command: kit rarerelic1 PLAYER
  845. '5000':
  846. Goal: Kill 5000 Zombies
  847. Message: You have killed 5000 Zombies and recieved 3 Magical Infused Runes along with 3 Rare Relics!
  848. DisplayName: '&cZombie IV'
  849. Name: kills_5000_zombie
  850. Reward:
  851. Command: kit rune3 PLAYER
  852. Command: kit rarerelic3 PLAYER
  853. '10000':
  854. Goal: Kill 10000 Zombies
  855. Message: You have killed 10000 Zombies and recieved 1 Etherian Crystal along with 3 Rare Relics!
  856. DisplayName: '&cZombie V'
  857. Name: kills_10000_zombie
  858. Reward:
  859. Command: kit crystal1 PLAYER
  860. Command: kit rarerelic3 PLAYER
  861. skeleton:
  862. '10':
  863. Goal: Kill 10 Skeletons
  864. Message: You have killed 10 Skeletons and received 2 Mithril Bars along with 1 Common Relic!
  865. DisplayName: '&cSkeleton I'
  866. Name: kills_10_skeleton
  867. Reward:
  868. Command: kit commonrelic1 PLAYER
  869. Command: kit mithril2 PLAYER
  870. '100':
  871. Goal: Kill 100 Skeletons
  872. Message: You have killed 100 Skeletons and recieved 6 Mithril Bars along with 1 Common Relic!
  873. DisplayName: '&cSkeleton II'
  874. Name: kills_100_skeleton
  875. Reward:
  876. Command: kit commonrelic1 PLAYER
  877. Command: kit mithril6 PLAYER
  878. '1000':
  879. Goal: Kill 1000 Skeletons
  880. Message: You have killed 1000 Skeletons and recieved 1 Magical Infused Rune along with 1 Rare Relic!
  881. DisplayName: '&cSkeleton III'
  882. Name: kills_1000_skeleton
  883. Reward:
  884. Command: kit rune1 PLAYER
  885. Command: kit rarerelic1 PLAYER
  886. '5000':
  887. Goal: Kill 5000 Skeletons
  888. Message: You have killed 5000 Skeletons and recieved 3 Magical Infused Runes along with 3 Rare Relics!
  889. DisplayName: '&cSkeleton IV'
  890. Name: kills_5000_skeleton
  891. Reward:
  892. Command: kit rune3 PLAYER
  893. Command: kit rarerelic3 PLAYER
  894. '10000':
  895. Goal: Kill 10000 Skeletons
  896. Message: You have killed 10000 Skeletons and recieved 1 Etherian Crystal along with 3 Rare Relics!
  897. DisplayName: '&cSkeleton V'
  898. Name: kills_10000_skeleton
  899. Reward:
  900. Command: kit crystal1 PLAYER
  901. Command: kit rarerelic3 PLAYER
  902. spider:
  903. '10':
  904. Goal: Kill 10 Spiders
  905. Message: You have killed 10 Spiders and received 2 Mithril Bars along with 1 Common Relic!
  906. DisplayName: '&Spider I'
  907. Name: kills_10_spider
  908. Reward:
  909. Command: kit commonrelic1 PLAYER
  910. Command: kit mithril2 PLAYER
  911. '100':
  912. Goal: Kill 100 Spiders
  913. Message: You have killed 100 Spiders and recieved 6 Mithril Bars along with 1 Common Relic!
  914. DisplayName: '&cSpider II'
  915. Name: kills_100_spider
  916. Reward:
  917. Command: kit commonrelic1 PLAYER
  918. Command: kit mithril6 PLAYER
  919. '1000':
  920. Goal: Kill 1000 Spiders
  921. Message: You have killed 1000 Spiders and recieved 1 Magical Infused Rune along with 1 Rare Relic!
  922. DisplayName: '&cSpider III'
  923. Name: kills_1000_spider
  924. Reward:
  925. Command: kit rune1 PLAYER
  926. Command: kit rarerelic1 PLAYER
  927. '5000':
  928. Goal: Kill 5000 Spiders
  929. Message: You have killed 5000 Spiders and recieved 3 Magical Infused Runes along with 3 Rare Relics!
  930. DisplayName: '&cSpider IV'
  931. Name: kills_5000_spider
  932. Reward:
  933. Command: kit rune3 PLAYER
  934. Command: kit rarerelic3 PLAYER
  935. '10000':
  936. Goal: Kill 10000 Spiders
  937. Message: You have killed 10000 Spiders and recieved 1 Etherian Crystal along with 3 Rare Relics!
  938. DisplayName: '&cSpider V'
  939. Name: kills_10000_spider
  940. Reward:
  941. Command: kit crystal1 PLAYER
  942. Command: kit rarerelic3 PLAYER
  943.  
  944. # When a specific item is crafted (specify material
  945. name, lower case).
  946. Crafts:
  947. diamond_pickaxe:
  948. '1':
  949. Goal: Craft a Diamond Pickaxe
  950. Message: You have crafted your first Diamond Pickaxe and recieved one Mithril Bar!
  951. Name: craft_1_diamond_pickaxe
  952. DisplayName: Pickaxe I
  953. Reward:
  954. Command: kit mithril1 PLAYER
  955. diamond_sword:
  956. '1':
  957. Goal: Craft a Diamond Sword
  958. Message: You have crafted your first Diamond Sword and recieved one Mithril Bar!
  959. Name: craft_1_diamond_pickaxe
  960. DisplayName: Sword I
  961. Reward:
  962. Command: kit mithril1 PLAYER
  963. diamond_shovel:
  964. '1':
  965. Goal: Craft a Diamond Shovel
  966. Message: You have crafted your first Diamond Shovel and received one Mithril Bar!
  967. Name: craft_1_diamond_shovel
  968. DisplayName: Shovel I
  969. Reward:
  970. Command: kit mithril1 PLAYER
  971. diamond_axe:
  972. '1':
  973. Goal: Craft a Diamond Axe
  974. Message: You have crafted your first Diamond Axe and received one Mithril Bar!
  975. Name: craft_1_diamond_axe
  976. DisplayName: Axe I
  977. Reward:
  978. Command: kit mithril1 PLAYER
  979.  
  980. # When the player dies.
  981. Deaths:
  982. '1':
  983. Goal: Die Once.
  984. Message: You have died for the first time!
  985. Name: deaths_1
  986. DisplayName: Rest in Peace
  987. '100':
  988. Goal: Die 100 times (newbie!).
  989. Message: You have died for 100 times!
  990. Name: deaths_100
  991. DisplayName: Master at Dying
  992.  
  993. # When an arrow is shot.
  994. Arrows:
  995. '50':
  996. Message: 50 arrows shot!
  997. Name: arrows_50
  998. DisplayName: Around the Place
  999.  
  1000. # When a snowball is thrown.
  1001. Snowballs:
  1002. '1000':
  1003. Goal: Throw 1000 Snowballs
  1004. Message: You have throwns 1000 Snowballs and received $500!
  1005. Name: snowballs_1000
  1006. DisplayName: Snowball Addict
  1007. Reward:
  1008. Money: 500
  1009.  
  1010. # When an egg is thrown.
  1011. Eggs:
  1012. '1000':
  1013. Goal: Throw 1000 Eggs
  1014. Message: You have throwns 1000 Eggs and received $500!
  1015. Name: eggs_1000
  1016. DisplayName: Egg Addict
  1017. Reward:
  1018. Money: 500
  1019.  
  1020. # When a fish is caught.
  1021. Fish:
  1022. '1':
  1023. Goal: Catch 1 Fish
  1024. Message: You have caught your first Fish!
  1025. Name: fish_1
  1026. DisplayName: Fish I
  1027. '100':
  1028. Goal: Catch 10 Fish
  1029. Message: You have caught 100 Fish and received a Common Relic!
  1030. Name: fish_10
  1031. DisplayName: Fish II
  1032. Reward:
  1033. Command: kit commonrelic1 PLAYER
  1034. '200':
  1035. Goal: Catch 200 Fish
  1036. Message: You have caught 200 Fish and received $500 along with a Common Relic!
  1037. Name: fish_200
  1038. DisplayName: Fish III
  1039. Reward:
  1040. Money: 500
  1041. Command: kit commonrelic1 PLAYER
  1042. '500':
  1043. Goal: Catch 500 Fish
  1044. Message: You have caught 500 Fish and received $1000 along with a Rare Relic!
  1045. Name: fish_500
  1046. DisplayName: Fish IV
  1047. Reward:
  1048. Money: 1000
  1049. Command: kit rarerelic1 PLAYER
  1050. '1000':
  1051. Goal: Catch 1000 Fish
  1052. Message: You have caught 1000 Fish and received two Rare Relics!!
  1053. Name: fish_1000
  1054. DisplayName: Fish V
  1055. Reward:
  1056. Command: kit rarerelic2 PLAYER
  1057. '5000':
  1058. Goal: Catch 5000 Fish
  1059. Message: You have caught 5000 Fish and received a Magical Infused Rune along with three Rare Relics!
  1060. Name: fish_5000
  1061. DisplayName: Fish VI
  1062. Reward:
  1063. Command: kit rune1 PLAYER
  1064. Command: kit rarerelic3 PLAYER
  1065. '10000':
  1066. Goal: Catch 10000 Fish
  1067. Message: You have caught 10000 Fish and received a Etherian Crystal along with one Epic Relic!
  1068. Name: fish_10000
  1069. DisplayName: Fish VII
  1070. Reward:
  1071. Command: kit crystal1 PLAYER
  1072. Command: kit epicrelic1 PLAYER
  1073.  
  1074. # When a treasure is caught with a fishing rod.
  1075. Treasures:
  1076. '1':
  1077. Message: Your first treasure from the sea!
  1078. Name: treasure_1
  1079. DisplayName: Hunter
  1080.  
  1081. # When a tool/armor/weapon is broken.
  1082. ItemBreaks:
  1083. '1':
  1084. Message: You broke your favorite tool!
  1085. Name: itembreaks_1
  1086. DisplayName: '&cClumsy Guy'
  1087.  
  1088. # When an item is eaten (excludes potions and milk).
  1089. EatenItems:
  1090. '1':
  1091. Message: Just had a snack!
  1092. Name: eatenitems_1
  1093. DisplayName: Snack
  1094.  
  1095. # When a sheep is sheared.
  1096. Shear:
  1097. '10':
  1098. Goal: Shear 10 Sheep
  1099. Message: You have sheared 10 Sheep!
  1100. Name: shear_10
  1101. DisplayName: '&cSheep Addict'
  1102. Reward:
  1103. Money: 500
  1104. '100':
  1105. Goal: Shear 100 Sheep
  1106. Message: You have sheared 100 Sheep!
  1107. Name: shear_100
  1108. DisplayName: '&cSheep Addict v2'
  1109. Reward:
  1110. Money: 1500
  1111. '1000':
  1112. Goal: Shear 1000 Sheep
  1113. Message: You have sheared 1000 Sheep!
  1114. Name: shear_1000
  1115. DisplayName: '&cSheep Addict v3'
  1116. Reward:
  1117. Money: 2500
  1118.  
  1119. # When a cow is milked.
  1120. Milk:
  1121. '1':
  1122. Goal: Milk 1 Cow
  1123. Message: You have milked a cow!
  1124. Name: milk_1
  1125. DisplayName: '&cFirst Milk'
  1126. '200':
  1127. Goal: Milk 200 Cows
  1128. Message: You have milked 200 cows and received $2000!
  1129. Name: milk_200
  1130. DisplayName: '&cMilking the Cows'
  1131. Reward:
  1132. Money: 2000
  1133.  
  1134. # When a bucket is filled with lava.
  1135. LavaBuckets:
  1136. '10':
  1137. Message: 10 buckets filled with lava!
  1138. Name: lavabuckets_10
  1139. DisplayName: Pyroman
  1140.  
  1141. # When a bucket is filled with water.
  1142. WaterBuckets:
  1143. '15':
  1144. Message: 15 buckets filled with water!
  1145. Name: waterbuckets_15
  1146. DisplayName: Fireman
  1147.  
  1148. # When a trade with a villager is made.
  1149. Trades:
  1150. '1':
  1151. Message: Doing business with your first villager!
  1152. Name: trades_1
  1153. DisplayName: First Trade
  1154.  
  1155. # When an anvil is used.
  1156. AnvilsUsed:
  1157. '1':
  1158. Goal: Repair 1 Item
  1159. Message: You just repaired your first item!
  1160. Name: anvilsused_1
  1161. DisplayName: '&cFirst Repair'
  1162. '200':
  1163. Goal: Repair 200 Items
  1164. Message: You have repaired 200 items and received a Magical Infused Crystal along a Rare Identifier!
  1165. Name: anvilsused_200
  1166. DisplayName: '&cMaster Blacksmith'
  1167. Reward:
  1168. Command: kit rune1 PLAYER
  1169. Command: kit rarerelic1 PLAYER
  1170.  
  1171. # When an enchantment is performed.
  1172. Enchantments:
  1173. '5':
  1174. Goal: Enchant 5 items
  1175. Message: You have enchanted 5 items and received 300 Experience!
  1176. Name: enchantments_5
  1177. DisplayName: '&cLearning Sorcery'
  1178. Reward:
  1179. Command: exp give PLAYER 300
  1180. '100':
  1181. Goal: Enchant 100 items
  1182. Message: You have enchanted 100 items and received $2000!
  1183. Name: enchantments_100
  1184. DisplayName: '&cMaster Sorcerer'
  1185. Reward:
  1186. Money: 2000
  1187.  
  1188. # When a bed is entered.
  1189. Beds:
  1190. '5':
  1191. Message: You entered a bed 5 times!
  1192. Name: bed_5
  1193. DisplayName: Sleepy Guy
  1194.  
  1195. # Maximum level reached.
  1196. MaxLevel:
  1197. '10':
  1198. Message: Level 10 reached!
  1199. Name: maxlevel_10
  1200. DisplayName: '&4Rookie'
  1201.  
  1202. # When a potion is consumed.
  1203. ConsumedPotions:
  1204. '100':
  1205. Message: Drinking weird beverages all the time...
  1206. Name: consumedpotions_100
  1207. DisplayName: Alcoholic
  1208.  
  1209. # Amount of time played on the server (in hours, use
  1210. integers).
  1211. PlayedTime:
  1212. '1':
  1213. Goal: Play for a total of 1 hour
  1214. Message: You have played 1 hour on the server and received $300!
  1215. Name: playedtime_1
  1216. DisplayName: '&cPlaytime I'
  1217. Reward:
  1218. Money: 300
  1219. '10':
  1220. Goal: Play for a total of 10 hours
  1221. Message: You have played 10 hours on the server and received a Rare Relic!
  1222. Name: playedtime_10
  1223. DisplayName: '&cPlaytime II'
  1224. Reward:
  1225. Command: kit rarerelic1 PLAYER
  1226. '50':
  1227. Goal: Play for a total of 50 hours
  1228. Message: You have played 50 hours on the server and received two Magical Infused Runes along with a Rare Relic!
  1229. Name: playedtime_50
  1230. DisplayName: '&cLoyal Member'
  1231. Reward:
  1232. Command: kit rune2 PLAYER
  1233. Command: kit rarerelic1 PLAYER
  1234. '100':
  1235. Goal: Play for a total of 100 hours
  1236. Message: You have played 100 hours on the server and received two Rare Relics!
  1237. Name: playedtime_100
  1238. DisplayName: '&cVeteran I'
  1239. Reward:
  1240. Command: kit rarerelic2 PLAYER
  1241. '200':
  1242. Goal: Play for a total of 200 hours
  1243. Message: You have played 200 hours on the server and received one Epic Relic!
  1244. Name: playedtime_200
  1245. DisplayName: '&cVeteran II'
  1246. Reward:
  1247. Command: kit epicrelic1 PLAYER
  1248. '500':
  1249. Goal: Play for a total of 500 hours
  1250. Message: You have played 500 hours on the server and received two Epic Relics!
  1251. Name: playedtime_500
  1252. DisplayName: '&cVeteran III'
  1253. Reward:
  1254. Command: kit epicrelic2 PLAYER
  1255. '1000':
  1256. Goal: Play for a total of 1000 hours
  1257. Message: You have played 1000 hours on the server and received one Dragonbone Fragment!
  1258. Name: playedtime_1000
  1259. DisplayName: '&cVeteran IV'
  1260. Reward:
  1261. Command: kit fragment1 PLAYER
  1262. '1500':
  1263. Goal: Play for a total of 1500 hours
  1264. Message: You have played 1500 hours on the server and received 1 Dragonbone!
  1265. Name: playedtime_1500
  1266. DisplayName: '&cVeteran V'
  1267. Reward:
  1268. Command: kit dragonbone PLAYER
  1269.  
  1270. # When a distance is traveled by foot.
  1271. DistanceFoot:
  1272. '1000':
  1273. Message: You traveled 1000 blocks by foot!
  1274. Name: distancefoot_1000
  1275. DisplayName: Big Walker
  1276.  
  1277. # When a distance is traveled on a pig.
  1278. DistancePig:
  1279. '100':
  1280. Message: You traveled 100 blocks on a pig!
  1281. Name: distancepig_100
  1282. DisplayName: Carrot on a Stick Master
  1283.  
  1284. # When a distance is traveled on a horse.
  1285. DistanceHorse:
  1286. '500':
  1287. Message: You traveled 500 blocks on a horse!
  1288. Name: distancehorse_500
  1289. DisplayName: The Avener
  1290.  
  1291. # When a distance is traveled in a minecart.
  1292. DistanceMinecart:
  1293. '100':
  1294. Message: You traveled 100 blocks in a minecart!
  1295. Name: distanceminecart_100
  1296. DisplayName: Carting Fan
  1297.  
  1298. # When a distance is traveled in a boat.
  1299. DistanceBoat:
  1300. '200':
  1301. Message: You traveled 200 blocks in a boat!
  1302. Name: distanceboat_200
  1303. DisplayName: Great Sailor
  1304.  
  1305. # When a distance is traveled with elytra.
  1306. # (ignored on Minecraft versions prior to 1.9, should
  1307. be added to DisabledCategories)
  1308. DistanceGliding:
  1309. '100':
  1310. Message: You traveled 100 blocks with elytra!
  1311. Name: distancegliding_100
  1312. DisplayName: Angel
  1313.  
  1314. # When a distance is traveled on a llama.
  1315. # (ignored on Minecraft versions prior to 1.11, should
  1316. be added to DisabledCategories)
  1317. DistanceLlama:
  1318. '50':
  1319. Message: You traveled 50 blocks on a llama!
  1320. Name: distancellama_50
  1321. DisplayName: Llama Rider
  1322.  
  1323. # When an item is dropped on the ground.
  1324. ItemDrops:
  1325. '15':
  1326. Message: You're killing the planet!
  1327. Name: itemdrops_15
  1328. DisplayName: Polluter
  1329.  
  1330. # When an item is picked up from the ground.
  1331. ItemPickups:
  1332. '40':
  1333. Message: You're saving the planet!
  1334. Name: itempickups_40
  1335. DisplayName: Environmentalist
  1336.  
  1337. # When soil is plowed with a hoe.
  1338. HoePlowings:
  1339. '10':
  1340. Goal: Plow the ground 10 times.
  1341. Message: You have plowed the ground 10 times!
  1342. Name: hoeplowings_10
  1343. DisplayName: '&cBecoming a Farmer'
  1344. '300':
  1345. Goal: Plow the ground 300 times.
  1346. Message: You have plowed the ground 300 times!
  1347. Name: hoeplowings_300
  1348. DisplayName: '&cExperienced Farmer'
  1349. Reward:
  1350. Money: 1000
  1351.  
  1352. # When bone meal is used to fertilise plants.
  1353. Fertilising:
  1354. '15':
  1355. Goal: Use bonemeal 15 times
  1356. Message: You have used bonemeal 15 times!
  1357. Name: fertilising_15
  1358. DisplayName: '&cGardener'
  1359. '200':
  1360. Goal: USe bonemeal 200 times.
  1361. Message: You have used bonemeal 200 times!
  1362. Name: fertilising_200
  1363. DisplayName: '&cMaster Gardener'
  1364. Reward:
  1365. Money: 1000
  1366.  
  1367. # When an animal is tamed.
  1368. Taming:
  1369. '1':
  1370. Goal: Tame 1 Animal!
  1371. Message: You have tamed 1 animal!
  1372. Name: taming_1
  1373. DisplayName: '&cLearning to Tame'
  1374. Reward:
  1375. Money: 50
  1376. '30':
  1377. Goal: Tame 30 Animals!
  1378. Message: You have tamed 30 animals!
  1379. Name: taming_30
  1380. DisplayName: '&cMaster Tamer'
  1381. Reward:
  1382. Money: 1000
  1383.  
  1384. # When a potion is brewed.
  1385. Brewing:
  1386. '1':
  1387. Goal: Brew your 1st Potion!
  1388. Message: You have brewed your 1st potion!
  1389. Name: brewing_1
  1390. DisplayName: '&cBecoming an Alchemist'
  1391. '1000':
  1392. Goal: Brew 1000 Potions!
  1393. Message: You have brewed 1000 Potions!
  1394. Name: brewing_1000
  1395. DisplayName: '&cMaster Alchemist'
  1396. Reward:
  1397. Command: kit crystal1 PLAYER
  1398.  
  1399. # When a firework is launched.
  1400. Fireworks:
  1401. '10':
  1402. Message: You launched 10 fireworks!
  1403. Name: fireworks_10
  1404. DisplayName: Pyrotechnist
  1405.  
  1406. # When a music disc is played.
  1407. MusicDiscs:
  1408. '1':
  1409. Message: One jukebox used!
  1410. Name: musicdiscs_1
  1411. DisplayName: DJ
  1412.  
  1413. # When a player teleports with an enderpearl.
  1414. EnderPearls:
  1415. '10':
  1416. Goal: Use the Enderpearl 10 times!
  1417. Message: 10 teleportations with ender pearls!
  1418. Name: enderpearls_10
  1419. DisplayName: '&cThe Teleporter'
  1420. '200':
  1421. Goal: Use the Enderpearl 200 times!
  1422. Message: 200 teleportations with ender pearls!
  1423. Name: enderpearls_200
  1424. DisplayName: '&cEnderman'
  1425. Reward:
  1426. Money: 500
  1427.  
  1428. # When a player gives a pet to another player (requires
  1429. Pet Master plugin version 1.4 or above).
  1430. PetMasterGive:
  1431. '3':
  1432. Message: 3 pets given to friends!
  1433. Name: petmastergive_3
  1434. DisplayName: Donator
  1435.  
  1436. # When a player receives a pet from another player
  1437. (requires Pet Master plugin version 1.4 or above).
  1438. PetMasterReceive:
  1439. '10':
  1440. Message: 10 pets received from friends!
  1441. Name: petmasterreceive_10
  1442. DisplayName: Receiver
  1443.  
  1444. # When an item is smelt in a furnace.
  1445. Smelting:
  1446. '250':
  1447. Goal: Smelt 250 items in a furnace.
  1448. Message: You have smelted 250 items!
  1449. Name: smeltitems_250
  1450. DisplayName: '&cLearning to Smelt'
  1451. '5000':
  1452. Goal: Smelt 5000 items in a furnace
  1453. Message: You have smelted 5000 items!
  1454. Name: smeltitems_5000
  1455. DisplayName: '&cThe Smelter'
  1456. Reward:
  1457. Command: kit rarerelic2 PLAYER
  1458.  
  1459. # When a player enters a specific command (specify
  1460. command prefixes in lower case without initial slash).
  1461.  
  1462. # For instance a command /awf add world from the AntiWorldFly
  1463. plugin matches with subcategory 'awf add'.
  1464. PlayerCommands:
  1465. aach stats:
  1466. '10':
  1467. Message: Run the stats command 10 times!
  1468. Name: playercommand_aachstats_10
  1469. DisplayName: Statistician
  1470.  
  1471. # ===========================OOO=OOO===========================#
  1472. # VI-------------------------------------------------------VI
  1473. # | Command achievements |
  1474. # 6---------------------------------------------------------6
  1475. # ===========================ooo=ooo===========================#
  1476. # Let achievement commands be given several times.
  1477. MultiCommand: false
  1478.  
  1479. # A player with achievement.give (or the console)
  1480. can use /aach give yourAch1 PLAYER to give
  1481.  
  1482. # yourAch1 achievement to PLAYER. The /aach give command
  1483. does NOT work with other achievements.
  1484. Commands:
  1485. yourAch1:
  1486. Message: '...'
  1487. Name: yourAch1
  1488. DisplayName: Coming soon!
  1489.  
  1490. # ===========================OOOOOOO===========================#
  1491. # VII-----------------------------------------------------VII
  1492. # | Parameters in future plugin versions will appear
  1493. here _VERT_
  1494.  
  1495. # 7---------------------------------------------------------7
  1496. # ===========================ooooooo===========================#
  1497. # Stop all stats from increasing when player in spectator
  1498. mode, including PlayedTime.
  1499.  
  1500. # Connection achievements will only be handled once
  1501. a player switches to a non_HYPHEN_spectator mode.
  1502.  
  1503. # No effect if using Minecraft 1.7.9 or 1.7.10.
  1504. RestrictSpectator: true
  1505.  
  1506. # Set to true to activate simpler effects and a calm
  1507. sound when a player receives an achievement.
  1508.  
  1509. # Ignored if Firework parameter is set to true.
  1510. SimplifiedReception: false
  1511.  
  1512. # Notify other connected players when an achievement
  1513. is received.
  1514.  
  1515. # Default behaviour, a player can override what he
  1516. sees by using /aach toggle.
  1517. NotifyOtherPlayers: false
  1518.  
  1519. # When NotifyOtherPlayers is enabled, notifications
  1520. are done using action bars when ActionBarNotify is true.
  1521.  
  1522. # When ActionBarNotify is false, chat messages are
  1523. used.
  1524. ActionBarNotify: true
  1525.  
  1526. # Stop all stats from increasing when player in adventure
  1527. mode, including PlayedTime.
  1528.  
  1529. # Connection achievements will only be handled once
  1530. a player switches to a non-adventure mode.
  1531. RestrictAdventure: false
  1532.  
  1533. # Register advancements with a description corresponding
  1534. to the Message parameter of each achievement.
  1535.  
  1536. # If changed, run /aach generate to regenerate advancements
  1537. with the new parameter value taken into account.
  1538.  
  1539. # No effect if using Minecraft versions prior to 1.12.
  1540. RegisterAdvancementDescriptions: true
  1541.  
  1542. # Hide categories for which the player does not have
  1543. the corresponding count permissions.
  1544. HideNoPermissionCategories: false
  1545.  
  1546. # When animals breed (specify an entity name, lower case).
  1547. Breeding: {}
  1548.  
  1549. # If true, hide advancements from the advancement GUI. Advancement notifications will still appear when receiving achievements.
  1550. # No effect if using Minecraft versions prior to 1.12.
  1551. HideAdvancements: false
  1552.  
  1553. #If true, PlayedTime will no longer increase when the player is AFK. Requires Essentials to work.
  1554. IgnoreAFKPlayedTime: false
  1555.  
  1556. #When the command /aach add is called for this category.
  1557. Custom: {}
  1558.  
  1559. #Set the format of the header used for most chat messages (default: "&7[%ICON%&7]").
  1560. ChatHeader: '&7[%ICON%&7]'
  1561.  
  1562. #Specify additional options when opening a connection to a MySQL/PostgreSQL database. Start each option with &,
  1563. #for instance "&useUnicode=yes&characterEncoding=UTF-8".
  1564. AdditionalConnectionOptions: ''
  1565.  
  1566. #When a player receives an achievement, the Name, Message and rewards of the achievement are displayed in
  1567. #the chat. If HoverableReceiverChatText is true, a single hoverable text will be displayed to the receiver.
  1568. #Otherwise texts will be displayed one after the other.
  1569. HoverableReceiverChatText: false
  1570.  
  1571. #Color used for Goals and progress bars in /aach list when an achievement is not yet received.
  1572. ListColorNotReceived: 8
  1573.  
  1574. #Awarded when a player has received all the achievements. Use the same reward pattern as with achievements.
  1575. #See https://github.com/PyvesB/AdvancedAchievements/wiki/Rewards
  1576. AllAchievementsReceivedRewards:
  1577. Money: 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement