Advertisement
Guest User

Untitled

a guest
Sep 19th, 2018
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 71.40 KB | None | 0 0
  1. #==============================O==============================#
  2. # I---------------------------------------------------------I #
  3. # | Advanced Achievements ${project.version} configuration - Readme | #
  4. # 1---------------------------------------------------------1 #
  5. #==============================o==============================#
  6.  
  7. # You can use Minecraft chat colors in Message|DisplayName|Goal, but include double quotes around the whole text: "&4Color".
  8. # Only spaces, NO tabs. Don't forget the indents (2 spaces per indentation level), plugin won't work otherwise!
  9. # To check syntax errors in your file, use: yaml-online-parser.appspot.com
  10. # Do NOT delete any top level (= not indentented) sections in the configuration file.
  11. # Default config.yml: github.com/PyvesB/AdvancedAchievements/blob/master/advanced-achievements-plugin/src/main/resources/config.yml
  12. # Visit the wiki for some valuable additional documentation: github.com/PyvesB/AdvancedAchievements/wiki
  13.  
  14. #=============================O=O=============================#
  15. # II-------------------------------------------------------II #
  16. # | General settings | #
  17. # 2---------------------------------------------------------2 #
  18. #=============================o=o=============================#
  19.  
  20. # Time in seconds between each /aach book (unless user has permission achievement.*).
  21. TimeBook: 900
  22.  
  23. # Check for update on plugin launch and notify when an OP joins the game.
  24. CheckForUpdate: true
  25.  
  26. # Set to true to activate firework effects when a player receives an achievement.
  27. Firework: true
  28.  
  29. # Choose BALL_LARGE, BALL, BURST, CREEPER, STAR or RANDOM.
  30. FireworkStyle: BALL_LARGE
  31.  
  32. # Set to true to activate simpler effects and a calm sound when a player receives an achievement.
  33. # Ignored if Firework setting is set to true.
  34. SimplifiedReception: false
  35.  
  36. # Number of players displayed in /aach top, week and month commands.
  37. TopList: 5
  38.  
  39. # Set to true to activate particle effects when performing /aach book, /aach stats with all achievements and
  40. # /aach top, week or month when ranked in the top list.
  41. AdditionalEffects: true
  42.  
  43. # Set to true to activate sounds when performing /aach book, /aach stats with all achievements and
  44. # /aach top, week or month when ranked in the top list.
  45. Sound: true
  46.  
  47. # Set the icon of the plugin (default: shamrock, \u2618).
  48. Icon: \u2618
  49.  
  50. # Set the color of the plugin (default: 5, dark purple).
  51. Color: 5
  52.  
  53. # Notify other connected players when an achievement is received.
  54. # Default behaviour, a player can override what he sees by using /aach toggle.
  55. NotifyOtherPlayers: false
  56.  
  57. # When NotifyOtherPlayers is enabled, notifications are done using action bars when ActionBarNotify is true.
  58. # When ActionBarNotify is false, chat messages are used.
  59. ActionBarNotify: true
  60.  
  61. # Display achievement Name and Message as screen titles. No effect if using Minecraft 1.7.9 or 1.7.10.
  62. TitleScreen: true
  63.  
  64. # When a player receives an achievement, the Name, Message and rewards of the achievement are displayed in
  65. # the chat. If HoverableReceiverChatText is true, a single hoverable text will be displayed to the receiver.
  66. # Otherwise texts will be displayed one after the other.
  67. HoverableReceiverChatText: false
  68.  
  69. # Separator between name, description and date on a book page.
  70. BookSeparator: ""
  71.  
  72. # Set the format of the achievement name in /aach list (default: "%ICON% %NAME% %ICON%").
  73. ListAchievementFormat: "%ICON% %NAME% %ICON%"
  74.  
  75. # Set the format of the header used for most chat messages (default: "&7[%ICON%&7]").
  76. ChatHeader: "&7[%ICON%&7]"
  77.  
  78. # Stop all stats from increasing when player in creative mode, including PlayedTime.
  79. # Connection achievements will only be handled once a player switches to a non-creative mode.
  80. RestrictCreative: false
  81.  
  82. # Stop all stats from increasing when player in spectator mode, including PlayedTime.
  83. # Connection achievements will only be handled once a player switches to a non-spectator mode.
  84. # No effect if using Minecraft 1.7.9 or 1.7.10.
  85. RestrictSpectator: true
  86.  
  87. # Stop all stats from increasing when player in adventure mode, including PlayedTime.
  88. # Connection achievements will only be handled once a player switches to a non-adventure mode.
  89. RestrictAdventure: false
  90.  
  91. # Stop all stats from increasing when player in a specific world, including PlayedTime (delete the [] before adding values).
  92. # Connection achievements will only be handled once a player enters a non-excluded world.
  93. ExcludedWorlds: []
  94. # - yourWorld1
  95. # - yourWorld2
  96.  
  97. # Ignore vertical dimension (Y axis) when calculating distance statistics.
  98. IgnoreVerticalDistance: false
  99.  
  100. # Don't show these categories in the achievement GUI or in the stats output (delete the [] before adding values).
  101. # Also prevent obtaining achievements for these categories and prevent stats from increasing.
  102. DisabledCategories: []
  103. # - PetMasterGive
  104. # - PetMasterReceive
  105. # - DistanceLlama
  106. # - DistanceGliding
  107.  
  108. # Obfuscate achievements that have not yet been received in /aach list.
  109. ObfuscateNotReceived: false
  110.  
  111. # For categories with a series of related achievements where the only thing changing is the number of times
  112. # the event has occurred, show achievements that have been obtained and show the next obtainable achievement,
  113. # but obfuscate the additional achievements. For example, under Places, stone, the first achievement could have a
  114. # target of 100 stone, the second 500 stone, and the third 1000 stone. When ObfuscateProgressiveAchievements
  115. # is true, initially only the 100 stone achievement will be readable in the GUI. Once 100 stone have been placed,
  116. # the 500 stone achievement will become legible.
  117. ObfuscateProgressiveAchievements: false
  118.  
  119. # Hide categories with no achievements yet received in /aach list by marking them as locked.
  120. HideNotReceivedCategories: false
  121.  
  122. # Completely hide categories for which the player does not have the corresponding count permissions.
  123. HideNoPermissionCategories: false
  124.  
  125. # Hide the reward display in /aach list.
  126. HideRewardDisplayInList: false
  127.  
  128. # Display precise statistic information in the /aach list progress bars.
  129. EnrichedListProgressBars: true
  130.  
  131. # Annotate each achievement displayed in a /aach list category with a number.
  132. NumberedItemsInList: false
  133.  
  134. # Color used for Goals and progress bars in /aach list when an achievement is not yet received.
  135. ListColorNotReceived: 8
  136.  
  137. # Sort pages of the book in chronological order (false for reverse chronological order).
  138. BookChronologicalOrder: true
  139.  
  140. # Do not take into account items broken with Silk Touch for the Breaks achievements.
  141. DisableSilkTouchBreaks: false
  142.  
  143. # Do not take into account ores broken with Silk Touch for the Breaks achievements.
  144. # DisableSilkTouchBreaks takes precedence over this. Not applicable to iron or gold ores.
  145. DisableSilkTouchOreBreaks: false
  146.  
  147. # Name of the language file.
  148. LanguageFileName: lang.yml
  149.  
  150. # Time in seconds between each statistic count. Only the listed categories are currently supported.
  151. StatisticCooldown:
  152. LavaBuckets: 30
  153. WaterBuckets: 30
  154. Milk: 30
  155. Beds: 120
  156. Brewing: 30
  157. MusicDiscs: 60
  158.  
  159. # Display action bar message when player performs an action while in the cooldown period.
  160. # No effect if using Minecraft 1.7.9 or 1.7.10.
  161. CooldownActionBar: true
  162.  
  163. # Locale used to format dates in /aach book and /aach list. You must select an ISO 639 language code.
  164. # The list of possible language codes can be found at www.loc.gov/standards/iso639-2/php/code_list.php
  165. DateLocale: en
  166.  
  167. # Display time of reception of achievements in /aach book and /aach list in addition to the date. For achievements
  168. # received in plugin versions prior to 3.0, the precise time information is not available and will be displayed as midnight.
  169. DateDisplayTime: true
  170.  
  171. # Register advancements with a description corresponding to the Goal parameter of each achievement.
  172. # If changed, run /aach generate to regenerate advancements with the new parameter value taken into account.
  173. # No effect if using Minecraft versions prior to 1.12.
  174. RegisterAdvancementDescriptions: true
  175.  
  176. # If true, hide advancements from the advancement GUI. Advancement notifications will still appear when receiving achievements.
  177. # No effect if using Minecraft versions prior to 1.12.
  178. HideAdvancements: false
  179.  
  180. # If true, PlayedTime will no longer increase when the player is AFK. Requires Essentials to work.
  181. IgnoreAFKPlayedTime: false
  182.  
  183. # Awarded when a player has received all the achievements. Use the same reward pattern as with achievements.
  184. # See https://github.com/PyvesB/AdvancedAchievements/wiki/Rewards
  185. AllAchievementsReceivedRewards:
  186. IncreaseMaxOxygen: 30
  187. IncreaseMaxHealth: 1
  188. Experience: 10000
  189. Money: 3000000
  190.  
  191. # Title shown on the root advancement.
  192. RootAdvancementTitle: Advanced Achievements
  193.  
  194. # Background shown on the Advanced Achievements advancement tab.
  195. # Must be a resource location to any image in a resource pack.
  196. AdvancementsBackground: minecraft:textures/item/book.png
  197.  
  198. #=============================OOO=============================#
  199. # III-----------------------------------------------------III #
  200. # | Database settings | #
  201. # 3---------------------------------------------------------3 #
  202. #=============================ooo=============================#
  203. # Make a daily backup of your local database (if sqlite).
  204. DatabaseBackup: true
  205.  
  206. # Database type, sqlite, postgresql or mysql. Do a full server restart for this to take effect.
  207. DatabaseType: sqlite
  208.  
  209. # Prefix added to the tables in the database. If you switch from the default tables names (no prefix),
  210. # the plugin will attempt an automatic renaming. Otherwise you have to rename your tables manually.
  211. # Do a full server restart for this to take effect.
  212. TablePrefix: ''
  213.  
  214. # Specify additional options when opening a connection to a MySQL/PostgreSQL database. Start each option with &,
  215. # for instance "&useUnicode=yes&characterEncoding=UTF-8". Make sure the key-value pairs themselves are URL encoded.
  216. AdditionalConnectionOptions: ''
  217.  
  218. # Settings to link with MySQL database (ignored if sqlite or postgresql).
  219. MYSQL:
  220. Database: jdbc:mysql://localhost:3306/minecraft
  221. User: root
  222. Password: root
  223.  
  224. # Settings to link with PostgresSQL database (ignored if sqlite or mysql).
  225. # Refer to https://github.com/PyvesB/AdvancedAchievements/wiki/Installation to set up PostgreSQL.
  226. POSTGRESQL:
  227. Database: jdbc:postgresql://localhost:5432/minecraft
  228. User: root
  229. Password: root
  230.  
  231. #============================OO=OO============================#
  232. # IV-------------------------------------------------------IV #
  233. # | Performance settings | #
  234. # 4---------------------------------------------------------4 #
  235. #============================oo=oo============================#
  236. # DO NOT CHANGE THE FOLLOWING UNLESS YOU ARE AN EXPERIENCED USER. The intervals are in seconds.
  237. # Frequency of play time checks for players. Smaller values give more precision but more CPU usage.
  238. PlaytimeTaskInterval: 60
  239.  
  240. # Calculates distance traveled by players. Smaller values give more precision but more CPU usage.
  241. DistanceTaskInterval: 5
  242.  
  243. # Frequency of some statistics writes to the database. Do a full server restart, and not just /aach reload.
  244. PooledRequestsTaskInterval: 10
  245.  
  246. #============================OOOOO============================#
  247. # V---------------------------------------------------------V #
  248. # | Multiple action achievements | #
  249. # | These require sub-categories and thresholds | #
  250. # 5---------------------------------------------------------5 #
  251. #============================ooooo============================#
  252. # When a specific block is placed (available names: github.com/PyvesB/AdvancedAchievements/wiki/Material-names).
  253. Places:
  254. chest:
  255. '5':
  256. Goal: Place 5 chests.
  257. Message: '&eYou have placed 5 chests!'
  258. Name: place_5_chest
  259. DisplayName: Storage Expert
  260. Reward:
  261. Experience: 50
  262. Money: 300
  263. '10':
  264. Goal: Place 10 chests.
  265. Message: '&9You have placed 10 chests!'
  266. Name: place_10_chest
  267. DisplayName: Storage Pro
  268. Reward:
  269. Experience: 100
  270. Money: 500
  271. '50':
  272. Goal: Place 50 Chests.
  273. Message: '&5You have placed 50 chests!'
  274. Name: place_50_chest
  275. DisplayName: Hoarder
  276. Reward:
  277. Experience: 200
  278. Money: 750
  279. '100':
  280. Goal: Place 100 Chests.
  281. Message: '&8You have placed 100 chests!'
  282. Name: place_100_chest
  283. DisplayName: Clutter Bug
  284. Reward:
  285. Experience: 350
  286. Money: 1500
  287. '500':
  288. Goal: Place 500 chests.
  289. Message: '&0You have placed 500 chests!'
  290. Name: place_500_chest
  291. DisplayName: The Hoarder
  292. Reward:
  293. Experience: 550
  294. Money: 3000
  295. Item: diamond 6
  296. Command:
  297. Execute: 'say §eALERT: §9PLAYER§6 has become §4THE HOARDER§4!'
  298. Display: The Hoarder
  299. stone:
  300. '1':
  301. Goal: Place 1 stone!
  302. Message: '&eYou have placed one stone!'
  303. Name: place_1_stone
  304. DisplayName: Rock Head
  305. Reward:
  306. Experience: 50
  307. Money: 300
  308. '10':
  309. Goal: Place 10 stone!
  310. Message: '&9You have placed 10 stone!'
  311. Name: place_10_stone
  312. DisplayName: Stone Throne
  313. Reward:
  314. Experience: 100
  315. Money: 500
  316. '100':
  317. Goal: Place 100 stone.
  318. Message: '&5You have placed 100 stone!'
  319. Name: place_100_stone
  320. DisplayName: Stone Addict
  321. Reward:
  322. Experience: 200
  323. Money: 750
  324. '1000':
  325. Goal: Place 1000 stone.
  326. Message: '&8You have placed 1000 stone!'
  327. Name: place_1000_stone
  328. DisplayName: Bob the Builder
  329. Reward:
  330. Experience: 550
  331. Money: 3000
  332. Item: diamond 16
  333. Command:
  334. Execute: 'say §7ALERT: §4PLAYER§7 has become §4BOB THE BUILDER§7!'
  335. Display: Bob the Builder
  336.  
  337. # When a specific block is broken (available names: github.com/PyvesB/AdvancedAchievements/wiki/Material-names).
  338. # You can use notations such as sand:1 for pre-1.13 versions, which means sand item with metadata 1 (red sand) .
  339. Breaks:
  340. ice:
  341. '1':
  342. Goal: Break 1 ice block
  343. Message: '&eYou have broken 1 ice block!'
  344. Name: break_1_ice
  345. DisplayName: Chilly
  346. Reward:
  347. Experience: 50
  348. Money: 300
  349. '10':
  350. Goal: Break 10 ice blocks
  351. Message: '&9You have broken 10 ice blocks!'
  352. Name: break_10_ice
  353. DisplayName: Outdated Fridge
  354. Reward:
  355. Experience: 100
  356. Money: 500
  357. '100':
  358. Goal: Break 100 ice blocks
  359. Message: '&5You have broken 100 ice blocks!'
  360. Name: break_100_ice
  361. DisplayName: A Freezer
  362. Reward:
  363. Experience: 200
  364. Money: 750
  365. '1000':
  366. Goal: Break 1000 ice blocks
  367. Message: '&8You have broken 1000 ice blocks!'
  368. Name: break_1000_ice
  369. DisplayName: Global Warming
  370. Reward:
  371. Experience: 350
  372. Money: 1500
  373. '10000':
  374. Goal: Break 10000 ice blocks
  375. Message: '&0You have broken 10000 ice blocks!'
  376. Name: break_10000_ice
  377. DisplayName: Ice Breaker
  378. Reward:
  379. Experience: 550
  380. Money: 3000
  381. Item: diamond 5
  382. Execute: 'say §eALERT: §9PLAYER§6 has become §4ICE BREAKER§4!'
  383. Display: Ice Breaker
  384. stone:
  385. '1':
  386. Goal: Break 1 stone
  387. Message: '&fYou broke your first stone!'
  388. Name: break_1_stone
  389. DisplayName: Gobble the Cobble
  390. Reward:
  391. Experience: 50
  392. Money: 300
  393. '10':
  394. Goal: Break 10 stone
  395. Message: '&eYou broke 10 stone!'
  396. Name: break_10_stone
  397. DisplayName: Stone Cold
  398. Reward:
  399. Experience: 100
  400. Money: 500
  401. '100':
  402. Goal: Break 100 stone
  403. Message: '&9You broke 100 stone!'
  404. Name: break_100_stone
  405. DisplayName: Boulder Basher
  406. Reward:
  407. Experience: 200
  408. Money: 750
  409. '1000':
  410. Goal: Break 1000 stone
  411. Message: '&5You broke 1000 stone!'
  412. Name: break_1000_stone
  413. DisplayName: Old Miner
  414. Reward:
  415. Experience: 350
  416. Money: 1500
  417. '10000':
  418. Goal: Break 10000 stone
  419. Message: '&8You broke 10000 stone!'
  420. Name: break_10000_stone
  421. DisplayName: Mineshaft king
  422. Reward:
  423. Experience: 550
  424. Money: 3000
  425. '100000':
  426. Goal: Break 100000 stone
  427. Message: '&0You broke 100000 stone!'
  428. Name: break_100000_stone
  429. DisplayName: Rock Biter
  430. Reward:
  431. Experience: 800
  432. Money: 6000
  433. Item: diamond 32
  434. Command:
  435. Execute: 'say §eALERT: §9PLAYER§6 has become §4ROCK BITER§4!'
  436. Display: Rock Biter
  437.  
  438. # When "something" is killed. You can use any of the following:
  439. # - an entity type (available names: github.com/PyvesB/AdvancedAchievements/wiki/Entity-names).
  440. # - poweredcreeper.
  441. # - a mob's custom name (name tag/plugins such as Mythic Mobs).
  442. # - player to track player kills as a whole.
  443. # - specificplayer- followed by player UUID to track how many times a specific player has been killed.
  444. Kills:
  445. zombie:
  446. '1':
  447. Goal: Kill 1 zombie.
  448. Message: '&eYou killed 1 zombie!'
  449. DisplayName: Brainssss
  450. Name: kills_1_zombie
  451. Reward:
  452. Money: 100
  453. Item: diamond 1
  454. '50':
  455. Goal: Kill 50 zombies.
  456. Message: '&9You killed 50 zombies!'
  457. DisplayName: Headshot
  458. Name: kills_50_zombie
  459. Reward:
  460. Money: 1000
  461. Item: diamond 4
  462. '250':
  463. Goal: Kill 250 zombies.
  464. Message: '&5You killed 250 zombies!'
  465. DisplayName: Nation Z
  466. Name: kills_250_zombie
  467. Reward:
  468. Money: 3000
  469. Item: diamond 8
  470. '750':
  471. Goal: Kill 750 zombies.
  472. Message: '&8You killed 750 zombies!'
  473. DisplayName: Rick Grimes
  474. Name: kills_750_zombie
  475. Reward:
  476. Money: 6000
  477. Item: diamond 16
  478. '1500':
  479. Goal: Kill 1500 zombies.
  480. Message: '&0You killed 1500 zombies!'
  481. DisplayName: Walking Dead
  482. Name: kills_1500_zombie
  483. Reward:
  484. Money: 9000
  485. Item: diamond 32
  486. Command:
  487. Execute: 'say §eALERT: §9PLAYER§6 has become §4WALKING DEAD§4!'
  488. Display: Walking Dead
  489. skeleton:
  490. '1':
  491. Goal: Kill 1 skeleton.
  492. Message: '&eYou killed 1 skeleton!'
  493. DisplayName: Boneless
  494. Name: kills_1_skeleton
  495. Reward:
  496. Money: 100
  497. Item: diamond 1
  498. '50':
  499. Goal: Kill 50 skeletons.
  500. Message: '&9You killed 50 skeletons!'
  501. DisplayName: Bonesnapper
  502. Name: kills_50_skeleton
  503. Reward:
  504. Money: 1000
  505. Item: diamond 4
  506. '250':
  507. Goal: Kill 250 skeletons.
  508. Message: '&5You killed 250 skeletons!'
  509. DisplayName: Skeleton Killer
  510. Name: kills_250_skeleton
  511. Reward:
  512. Money: 3000
  513. Item: diamond 8
  514. '750':
  515. Goal: Kill 750 skeletons.
  516. Message: '&8You killed 750 skeletons!'
  517. DisplayName: Bone Collector
  518. Name: kills_750_skeleton
  519. Reward:
  520. Money: 6000
  521. Item: diamond 16
  522. '1500':
  523. Goal: Kill 1500 skeletons.
  524. Message: '&0You killed 1500 skeletons!'
  525. DisplayName: Jack Skellington
  526. Name: kills_1500_skeleton
  527. Reward:
  528. Money: 9000
  529. Item: diamond 32
  530. Command:
  531. Execute: 'say §eALERT: §9PLAYER§6 has become §4JACK SKELLINGTON§4!'
  532. Display: Jack Skellington
  533. creeper:
  534. '1':
  535. Goal: Kill 1 creeper.
  536. Message: '&eYou killed 1 creeper!'
  537. DisplayName: Creepy
  538. Name: kills_1_creeper
  539. Reward:
  540. Money: 100
  541. Item: diamond 1
  542. '50':
  543. Goal: Kill 50 creepers.
  544. Message: '&9You killed 50 creepers!'
  545. DisplayName: Silent Stalker
  546. Name: kills_50_creeper
  547. Reward:
  548. Money: 1000
  549. Item: diamond 4
  550. '250':
  551. Goal: Kill 250 creepers.
  552. Message: '&5You killed 250 creepers!'
  553. DisplayName: Kaboom
  554. Name: kills_250_creeper
  555. Reward:
  556. Money: 3000
  557. Item: diamond 8
  558. '750':
  559. Goal: Kill 750 creepers.
  560. Message: '&8You killed 750 creepers!'
  561. DisplayName: Pickle Popper
  562. Name: kills_750_creeper
  563. Reward:
  564. Money: 6000
  565. Item: diamond 16
  566. '1500':
  567. Goal: Kill 1500 creepers.
  568. Message: '&0You killed 1500 creepers!'
  569. DisplayName: Exploding Pickle
  570. Name: kills_1500_creeper
  571. Reward:
  572. Money: 9000
  573. Item: diamond 32
  574. Command:
  575. Execute: 'say §eALERT: §9PLAYER§6 has become §4EXPLODING PICKLE§4!'
  576. Display: Exploding Pickle
  577. spider:
  578. '1':
  579. Goal: Kill 1 spider.
  580. Message: '&eYou killed 1 spider!'
  581. DisplayName: Crusher
  582. Name: kills_1_spider
  583. Reward:
  584. Money: 100
  585. Item: diamond 1
  586. '50':
  587. Goal: Kill 50 spiders.
  588. Message: '&9You killed 50 spiders!'
  589. DisplayName: Can of Raid
  590. Name: kills_50_spider
  591. Reward:
  592. Money: 1000
  593. Item: diamond 4
  594. '250':
  595. Goal: Kill 250 spiders.
  596. Message: '&5You killed 250 spiders!'
  597. DisplayName: Stringy
  598. Name: kills_250_spider
  599. Reward:
  600. Money: 3000
  601. Item: diamond 8
  602. '750':
  603. Goal: Kill 750 spiders.
  604. Message: '&8You killed 750 spiders!'
  605. DisplayName: Black Widow
  606. Name: kills_750_spider
  607. Reward:
  608. Money: 6000
  609. Item: diamond 16
  610. '1500':
  611. Goal: Kill 1500 spiders.
  612. Message: '&0You killed 1500 spiders!'
  613. DisplayName: Tarantula
  614. Name: kills_1500_spider
  615. Reward:
  616. Money: 9000
  617. Item: diamond 32
  618. Command:
  619. Execute: 'say §eALERT: §9PLAYER§6 has become §4TARANTULA§4!'
  620. Display: Tarantula
  621. pig_zombie:
  622. '1':
  623. Goal: Kill 1 pig zombie.
  624. Message: '&eYou killed 1 pig zombie!'
  625. DisplayName: Grunt
  626. Name: kills_1_pig_zombie
  627. Reward:
  628. Money: 100
  629. Item: diamond 1
  630. '50':
  631. Goal: Kill 50 pig zombies.
  632. Message: '&9You killed 50 pig zombies!'
  633. DisplayName: Nether Bacon
  634. Name: kills_50_pig_zombie
  635. Reward:
  636. Money: 1000
  637. Item: diamond 4
  638. '250':
  639. Goal: Kill 250 pig zombies.
  640. Message: '&5You killed 250 pig zombies!'
  641. DisplayName: Passive Aggressive
  642. Name: kills_250_pig_zombie
  643. Reward:
  644. Money: 3000
  645. Item: diamond 8
  646. '750':
  647. Goal: Kill 750 pig zombies.
  648. Message: '&8You killed 750 pig zombies!'
  649. DisplayName: Big Pig
  650. Name: kills_750_pig_zombie
  651. Reward:
  652. Money: 6000
  653. Item: diamond 16
  654. '1500':
  655. Goal: Kill 1500 pig zombies.
  656. Message: '&0You killed 1500 pig zombies!'
  657. DisplayName: Nether Warrior
  658. Name: kills_1500_pig_zombie
  659. Reward:
  660. Money: 9000
  661. Item: diamond 32
  662. Command:
  663. Execute: 'say §eALERT: §9PLAYER§6 has become §4NETHER WARRIOR§4!'
  664. Display: Nether Warrior
  665. blaze:
  666. '1':
  667. Goal: Kill 1 blaze.
  668. Message: '&eYou killed 1 blaze!'
  669. DisplayName: Flaming
  670. Name: kills_1_blaze
  671. Reward:
  672. Money: 100
  673. Item: diamond 1
  674. '50':
  675. Goal: Kill 50 blazes.
  676. Message: '&9You killed 50 blazes!'
  677. DisplayName: Got a Light?
  678. Name: kills_50_blaze
  679. Reward:
  680. Money: 1000
  681. Item: diamond 4
  682. '250':
  683. Goal: Kill 250 blazes.
  684. Message: '&5You killed 250 blazes!'
  685. DisplayName: Down and Out
  686. Name: kills_250_blaze
  687. Reward:
  688. Money: 3000
  689. Item: diamond 8
  690. '750':
  691. Goal: Kill 750 blazes.
  692. Message: '&8You killed 750 blazes!'
  693. DisplayName: Fireball
  694. Name: kills_750_blaze
  695. Reward:
  696. Money: 6000
  697. Item: diamond 16
  698. '1500':
  699. Goal: Kill 1500 blazes.
  700. Message: '&0You killed 1500 blazes!'
  701. DisplayName: Hot Sauce
  702. Name: kills_1500_blaze
  703. Reward:
  704. Money: 9000
  705. Item: diamond 32
  706. Command:
  707. Execute: 'say §eALERT: §9PLAYER§6 has become §4HOT SAUCE§4!'
  708. Display: Hot Sauce
  709. enderman:
  710. '1':
  711. Goal: Kill 1 enderman.
  712. Message: '&eYou killed 1 enderman!'
  713. DisplayName: Eye Contact
  714. Name: kills_1_enderman
  715. Reward:
  716. Money: 100
  717. Item: diamond 1
  718. '50':
  719. Goal: Kill 50 enderman.
  720. Message: '&9You killed 50 enderman!'
  721. DisplayName: I See You
  722. Name: kills_50_enderman
  723. Reward:
  724. Money: 1000
  725. Item: diamond 4
  726. '250':
  727. Goal: Kill 250 enderman.
  728. Message: '&5You killed 250 enderman!'
  729. DisplayName: Will it End?
  730. Name: kills_250_enderman
  731. Reward:
  732. Money: 3000
  733. Item: diamond 8
  734. '750':
  735. Goal: Kill 750 enderman.
  736. Message: '&8You killed 750 enderman!'
  737. DisplayName: Dont Look At Me!
  738. Name: kills_750_enderman
  739. Reward:
  740. Money: 6000
  741. Item: diamond 16
  742. '1500':
  743. Goal: Kill 1500 enderman.
  744. Message: '&0You killed 1500 enderman!'
  745. DisplayName: End of it All
  746. Name: kills_1500_enderman
  747. Reward:
  748. Money: 9000
  749. Item: diamond 32
  750. Command:
  751. Execute: 'say §eALERT: §9PLAYER§6 has become §4END OF IT ALL§4!'
  752. Display: End of it All
  753. ghast:
  754. '1':
  755. Goal: Kill 1 ghast.
  756. Message: '&eYou killed 1 ghast!'
  757. DisplayName: One Down
  758. Name: kills_1_ghast
  759. Reward:
  760. Money: 100
  761. Item: diamond 1
  762. '25':
  763. Goal: Kill 50 ghasts.
  764. Message: '&9You killed 50 ghasts!'
  765. DisplayName: Cry Much?
  766. Name: kills_50_ghast
  767. Reward:
  768. Money: 1000
  769. Item: diamond 4
  770. '50':
  771. Goal: Kill 250 ghasts.
  772. Message: '&5You killed 250 ghasts!'
  773. DisplayName: Airborne
  774. Name: kills_250_ghast
  775. Reward:
  776. Money: 3000
  777. Item: diamond 8
  778. '250':
  779. Goal: Kill 750 ghasts.
  780. Message: '&8You killed 750 ghasts!'
  781. DisplayName: Come a Little Closer
  782. Name: kills_750_ghast
  783. Reward:
  784. Money: 6000
  785. Item: diamond 16
  786. '500':
  787. Goal: Kill 1500 ghasts.
  788. Message: '&0You killed 1500 ghasts!'
  789. DisplayName: Ghastly
  790. Name: kills_1500_ghast
  791. Reward:
  792. Money: 9000
  793. Item: diamond 32
  794. Command:
  795. Execute: 'say §eALERT: §9PLAYER§6 has become §4GHASTLY§4!'
  796. Display: Ghastly
  797. slime:
  798. '1':
  799. Goal: Kill 1 slime.
  800. Message: '&eYou killed 1 slime!'
  801. DisplayName: Slimey
  802. Name: kills_1_slime
  803. Reward:
  804. Money: 100
  805. Item: diamond 1
  806. '25':
  807. Goal: Kill 50 slimes.
  808. Message: '&9You killed 50 slimes!'
  809. DisplayName: Mean and Green
  810. Name: kills_50_slime
  811. Reward:
  812. Money: 1000
  813. Item: diamond 4
  814. '50':
  815. Goal: Kill 250 slimes.
  816. Message: '&5You killed 250 slimes!'
  817. DisplayName: Slimeball
  818. Name: kills_250_slime
  819. Reward:
  820. Money: 3000
  821. Item: diamond 8
  822. '250':
  823. Goal: Kill 750 slimes.
  824. Message: '&8You killed 750 slimes!'
  825. DisplayName: Slimer
  826. Name: kills_750_slime
  827. Reward:
  828. Money: 6000
  829. Item: diamond 16
  830. '500':
  831. Goal: Kill 1500 slimes.
  832. Message: '&0You killed 1500 slimes!'
  833. DisplayName: You Jelly?
  834. Name: kills_1500_slime
  835. Reward:
  836. Money: 9000
  837. Item: diamond 32
  838. Command:
  839. Execute: 'say §eALERT: §9PLAYER§6 has become §4YOU JELLY?§4!'
  840. Display: You Jelly?
  841. '&2Skeletal Knight':
  842. '1':
  843. Message: You killed a Mythic Mob!
  844. DisplayName: Mythic Killer
  845. Name: kills_1_skeletal_night
  846.  
  847. # When a specific item is crafted (available names: github.com/PyvesB/AdvancedAchievements/wiki/Material-names).
  848. Crafts:
  849. iron_pickaxe:
  850. '150':
  851. Message: '&cYou craft 150 iron pickaxes!'
  852. Name: craft_150_iron_pickaxe
  853. DisplayName: Iron Man
  854. Reward:
  855. Money: 25000
  856. Item: iron_block 32
  857. gold_spade:
  858. '200':
  859. Message: '&cYou crafted 200 gold spades!'
  860. Name: craft_200_gold_spade
  861. DisplayName: Golden Boy
  862. Reward:
  863. Money: 50000
  864. Item: gold_block 20
  865. diamond_sword:
  866. '250':
  867. Message: '&cYou crafted 250 diamond swords!'
  868. Name: craft_250_blade
  869. DisplayName: Diamond Are Forever
  870. Reward:
  871. Money: 75000
  872. Item: diamond_block 32
  873.  
  874. # When a player enters a specific command (specify command prefixes in lower case without initial slash).
  875. # For instance a command /awf add world from the AntiWorldFly plugin matches with subcategory 'awf add'.
  876. # Aliases of a given command will also be taken into account.
  877. # When animals breed (available names: github.com/PyvesB/AdvancedAchievements/wiki/Entity-names).
  878. Breeding:
  879. sheep:
  880. '1':
  881. Goal: Breed Sheep 1 time.
  882. Message: '&eYou bred your first sheep!'
  883. Name: breeding_1_sheep
  884. DisplayName: Sheep Breeder
  885. Reward:
  886. Experience: 50
  887. Money: 300
  888. '25':
  889. Goal: Breed Sheep 25 times.
  890. Message: '&5You bred Sheep 25 times!'
  891. Name: breeding_25_sheep
  892. DisplayName: Baaaa
  893. Reward:
  894. Experience: 200
  895. Money: 750
  896. '100':
  897. Goal: Breed Sheep 100 times.
  898. Message: '&0You bred Sheep 100 times!'
  899. Name: breed_100_sheep
  900. DisplayName: Sheep
  901. Reward:
  902. Experience: 550
  903. Money: 3000
  904. Item: diamond 8
  905. Execute: 'say §eALERT: §9PLAYER§6 has become §4SHEEP§4!'
  906. Display: Sheep
  907. cow:
  908. '1':
  909. Goal: Breed Cows 1 time.
  910. Message: '&eYou bred your first Cow!'
  911. Name: breeding_1_cow
  912. DisplayName: Cow Breeder
  913. Reward:
  914. Experience: 50
  915. Money: 300
  916. '25':
  917. Goal: Breed Cows 25 times.
  918. Message: '&5You bred Cows 25 times!'
  919. Name: breeding_25_cow
  920. DisplayName: Moooo
  921. Reward:
  922. Experience: 200
  923. Money: 750
  924. '100':
  925. Goal: Breed Cows 100 times.
  926. Message: '&0You bred Cows 100 times!'
  927. Name: breed_100_cow
  928. DisplayName: Cow
  929. Reward:
  930. Experience: 550
  931. Money: 3000
  932. Item: diamond 8
  933. Command:
  934. Execute: 'say §eALERT: §9PLAYER§6 has become §4COW§4!'
  935. Display: Cow
  936. pig:
  937. '1':
  938. Goal: Breed Pigs 1 time.
  939. Message: '&eYou bred your first Pig!'
  940. Name: breeding_1_pig
  941. DisplayName: Pig Breeder
  942. Reward:
  943. Experience: 50
  944. Money: 300
  945. '25':
  946. Goal: Breed Pigs 25 times.
  947. Message: '&5You bred Pigs 25 times!'
  948. Name: breeding_25_pig
  949. DisplayName: Oink
  950. Reward:
  951. Experience: 200
  952. Money: 750
  953. '100':
  954. Goal: Breed Pigs 100 times.
  955. Message: '&0You bred Pigs 100 times!'
  956. Name: breed_100_pig
  957. DisplayName: Pig
  958. Reward:
  959. Experience: 550
  960. Money: 3000
  961. Item: diamond 8
  962. Execute: 'say §eALERT: §9PLAYER§6 has become §4PIG§4!'
  963. Display: Pig
  964. chicken:
  965. '1':
  966. Goal: Breed Chickens 1 time.
  967. Message: '&eYou bred your first Chicken!'
  968. Name: breeding_1_chicken
  969. DisplayName: Chicken Breeder
  970. Reward:
  971. Experience: 50
  972. Money: 300
  973. '25':
  974. Goal: Breed Chickens 25 times.
  975. Message: '&5You bred Chickens 25 times!'
  976. Name: breeding_25_chicken
  977. DisplayName: Chicken Sandwich
  978. Reward:
  979. Experience: 200
  980. Money: 750
  981. '100':
  982. Goal: Breed Chickens 100 times.
  983. Message: '&0You bred Chickens 100 times!'
  984. Name: breed_100_chicken
  985. DisplayName: Chicken
  986. Reward:
  987. Experience: 550
  988. Money: 3000
  989. Item: diamond 8
  990. Execute: 'say §eALERT: §9PLAYER§6 has become §4CHICKEN§4!'
  991. Display: Chicken
  992. villager:
  993. '1':
  994. Goal: Breed Villagers 1 time.
  995. Message: '&0You bred Villagers 1 time!'
  996. Name: breeding_1_villager
  997. DisplayName: Barry White
  998. Reward:
  999. Experience: 200
  1000. Money: 750
  1001. wolf:
  1002. '25':
  1003. Goal: Breed Wolves 25 times.
  1004. Message: '&0You bred Wolves 25 times!'
  1005. Name: breeding_25_wolf
  1006. DisplayName: Bark at the Moon
  1007. Reward:
  1008. Experience: 200
  1009. Money: 750
  1010. horse:
  1011. '25':
  1012. Goal: Breed Horses 25 times.
  1013. Message: '&0You bred Horses 25 times!'
  1014. Name: breeding_25_horse
  1015. DisplayName: James Baxter
  1016. Reward:
  1017. Experience: 200
  1018. Money: 750
  1019. llama:
  1020. '25':
  1021. Goal: Breed Llamas 25 times.
  1022. Message: '&0You bred Llamas 25 times!'
  1023. Name: breeding_25_llama
  1024. DisplayName: Spitting Image
  1025. Reward:
  1026. Experience: 200
  1027. Money: 750
  1028. Rabbit:
  1029. '25':
  1030. Goal: Breed Rabbits 25 times.
  1031. Message: '&0You bred Rabbits 25 times!'
  1032. Name: breeding_25_rabbit
  1033. DisplayName: Roger Rabbit
  1034. Reward:
  1035. Experience: 200
  1036. Money: 750
  1037. deaths:
  1038. '1':
  1039. Goal: Die 1 time.
  1040. Message: '&eYou died 1 time!'
  1041. Name: deaths_1
  1042. DisplayName: Rest in Peace
  1043. Reward:
  1044. Experience: 50
  1045. Money: 300
  1046. '5':
  1047. Goal: Die 5 times.
  1048. Message: '&9You died 5 times!'
  1049. Name: deaths_5
  1050. DisplayName: Allergic to Living
  1051. Reward:
  1052. Experience: 100
  1053. Money: 500
  1054. '10':
  1055. Goal: Die 10 times.
  1056. Message: '&5You died 10 times!'
  1057. Name: deaths_10
  1058. DisplayName: Flatliner
  1059. Reward:
  1060. Experience: 200
  1061. Money: 750
  1062. '25':
  1063. Goal: Die 25 times.
  1064. Message: '&8You died 25 times!'
  1065. Name: deaths_25
  1066. DisplayName: Hellbound
  1067. Reward:
  1068. Experience: 350
  1069. Money: 1500
  1070. '50':
  1071. Goal: Die 50 times.
  1072. Message: '&0You died 50 times!'
  1073. Name: deaths_50
  1074. DisplayName: Undying
  1075. Reward:
  1076. Experience: 550
  1077. Money: 3000
  1078. Item: diamond 8
  1079. Execute: 'say §eALERT: §9PLAYER§6 has become §4 UNDYING§4!'
  1080. Display: Undying
  1081. arrows:
  1082. '1':
  1083. Goal: Shoot 1 arrow.
  1084. Message: '&eYou shot 1 arrow!'
  1085. Name: arrows_1
  1086. DisplayName: Fire Away
  1087. Reward:
  1088. Experience: 50
  1089. Money: 300
  1090. '100':
  1091. Goal: Shoot 100 arrows.
  1092. Message: '&eYou shot 100 arrows!'
  1093. Name: arrows_100
  1094. DisplayName: Keep em Coming
  1095. Reward:
  1096. Experience: 100
  1097. Money: 500
  1098. '1000':
  1099. Goal: Shoot 1000 arrows.
  1100. Message: '&9You shot 1000 arrows!'
  1101. Name: arrows_1000
  1102. DisplayName: Trigger Happy
  1103. Reward:
  1104. Experience: 200
  1105. Money: 750
  1106. '5000':
  1107. Goal: Shoot 5000 arrows.
  1108. Message: '&5You shot 5000 arrows!'
  1109. Name: arrows_5000
  1110. DisplayName: Spray n Pray
  1111. Reward:
  1112. Experience: 350
  1113. Money: 1500
  1114. '10000':
  1115. Goal: Shoot 10000 arrows.
  1116. Message: '&8You shot 10000 arrows!'
  1117. Name: arrows_10000
  1118. DisplayName: Cupid
  1119. Reward:
  1120. Experience: 550
  1121. Money: 3000
  1122. Item: diamond 32
  1123. Execute: 'say §0ALERT: §9PLAYER§6 has become §4CUPID§4!'
  1124. Display: Cupid
  1125. eggs:
  1126. '1':
  1127. Goal: Throw 1 egg.
  1128. Message: '&eYou threw 1 egg!'
  1129. Name: eggs_1
  1130. DisplayName: Poached Egg
  1131. Reward:
  1132. Experience: 50
  1133. Money: 300
  1134. '50':
  1135. Goal: Throw 50 eggs.
  1136. Message: '&9You threw 50 eggs!'
  1137. Name: eggs_50
  1138. DisplayName: Scrambled Eggs
  1139. Reward:
  1140. Experience: 50
  1141. Money: 300
  1142. '250':
  1143. Goal: Throw 250 eggs.
  1144. Message: '&5You threw 250 eggs!'
  1145. Name: eggs_250
  1146. DisplayName: Hard Boiled
  1147. Reward:
  1148. Experience: 50
  1149. Money: 300
  1150. '500':
  1151. Goal: Throw 500 eggs.
  1152. Message: '&8You threw 500 eggs!'
  1153. Name: eggs_500
  1154. DisplayName: Omelette Addict
  1155. Reward:
  1156. Experience: 50
  1157. Money: 300
  1158. '1000':
  1159. Goal: Throw 1000 eggs.
  1160. Message: '&0You threw 1000 eggs!'
  1161. Name: eggs_1000
  1162. DisplayName: Eggceptional
  1163. Reward:
  1164. Experience: 50
  1165. Money: 300
  1166. Item: diamond 16
  1167. Execute: 'say §0ALERT: §9PLAYER§6 has become §4EGGCEPTIONAL§4!'
  1168. Display: Eggceptional
  1169. fish:
  1170. '1':
  1171. Goal: Catch 1 fish.
  1172. Message: '&eYou Caught 1 fish!'
  1173. Name: fish_1_time
  1174. DisplayName: Minnow
  1175. Reward:
  1176. Experience: 50
  1177. Money: 300
  1178. '25':
  1179. Goal: Catch 25 fish.
  1180. Message: '&9You Caught 25 fish!'
  1181. Name: fish_25_times
  1182. DisplayName: Flounder
  1183. Reward:
  1184. Experience: 100
  1185. Money: 500
  1186. '100':
  1187. Goal: Catch 100 fish.
  1188. Message: '&5You Caught 100 fish!'
  1189. Name: fish_100_times
  1190. DisplayName: Halibut
  1191. Reward:
  1192. Experience: 200
  1193. Money: 750
  1194. '350':
  1195. Goal: Catch 350 fish.
  1196. Message: '&8You Caught 350 fish!'
  1197. Name: fish_350_times
  1198. DisplayName: Barracuda
  1199. Reward:
  1200. Experience: 350
  1201. Money: 1500
  1202. '700':
  1203. Goal: Catch 700 fish.
  1204. Message: '&0You Caught 700 fish!'
  1205. Name: fish_700_times
  1206. DisplayName: Shark
  1207. Reward:
  1208. Experience: 550
  1209. Money: 3000
  1210. Item: diamond 32
  1211. Execute: 'say §0ALERT: §9PLAYER§6 has become §4Shark§4!'
  1212. Display: Shark
  1213. treasures:
  1214. '1':
  1215. Goal: Catch 1 treasure.
  1216. Message: '&eYou Caught 1 treasure!'
  1217. Name: treasure_1
  1218. DisplayName: Treasure Hunter I
  1219. Reward:
  1220. Experience: 50
  1221. Money: 300
  1222. '25':
  1223. Goal: Catch 25 treasures.
  1224. Message: '&9You Caught 25 treasures!'
  1225. Name: treasure_25
  1226. DisplayName: Treasure Hunter II
  1227. Reward:
  1228. Experience: 100
  1229. Money: 500
  1230. '100':
  1231. Goal: Catch 100 treasures.
  1232. Message: '&5You Caught 100 treasures!'
  1233. Name: treasure_100
  1234. DisplayName: Treasure Hunter III
  1235. Reward:
  1236. Experience: 200
  1237. Money: 750
  1238. '250':
  1239. Goal: Catch 250 treasures.
  1240. Message: '&0You Caught 250 treasures!'
  1241. Name: treasure_250
  1242. DisplayName: Treasure Hunter IV
  1243. Reward:
  1244. Experience: 350
  1245. Money: 1500
  1246. Item: diamond 32
  1247. Execute: 'say §0ALERT: §9PLAYER§6 has become §4TREASURE HUNTER IV§4!'
  1248. Display: Treasure Hunter IV
  1249. itembreaks:
  1250. '1':
  1251. Goal: Break 1 item.
  1252. Message: '&fYou broke 1 Item!'
  1253. Name: broke_1_item
  1254. DisplayName: Oops
  1255. Reward:
  1256. Experience: 50
  1257. Money: 300
  1258. '25':
  1259. Goal: Break 25 items.
  1260. Message: '&eYou broke 25 Items!'
  1261. Name: broke_25_items
  1262. DisplayName: Item Breaker
  1263. Reward:
  1264. Experience: 100
  1265. Money: 500
  1266. '75':
  1267. Goal: Break 75 items.
  1268. Message: '&9You broke 75 Items!'
  1269. Name: broke_75_items
  1270. DisplayName: Broken
  1271. Reward:
  1272. Experience: 200
  1273. Money: 750
  1274. '150':
  1275. Goal: Break 150 items.
  1276. Message: '&5You broke 150 Items!'
  1277. Name: broke_150_items
  1278. DisplayName: Death Touch
  1279. Reward:
  1280. Experience: 350
  1281. Money: 1500
  1282. '300':
  1283. Goal: Break 300 items.
  1284. Message: '&8You broke 300 Items!'
  1285. Name: broke_300_items
  1286. DisplayName: Clumsy Guy
  1287. Reward:
  1288. Experience: 550
  1289. Money: 3000
  1290. '500':
  1291. Goal: Break 500 items.
  1292. Message: '&0You broke 500 Items!'
  1293. Name: broke_500_items
  1294. DisplayName: Destroyer
  1295. Reward:
  1296. Experience: 800
  1297. Money: 6000
  1298. Item: diamond 32
  1299. Execute: 'say §0ALERT: §9PLAYER§6 has become §4DESTROYER§4!'
  1300. Display: Destroyer
  1301. eatenitems:
  1302. '1':
  1303. Goal: Eat 1 item.
  1304. Message: '&fYou ate 1 item!'
  1305. Name: ate_1_piece_of_food
  1306. DisplayName: Snack Time
  1307. Reward:
  1308. Experience: 50
  1309. Money: 300
  1310. '50':
  1311. Goal: Eat 50 items.
  1312. Message: '&eYou ate 50 items!'
  1313. Name: ate_50_pieces_of_food
  1314. DisplayName: Breakfast
  1315. Reward:
  1316. Experience: 100
  1317. Money: 500
  1318. '100':
  1319. Goal: Eat 100 items.
  1320. Message: '&9You ate 100 items!'
  1321. Name: ate_100_pieces_of_food
  1322. DisplayName: Lunch
  1323. Reward:
  1324. Experience: 200
  1325. Money: 750
  1326. '250':
  1327. Goal: Eat 250 items.
  1328. Message: '&5You ate 250 items!'
  1329. Name: ate_250_pieces_of_food
  1330. DisplayName: Dinner
  1331. Reward:
  1332. Experience: 350
  1333. Money: 1500
  1334. '500':
  1335. Goal: Eat 500 items.
  1336. Message: '&8You ate 500 items!'
  1337. Name: ate_500_pieces_of_food
  1338. DisplayName: Dessert
  1339. Reward:
  1340. Experience: 550
  1341. Money: 3000
  1342. '1000':
  1343. Goal: Eat 1000 items.
  1344. Message: '&0You ate 1000 items!'
  1345. Name: ate_1000_pieces_of_food
  1346. DisplayName: Glutton
  1347. Reward:
  1348. Experience: 800
  1349. Money: 6000
  1350. Item: diamond 32
  1351. Execute: 'say §0ALERT: §9PLAYER§6 has become §4GLUTTON§4!'
  1352. Display: Glutton
  1353. shear:
  1354. '1':
  1355. Goal: Shear 1 Sheep.
  1356. Message: '&eYou have shorn 1 Sheep!'
  1357. Name: sheared_1_sheep
  1358. DisplayName: Wool Socks
  1359. Reward:
  1360. Experience: 50
  1361. Money: 300
  1362. '25':
  1363. Goal: Shear 25 Sheep.
  1364. Message: '&9You have shorn 25 Sheep!'
  1365. Name: sheared_25_sheep
  1366. DisplayName: Wool Underwear
  1367. Reward:
  1368. Experience: 100
  1369. Money: 500
  1370. '100':
  1371. Goal: Shear 100 Sheep.
  1372. Message: '&5You have shorn 100 Sheep!'
  1373. Name: sheared_100_sheep
  1374. DisplayName: Wool Shirt
  1375. Reward:
  1376. Experience: 200
  1377. Money: 750
  1378. '250':
  1379. Goal: Shear 250 Sheep.
  1380. Message: '&8You have shorn 250 Sheep!'
  1381. Name: sheared_250_sheep
  1382. DisplayName: Wool Pants
  1383. Reward:
  1384. Experience: 350
  1385. Money: 1500
  1386. '500':
  1387. Goal: Shear 500 Sheep.
  1388. Message: '&0You have shorn 500 Sheep!'
  1389. Name: sheared_500_sheep
  1390. DisplayName: Wool Monger
  1391. Reward:
  1392. Experience: 550
  1393. Money: 3000
  1394. Item: diamond 32
  1395. Execute: 'say §0ALERT: §9PLAYER§6 has become §4WOOL MONGER§4!'
  1396. Display: Wool Monger
  1397. milk:
  1398. '1':
  1399. Goal: Milk 1 Cow.
  1400. Message: '&eYou have milked 1 Cow!'
  1401. Name: milked_1_cow
  1402. DisplayName: Half Gallon
  1403. Reward:
  1404. Experience: 50
  1405. Money: 300
  1406. '50':
  1407. Goal: Milk 50 Cows.
  1408. Message: '&eYou have milked 50 Cows!'
  1409. Name: milked_50_cows
  1410. DisplayName: Milk n Cookies
  1411. Reward:
  1412. Experience: 50
  1413. Money: 300
  1414. '100':
  1415. Goal: Milk 100 Cows.
  1416. Message: '&eYou have milked 100 Cows!'
  1417. Name: milked_100_cows
  1418. DisplayName: Got Milk?
  1419. Reward:
  1420. Experience: 50
  1421. Money: 300
  1422. Item: diamond 32
  1423. Execute: 'say §0ALERT: §9PLAYER§6 has become §4GOT MILK?§4!'
  1424. Display: Got Milk?
  1425. lavabuckets:
  1426. '1':
  1427. Goal: Fill 1 lava bucket.
  1428. Message: '&eYou have filled 1 lava bucket!'
  1429. Name: filled_1_lava_bucket
  1430. DisplayName: Bring on the Heat
  1431. Reward:
  1432. Experience: 50
  1433. Money: 300
  1434. '50':
  1435. Goal: Fill 50 lava buckets.
  1436. Message: '&9You have filled 50 lava buckets!'
  1437. Name: filled_50_lava_buckets
  1438. DisplayName: Fired Up
  1439. Reward:
  1440. Experience: 200
  1441. Money: 750
  1442. '100':
  1443. Goal: Fill 100 lava buckets.
  1444. Message: '&5You have filled 100 lava buckets!'
  1445. Name: filled_100_lava_buckets
  1446. DisplayName: Pyro
  1447. Reward:
  1448. Experience: 550
  1449. Money: 3000
  1450. '250':
  1451. Goal: Fill 250 lava buckets.
  1452. Message: '&0You have filled 250 lava buckets!'
  1453. Name: filled_250_lava_buckets
  1454. DisplayName: HOT!
  1455. Reward:
  1456. Experience: 800
  1457. Money: 6000
  1458. Item: diamond 32
  1459. Execute: 'say §0ALERT: §9PLAYER§6 has become §4HOT!§4!'
  1460. Display: HOT!
  1461. waterbuckets:
  1462. '1':
  1463. Goal: Fill 1 water bucket.
  1464. Message: '&eYou have filled 1 water bucket!'
  1465. Name: filled_1_water_bucket
  1466. DisplayName: Thirsty
  1467. Reward:
  1468. Experience: 50
  1469. Money: 300
  1470. '50':
  1471. Goal: Fill 50 water buckets.
  1472. Message: '&9You have filled 50 water buckets!'
  1473. Name: filled_50_water_buckets
  1474. DisplayName: Kiddie Pool
  1475. Reward:
  1476. Experience: 200
  1477. Money: 750
  1478. '100':
  1479. Goal: Fill 100 water buckets.
  1480. Message: '&5You have filled 100 water buckets!'
  1481. Name: filled_100_water_buckets
  1482. DisplayName: Swimming Pool
  1483. Reward:
  1484. Experience: 550
  1485. Money: 3000
  1486. '250':
  1487. Goal: Fill 250 water buckets.
  1488. Message: '&0You have filled 250 water buckets!'
  1489. Name: filled_250_water_buckets
  1490. DisplayName: Fireman
  1491. Reward:
  1492. Experience: 800
  1493. Money: 6000
  1494. Item: diamond 32
  1495. Execute: 'say §0ALERT: §9PLAYER§6 has become §4FIREMAN§4!'
  1496. Display: Fireman
  1497. trades:
  1498. '1':
  1499. Goal: Trade with a Villager 1 time.
  1500. Message: '&eYou traded with a Villager 1 time!'
  1501. Name: traded_1_time
  1502. DisplayName: Exchange
  1503. Reward:
  1504. Experience: 50
  1505. Money: 300
  1506. '50':
  1507. Goal: Trade with a Villager 50 times.
  1508. Message: '&9You traded with a Villager 50 times!'
  1509. Name: traded_50_times
  1510. DisplayName: Barter
  1511. Reward:
  1512. Experience: 100
  1513. Money: 500
  1514. '100':
  1515. Goal: Trade with a Villager 100 times.
  1516. Message: '&5You traded with a Villager 100 times!'
  1517. Name: traded_100_times
  1518. DisplayName: Trader
  1519. Reward:
  1520. Experience: 200
  1521. Money: 750
  1522. '250':
  1523. Goal: Trade with a Villager 250 times.
  1524. Message: '&8You traded with a Villager 250 times!'
  1525. Name: traded_250_times
  1526. DisplayName: Merchant
  1527. Reward:
  1528. Experience: 350
  1529. Money: 1500
  1530. '500':
  1531. Goal: Trade with a Villager 500 times.
  1532. Message: '&0You traded with a Villager 500 times!'
  1533. Name: traded_500_times
  1534. DisplayName: Master Merchant
  1535. Reward:
  1536. Experience: 550
  1537. Money: 3000
  1538. Item: diamond 32
  1539. Execute: 'say §0ALERT: §9PLAYER§6 has become §4MASTER MERCHANT§4!'
  1540. Display: Master Merchant
  1541. anvilsused:
  1542. '1':
  1543. Goal: Repair 1 item.
  1544. Message: '&eYou just repaired 1 item!'
  1545. Name: used_1_avil
  1546. DisplayName: Band Aid
  1547. Reward:
  1548. Experience: 50
  1549. Money: 300
  1550. '50':
  1551. Goal: Repair 50 items.
  1552. Message: '&9You just repaired 50 items!'
  1553. Name: used_50_anvils
  1554. DisplayName: Fixer Upper
  1555. Reward:
  1556. Experience: 100
  1557. Money: 500
  1558. '150':
  1559. Goal: Repair 150 items.
  1560. Message: '&5You just repaired 150 items!'
  1561. Name: used_150_anvils
  1562. DisplayName: Repairman
  1563. Reward:
  1564. Experience: 200
  1565. Money: 750
  1566. '350':
  1567. Goal: Repair 350 items.
  1568. Message: '&8You just repaired 350 items!'
  1569. Name: used_350_anvils
  1570. DisplayName: Welder
  1571. Reward:
  1572. Experience: 550
  1573. Money: 3000
  1574. '700':
  1575. Goal: Repair 700 items.
  1576. Message: '&0You just repaired 700 items!'
  1577. Name: used_700_anvils
  1578. DisplayName: Technician
  1579. Reward:
  1580. Experience: 800
  1581. Money: 6000
  1582. Item: diamond 32
  1583. Execute: 'say §0ALERT: §9PLAYER§6 has become §4TECHNICIAN§4!'
  1584. Display: Technician
  1585. enchantments:
  1586. '1':
  1587. Goal: Enchant 1 item.
  1588. Message: '&eYou just enchanted 1 item!'
  1589. Name: enchanted_1_item
  1590. DisplayName: Magic Touch
  1591. Reward:
  1592. Experience: 50
  1593. Money: 300
  1594. '25':
  1595. Goal: Enchant 25 items.
  1596. Message: '&9You just enchanted 25 items!'
  1597. Name: enchanted_25_items
  1598. DisplayName: Enchanter
  1599. Reward:
  1600. Experience: 100
  1601. Money: 500
  1602. '100':
  1603. Goal: Enchant 100 items.
  1604. Message: '&5You just enchanted 100 items!'
  1605. Name: enchanted_100_items
  1606. DisplayName: Spell Caster
  1607. Reward:
  1608. Experience: 350
  1609. Money: 1500
  1610. '250':
  1611. Goal: Enchant 250 items.
  1612. Message: '&8You just enchanted 250 items!'
  1613. Name: enchanted_250_items
  1614. DisplayName: Magician
  1615. Reward:
  1616. Experience: 550
  1617. Money: 3000
  1618. '500':
  1619. Goal: Enchant 500 items.
  1620. Message: '&0You just enchanted 500 items!'
  1621. Name: enchanted_500_items
  1622. DisplayName: Wizard
  1623. Reward:
  1624. Experience: 800
  1625. Money: 6000
  1626. Item: diamond 64
  1627. Execute: 'say §0ALERT: §9PLAYER§6 has become §4WIZARD§4!'
  1628. Display: Wizard
  1629. beds:
  1630. '1':
  1631. Goal: Get in bed 1 time.
  1632. Message: '&eYou got in bed 1 time!'
  1633. Name: entered_1_bed
  1634. DisplayName: Nap Time
  1635. Reward:
  1636. Experience: 50
  1637. Money: 300
  1638. '10':
  1639. Goal: Get in bed 10 times.
  1640. Message: '&9You got in bed 10 times!'
  1641. Name: entered_10_beds
  1642. DisplayName: Sleepy
  1643. Reward:
  1644. Experience: 100
  1645. Money: 500
  1646. '50':
  1647. Goal: Get in bed 50 times.
  1648. Message: '&5You got in bed 50 times!'
  1649. Name: entered_50_beds
  1650. DisplayName: Bed Time
  1651. Reward:
  1652. Experience: 200
  1653. Money: 750
  1654. '100':
  1655. Goal: Get in bed 100 times.
  1656. Message: '&8You got in bed 100 times!'
  1657. Name: entered_100_beds
  1658. DisplayName: Deep Sleep
  1659. Reward:
  1660. Experience: 550
  1661. Money: 3000
  1662. '250':
  1663. Goal: Get in bed 250 times.
  1664. Message: '&0You got in bed 250 times!'
  1665. Name: entered_250_beds
  1666. DisplayName: Dead Tired
  1667. Reward:
  1668. Experience: 800
  1669. Money: 6000
  1670. Item: diamond 32
  1671. Execute: 'say §0ALERT: §9PLAYER§6 has become §4DEAD TIRED§4!'
  1672. Display: Dead Tired
  1673. maxlevel:
  1674. '10':
  1675. Goal: Reach level 10.
  1676. Message: '&eLevel 10 reached!'
  1677. Name: collected_10_levels
  1678. DisplayName: Rookie
  1679. Reward:
  1680. Experience: 50
  1681. Money: 300
  1682. '30':
  1683. Goal: Reach level 30.
  1684. Message: '&9Level 30 reached!'
  1685. Name: collected_30_levels
  1686. DisplayName: Competant
  1687. Reward:
  1688. Experience: 100
  1689. Money: 500
  1690. '50':
  1691. Goal: Reach level 50.
  1692. Message: '&5Level 50 reached!'
  1693. Name: collected_50_levels
  1694. DisplayName: Capable
  1695. Reward:
  1696. Experience: 200
  1697. Money: 750
  1698. '70':
  1699. Goal: Reach level 70.
  1700. Message: '&8Level 70 reached!'
  1701. Name: collected_70_levels
  1702. DisplayName: Veteran
  1703. Reward:
  1704. Experience: 550
  1705. Money: 3000
  1706. '100':
  1707. Goal: Reach level 100.
  1708. Message: '&0Level 100 reached!'
  1709. Name: collected_100_levels
  1710. DisplayName: One Hundred
  1711. Reward:
  1712. Experience: 800
  1713. Money: 6000
  1714. Item: diamond 16
  1715. Execute: 'say §0ALERT: §9PLAYER§6 has become §4ONE HUNDRED§4!'
  1716. Display: One Hundred
  1717. consumedpotions:
  1718. '1':
  1719. Goal: Drink 1 potion.
  1720. Message: '&eYou drank 1 potion!'
  1721. Name: consumed_1_potion
  1722. DisplayName: Just a Sip
  1723. Reward:
  1724. Experience: 50
  1725. Money: 300
  1726. '25':
  1727. Goal: Drink 25 potions.
  1728. Message: '&9You drank 25 potions!'
  1729. Name: consumed_25_potions
  1730. DisplayName: Buzzed
  1731. Reward:
  1732. Experience: 100
  1733. Money: 500
  1734. '100':
  1735. Goal: Drink 100 potions.
  1736. Message: '&5You drank 100 potions!'
  1737. Name: consumed_100_potions
  1738. DisplayName: Tipsy
  1739. Reward:
  1740. Experience: 200
  1741. Money: 750
  1742. '250':
  1743. Goal: Drink 250 potions.
  1744. Message: '&8You drank 250 potions!'
  1745. Name: consumed_250_potions
  1746. DisplayName: Drunk
  1747. Reward:
  1748. Experience: 350
  1749. Money: 1500
  1750. '500':
  1751. Goal: Drink 500 potions.
  1752. Message: '&0You drank 500 potions!'
  1753. Name: consumed_500_potions
  1754. DisplayName: Alcoholic
  1755. Reward:
  1756. Experience: 800
  1757. Money: 6000
  1758. Item: diamond 32
  1759. Execute: 'say §0ALERT: §9PLAYER§6 has become §4ALCOHOLIC§4!'
  1760. Display: Alcoholic
  1761. playedtime:
  1762. '1':
  1763. Goal: Play 1 hour on the server.
  1764. Message: '&fYou have played for 1 hour on ObsidianPrime!'
  1765. Name: played_1_hour
  1766. DisplayName: Starting Out
  1767. Reward:
  1768. Experience: 50
  1769. Money: 300
  1770. '6':
  1771. Goal: Play 6 hours on the server.
  1772. Message: '&eYou have played for 6 hours on ObsidianPrime!'
  1773. Name: played_6_hours
  1774. DisplayName: Settled In
  1775. Reward:
  1776. Experience: 50
  1777. Money: 300
  1778. '12':
  1779. Goal: Play 12 hours on the server.
  1780. Message: '&9You have played for 12 hours on ObsidianPrime!'
  1781. Name: played_12_hours
  1782. DisplayName: Comfortable
  1783. Reward:
  1784. Experience: 50
  1785. Money: 300
  1786. '24':
  1787. Goal: Play 1 day on the server.
  1788. Message: '&5You have played for 1 day on ObsidianPrime!'
  1789. Name: played_24_hours
  1790. DisplayName: No Place Like Home
  1791. Reward:
  1792. Experience: 50
  1793. Money: 300
  1794. Item: diamond 16
  1795. Execute: 'say §0ALERT: §9PLAYER§6 has become §4NO PLACE LIKE HOME§4!'
  1796. Display: No Place Like Home
  1797. '72':
  1798. Goal: Play 3 days on the server.
  1799. Message: '&cYou have played for 3 days on ObsidianPrime!'
  1800. Name: played_72_hours
  1801. DisplayName: Villager
  1802. Reward:
  1803. Experience: 50
  1804. Money: 300
  1805. Item: diamond 16
  1806. Execute: 'say §0ALERT: §9PLAYER§6 has become §4VILLAGER§4!'
  1807. Display: Villager
  1808. '168':
  1809. Goal: Play 1 week on the server.
  1810. Message: '&dYou have played for 1 week on ObsidianPrime!'
  1811. Name: played_168_hours
  1812. DisplayName: Here to Stay
  1813. Reward:
  1814. Experience: 50
  1815. Money: 300
  1816. Item: diamond 16
  1817. Execute: 'say §0ALERT: §9PLAYER§6 has become §4HERE TO STAY§4!'
  1818. Display: Here to Stay
  1819. '336':
  1820. Goal: Play 2 weeks on the server.
  1821. Message: '&4You have played for 2 weeks on ObsidianPrime!'
  1822. Name: played_336_hours
  1823. DisplayName: Permanent Resident
  1824. Reward:
  1825. Experience: 50
  1826. Money: 300
  1827. Item: diamond 16
  1828. Execute: 'say §0ALERT: §9PLAYER§6 has become §4PERMANENT§4!'
  1829. Display: Permanent
  1830. '504':
  1831. Goal: Play 3 weeks on the server.
  1832. Message: '&1You have played for 3 weeks on ObsidianPrime!'
  1833. Name: played_504_hours
  1834. DisplayName: Citizen
  1835. Reward:
  1836. Experience: 50
  1837. Money: 300
  1838. Item: diamond 16
  1839. Execute: 'say §0ALERT: §9PLAYER§6 has become §4CITIZEN§4!'
  1840. Display: Citizen
  1841. '672':
  1842. Goal: Play 1 month on the server.
  1843. Message: '&7You have played for 1 month on ObsidianPrime!'
  1844. Name: played_672_hours
  1845. DisplayName: Noble
  1846. Reward:
  1847. Experience: 50
  1848. Money: 300
  1849. Item: diamond 16
  1850. Execute: 'say §0ALERT: §9PLAYER§6 has become §4NOBLE§4!'
  1851. Display: Noble
  1852. '1344':
  1853. Goal: Play 2 months on the server.
  1854. Message: '&8You have played for 2 months on ObsidianPrime!'
  1855. Name: played_1344_hours
  1856. DisplayName: Royalty
  1857. Reward:
  1858. Experience: 50
  1859. Money: 300
  1860. Item: diamond 16
  1861. Execute: 'say §0ALERT: §9PLAYER§6 has become §4ROYALTY§4!'
  1862. Display: Royalty
  1863. '2688':
  1864. Goal: Play 4 months on the server.
  1865. Message: '&0You have played for 4 months on ObsidianPrime!'
  1866. Name: played_2688_hours
  1867. DisplayName: Obsidian God
  1868. Reward:
  1869. Experience: 50
  1870. Money: 300
  1871. Item: diamond 16
  1872. Execute: 'say §0ALERT: §9PLAYER§6 has become §4OBSIDIAN GOD§4!'
  1873. Display: Obsidian God
  1874. distancefoot:
  1875. '500':
  1876. Goal: Travel 500 blocks on foot.
  1877. Message: '&fYou traveled 500 blocks by foot!'
  1878. Name: traveled_500_blocks_on_foot
  1879. DisplayName: Starting Out
  1880. Reward:
  1881. Experience: 50
  1882. Money: 300
  1883. '1000':
  1884. Goal: Travel 1000 blocks on foot.
  1885. Message: '&eYou traveled 1000 blocks by foot!'
  1886. Name: traveled_1000_blocks_on_foot
  1887. DisplayName: On the Move
  1888. Reward:
  1889. Experience: 100
  1890. Money: 500
  1891. '2500':
  1892. Goal: Travel 2500 blocks on foot.
  1893. Message: '&9You traveled 2500 blocks by foot!'
  1894. Name: traveled_2500_blocks_on_foot
  1895. DisplayName: Going Places
  1896. Reward:
  1897. Experience: 200
  1898. Money: 750
  1899. '10000':
  1900. Goal: Travel 10000 blocks on foot.
  1901. Message: '&5You traveled 10000 blocks by foot!'
  1902. Name: traveled_10000_blocks_on_foot
  1903. DisplayName: Traveler
  1904. Reward:
  1905. Experience: 350
  1906. Money: 1500
  1907. '25000':
  1908. Goal: Travel 25000 blocks on foot.
  1909. Message: '&8You traveled 25000 blocks by foot!'
  1910. Name: traveled_25000_blocks_on_foot
  1911. DisplayName: Tourist
  1912. Reward:
  1913. Experience: 550
  1914. Money: 3000
  1915. '100000':
  1916. Goal: Travel 100000 blocks on foot.
  1917. Message: '&0You traveled 100000 blocks by foot!'
  1918. Name: traveled_100000_blocks_on_foot
  1919. DisplayName: Globetrotter
  1920. Reward:
  1921. Experience: 800
  1922. Money: 6000
  1923. Item: diamond 32
  1924. Execute: 'say §0ALERT: §9PLAYER§6 has become §4GLOBETROTTER§4!'
  1925. Display: Globetrotter
  1926. distancepig:
  1927. '100':
  1928. Goal: Travel 100 blocks on a Pig.
  1929. Message: '&eYou traveled 100 blocks on a Pig!'
  1930. Name: traveled_100_blocks_on_a_pig
  1931. DisplayName: Bacon Powered
  1932. Reward:
  1933. Experience: 50
  1934. Money: 300
  1935. '750':
  1936. Goal: Travel 750 blocks on a Pig.
  1937. Message: '&5You traveled 750 blocks on a Pig!'
  1938. Name: traveled_750_blocks_on_a_pig
  1939. DisplayName: Pigmobile
  1940. Reward:
  1941. Experience: 100
  1942. Money: 500
  1943. '2500':
  1944. Goal: Travel 2500 blocks on a Pig.
  1945. Message: '&0You traveled 2500 blocks on a Pig!'
  1946. Name: traveled_2500_blocks_on_a_pig
  1947. DisplayName: Pig With Wings
  1948. Reward:
  1949. Experience: 350
  1950. Money: 1500
  1951. Item: diamond 8
  1952. Execute: 'say §0ALERT: §9PLAYER§6 has become §4PIG WITH WINGS§4!'
  1953. Display: Pig With Wings
  1954. distancehorse:
  1955. '500':
  1956. Goal: Travel 500 blocks on horseback.
  1957. Message: '&eYou traveled 500 blocks on horseback!'
  1958. Name: traveled_500_blocks_on_horse
  1959. DisplayName: Bareback
  1960. Reward:
  1961. Experience: 50
  1962. Money: 300
  1963. '2500':
  1964. Goal: Travel 2500 blocks on horseback.
  1965. Message: '&9You traveled 2500 blocks on horseback!'
  1966. Name: traveled_2500_blocks_on_horse
  1967. DisplayName: Saddle Up
  1968. Reward:
  1969. Experience: 100
  1970. Money: 500
  1971. '7500':
  1972. Goal: Travel 7500 blocks on horseback.
  1973. Message: '&5You traveled 7500 blocks on horseback!'
  1974. Name: traveled_7500_blocks_on_horse
  1975. DisplayName: Jockey
  1976. Reward:
  1977. Experience: 200
  1978. Money: 750
  1979. '15000':
  1980. Goal: Travel 15000 blocks on horseback.
  1981. Message: '&0You traveled 15000 blocks on horseback!'
  1982. Name: traveled_15000_blocks_on_horse
  1983. DisplayName: Saddle Sore
  1984. Reward:
  1985. Experience: 550
  1986. Money: 3000
  1987. Item: diamond 8
  1988. Execute: 'say §0ALERT: §9PLAYER§6 has become §4SADDLE SORE§4!'
  1989. Display: Saddle Sore
  1990. distanceminecart:
  1991. '100':
  1992. Goal: Travel 100 blocks in a minecart.
  1993. Message: '&eYou traveled 100 blocks in a minecart!'
  1994. Name: traveled_100_blocks_on_minecart
  1995. DisplayName: Rider
  1996. Reward:
  1997. Experience: 50
  1998. Money: 300
  1999. '750':
  2000. Goal: Travel 750 blocks in a minecart.
  2001. Message: '&9You traveled 750 blocks in a minecart!'
  2002. Name: traveled_750_blocks_on_minecart
  2003. DisplayName: Cargo
  2004. Reward:
  2005. Experience: 100
  2006. Money: 500
  2007. '2500':
  2008. Goal: Travel 2500 blocks in a minecart.
  2009. Message: '&5You traveled 2500 blocks in a minecart!'
  2010. Name: traveled_2500_blocks_on_minecart
  2011. DisplayName: Rolling Along
  2012. Reward:
  2013. Experience: 350
  2014. Money: 1500
  2015. '7500':
  2016. Goal: Travel 7500 blocks in a minecart.
  2017. Message: '&0You traveled 7500 blocks in a minecart!'
  2018. Name: traveled_7500_blocks_on_minecart
  2019. DisplayName: Cart Sick
  2020. Reward:
  2021. Experience: 550
  2022. Money: 3000
  2023. Item: diamond 8
  2024. Execute: 'say §0ALERT: §9PLAYER§6 has become §4CART SICK§4!'
  2025. Display: Cart Sick
  2026. distanceboat:
  2027. '250':
  2028. Goal: Travel 250 blocks in a boat.
  2029. Message: '&eYou traveled 250 blocks in a boat!'
  2030. Name: traveled_250_blocks_on_boat
  2031. DisplayName: Seasick
  2032. Reward:
  2033. Experience: 50
  2034. Money: 300
  2035. '750':
  2036. Goal: Travel 750 blocks in a boat.
  2037. Message: '&9You traveled 750 blocks in a boat!'
  2038. Name: traveled_750_blocks_on_boat
  2039. DisplayName: Overboard
  2040. Reward:
  2041. Experience: 100
  2042. Money: 500
  2043. '1500':
  2044. Goal: Travel 1500 blocks in a boat.
  2045. Message: '&5You traveled 1500 blocks in a boat!'
  2046. Name: distanceboat_1500
  2047. DisplayName: Keel Hauled
  2048. Reward:
  2049. Experience: 200
  2050. Money: 750
  2051. '5000':
  2052. Goal: Travel 5000 blocks in a boat.
  2053. Message: '&0You traveled 5000 blocks in a boat!'
  2054. Name: traveled_5000_blocks_on_boat
  2055. DisplayName: Ship Wrecked
  2056. Reward:
  2057. Experience: 550
  2058. Money: 3000
  2059. Item: diamond 8
  2060. Execute: 'say §0ALERT: §9PLAYER§6 has become §4SHIP WRECKED§4!'
  2061. Display: Ship Wrecked
  2062. itemdrops:
  2063. '10':
  2064. Goal: Drop 10 items.
  2065. Message: '&eYou dropped 10 items!'
  2066. Name: dropped_10_items
  2067. DisplayName: Litterbug
  2068. Reward:
  2069. Experience: 50
  2070. Money: 300
  2071. '100':
  2072. Goal: Drop 100 items.
  2073. Message: '&9You dropped 100 items!'
  2074. Name: dropped_100_items
  2075. DisplayName: Polluter
  2076. Reward:
  2077. Experience: 100
  2078. Money: 500
  2079. '1000':
  2080. Goal: Drop 1000 items.
  2081. Message: '&5You dropped 1000 items!'
  2082. Name: dropped_1000_items
  2083. DisplayName: Dumping
  2084. Reward:
  2085. Experience: 200
  2086. Money: 750
  2087. '5000':
  2088. Goal: Drop 5000 items.
  2089. Message: '&8You dropped 5000 items!'
  2090. Name: dropped_5000_items
  2091. DisplayName: Wildlife Killer
  2092. Reward:
  2093. Experience: 350
  2094. Money: 1500
  2095. '10000':
  2096. Goal: Drop 10000 items.
  2097. Message: '&0You dropped 10000 items!'
  2098. Name: dropped_10000_items
  2099. DisplayName: Planet Destroyer
  2100. Reward:
  2101. Experience: 800
  2102. Money: 6000
  2103. Item: diamond 32
  2104. Execute: 'say §0ALERT: §9PLAYER§6 has become §4PLANET DESTROYER§4!'
  2105. Display: Planet Destroyer
  2106. itempickups:
  2107. '10':
  2108. Goal: Pick up 10 items.
  2109. Message: '&eYou picked up 10 items!'
  2110. Name: picked_up_10_items
  2111. DisplayName: One Piece at a Time
  2112. Reward:
  2113. Experience: 50
  2114. Money: 300
  2115. '100':
  2116. Goal: Pick up 100 items.
  2117. Message: '&9You picked up 100 items!'
  2118. Name: picked_up_100_items
  2119. DisplayName: Community Service
  2120. Reward:
  2121. Experience: 100
  2122. Money: 500
  2123. '1000':
  2124. Goal: Pick up 1000 items.
  2125. Message: '&5You picked up 1000 items!'
  2126. Name: picked_up_1000_items
  2127. DisplayName: Environmentalist
  2128. Reward:
  2129. Experience: 200
  2130. Money: 750
  2131. '5000':
  2132. Goal: Pick up 5000 items.
  2133. Message: '&0You picked up 5000 items!'
  2134. Name: picked_up_5000_items
  2135. DisplayName: Saved the Planet
  2136. Reward:
  2137. Experience: 550
  2138. Money: 3000
  2139. Item: diamond 16
  2140. Execute: 'say §0ALERT: §9PLAYER§6 has become §4SAVED THE PLANET§4!'
  2141. Display: Saved the Planet
  2142. hoeplowings:
  2143. '10':
  2144. Goal: Plow the dirt 10 times.
  2145. Message: '&eYou plowed the dirt 10 times!'
  2146. Name: hoeplowings_10
  2147. DisplayName: Tiller
  2148. Reward:
  2149. Experience: 50
  2150. Money: 300
  2151. '50':
  2152. Goal: Plow the dirt 50 times.
  2153. Message: '&9You plowed the dirt 50 times!'
  2154. Name: hoeplowings_50
  2155. DisplayName: Seed Sower
  2156. Reward:
  2157. Experience: 100
  2158. Money: 500
  2159. '150':
  2160. Goal: Plow the dirt 150 times.
  2161. Message: '&5You plowed the dirt 150 times!'
  2162. Name: hoeplowings_150
  2163. DisplayName: Farmer
  2164. Reward:
  2165. Experience: 200
  2166. Money: 750
  2167. '300':
  2168. Goal: Plow the dirt 300 times.
  2169. Message: '&8You plowed the dirt 300 times!'
  2170. Name: hoeplowings_300
  2171. DisplayName: Cultivator
  2172. Reward:
  2173. Experience: 350
  2174. Money: 1500
  2175. '750':
  2176. Goal: Plow the dirt 750 times.
  2177. Message: '&0You plowed the dirt 750 times!'
  2178. Name: hoeplowings_750
  2179. DisplayName: Botanist
  2180. Reward:
  2181. Experience: 550
  2182. Money: 3000
  2183. Item: diamond 8
  2184. Execute: 'say §0ALERT: §9PLAYER§6 has become §4BOTANIST§4!'
  2185. Display: Botanist
  2186. fertilising:
  2187. '10':
  2188. Goal: Use bonemeal 10 times.
  2189. Message: '&eYou used bonemeal 10 times!'
  2190. Name: fertilising_10
  2191. DisplayName: Growing Better
  2192. Reward:
  2193. Experience: 50
  2194. Money: 300
  2195. '50':
  2196. Goal: Use bonemeal 50 times.
  2197. Message: '&9You used bonemeal 50 times!'
  2198. Name: fertilising_50
  2199. DisplayName: Making em Bigger
  2200. Reward:
  2201. Experience: 100
  2202. Money: 500
  2203. '150':
  2204. Goal: Use bonemeal 150 times.
  2205. Message: '&5You used bonemeal 150 times!'
  2206. Name: fertilising_150
  2207. DisplayName: The White Stuff
  2208. Reward:
  2209. Experience: 200
  2210. Money: 750
  2211. '300':
  2212. Goal: Use bonemeal 300 times.
  2213. Message: '&8You used bonemeal 300 times!'
  2214. Name: fertilising_300
  2215. DisplayName: Better Crops
  2216. Reward:
  2217. Experience: 350
  2218. Money: 1500
  2219. '750':
  2220. Goal: Use bonemeal 750 times.
  2221. Message: '&0You used bonemeal 750 times!'
  2222. Name: fertilising_750
  2223. DisplayName: Fertiliser
  2224. Reward:
  2225. Experience: 550
  2226. Money: 3000
  2227. Item: diamond 8
  2228. Execute: 'say §0ALERT: §9PLAYER§6 has become §4FERTILISER§4!'
  2229. Display: Fertiliser
  2230. taming:
  2231. '1':
  2232. Goal: Tame 1 animal.
  2233. Message: '&eYou tamed 1 animal!'
  2234. Name: taming_1
  2235. DisplayName: Owner
  2236. Reward:
  2237. Experience: 50
  2238. Money: 300
  2239. '10':
  2240. Goal: Tame 10 animals.
  2241. Message: '&9You tamed 10 animals!'
  2242. Name: taming_10
  2243. DisplayName: Tamer
  2244. Reward:
  2245. Experience: 100
  2246. Money: 500
  2247. '50':
  2248. Goal: Tame 50 animals.
  2249. Message: '&5You tamed 50 animals!'
  2250. Name: taming_50
  2251. DisplayName: Puppy Mill
  2252. Reward:
  2253. Experience: 350
  2254. Money: 1500
  2255. '150':
  2256. Goal: Tame 150 animals.
  2257. Message: '&8You tamed 150 animals!'
  2258. Name: taming_150
  2259. DisplayName: Crazy Cat Lady
  2260. Reward:
  2261. Experience: 550
  2262. Money: 3000
  2263. '300':
  2264. Goal: Tame 300 animals.
  2265. Message: '&0You tamed 300 animals!'
  2266. Name: taming_300
  2267. DisplayName: Beastmaster
  2268. Reward:
  2269. Experience: 800
  2270. Money: 6000
  2271. Item: diamond 32
  2272. Execute: 'say §0ALERT: §9PLAYER§6 has become §4BEASTMASTER§4!'
  2273. Display: Beastmaster
  2274. brewing:
  2275. '3':
  2276. Goal: Brew 3 potions.
  2277. Message: '&fYou brewed 3 potions!'
  2278. Name: brewing_3
  2279. DisplayName: Chemist
  2280. Reward:
  2281. Experience: 50
  2282. Money: 300
  2283. '30':
  2284. Goal: Brew 30 potions.
  2285. Message: '&eYou brewed 30 potions!'
  2286. Name: brewing_30
  2287. DisplayName: Chemist
  2288. Reward:
  2289. Experience: 100
  2290. Money: 500
  2291. '60':
  2292. Goal: Brew 60 potions.
  2293. Message: '&9You brewed 60 potions!'
  2294. Name: brewing_60
  2295. DisplayName: Chemist
  2296. Reward:
  2297. Experience: 200
  2298. Money: 750
  2299. '120':
  2300. Goal: Brew 120 potions.
  2301. Message: '&5You brewed 120 potions!'
  2302. Name: brewing_120
  2303. DisplayName: Chemist
  2304. Reward:
  2305. Experience: 350
  2306. Money: 1500
  2307. '240':
  2308. Goal: Brew 240 potions.
  2309. Message: '&8You brewed 240 potions!'
  2310. Name: brewing_240
  2311. DisplayName: Chemist
  2312. Reward:
  2313. Experience: 550
  2314. Money: 3000
  2315. '480':
  2316. Goal: Brew 480 potions.
  2317. Message: '&0You brewed 480 potions!'
  2318. Name: brewing_480
  2319. DisplayName: Alchemist
  2320. Reward:
  2321. Experience: 800
  2322. Money: 6000
  2323. Item: diamond 32
  2324. Execute: 'say §0ALERT: §9PLAYER§6 has become §4ALCHEMIST§4!'
  2325. Display: Alchemist
  2326. enderpearls:
  2327. '1':
  2328. Goal: Teleport 1 time with an enderpearl.
  2329. Message: '&eYou teleported 1 time with an enderpearl!'
  2330. Name: enderpearls_1
  2331. DisplayName: Stick Figure
  2332. Reward:
  2333. Experience: 50
  2334. Money: 300
  2335. '10':
  2336. Goal: Teleport 10 times with an enderpearl.
  2337. Message: '&9You teleported 10 times with an enderpearl!'
  2338. Name: enderpearls_10
  2339. DisplayName: Slenderman
  2340. Reward:
  2341. Experience: 100
  2342. Money: 500
  2343. '100':
  2344. Goal: Teleport 100 times with an enderpearl.
  2345. Message: '&5You teleported 100 times with an enderpearl!'
  2346. Name: enderpearls_100
  2347. DisplayName: Psychic
  2348. Reward:
  2349. Experience: 200
  2350. Money: 750
  2351. '300':
  2352. Goal: Teleport 300 times with an enderpearl.
  2353. Message: '&0You teleported 300 times with an enderpearl!'
  2354. Name: enderpearls_300
  2355. DisplayName: Teleporter
  2356. Reward:
  2357. Experience: 550
  2358. Money: 3000
  2359. Item: diamond 16
  2360. Execute: 'say §0ALERT: §9PLAYER§6 has become §4TELEPORTER§4!'
  2361. Display: Teleporter
  2362. smelting:
  2363. '10':
  2364. Goal: Smelt 10 items in a furnace.
  2365. Message: '&eYou smelted 10 items in a furnace!'
  2366. Name: smelting_10
  2367. DisplayName: Apprentice
  2368. Reward:
  2369. Experience: 50
  2370. Money: 300
  2371. '100':
  2372. Goal: Smelt 100 items in a furnace.
  2373. Message: '&9You smelted 100 items in a furnace!'
  2374. Name: smelting_100
  2375. DisplayName: Journeyman
  2376. Reward:
  2377. Experience: 100
  2378. Money: 500
  2379. '500':
  2380. Goal: Smelt 500 items in a furnace.
  2381. Message: '&5You smelted 500 items in a furnace!'
  2382. Name: smelting_500
  2383. DisplayName: Smelter
  2384. Reward:
  2385. Experience: 200
  2386. Money: 750
  2387. '1000':
  2388. Goal: Smelt 1000 items in a furnace.
  2389. Message: '&8You smelted 1000 items in a furnace!'
  2390. Name: smelting_1000
  2391. DisplayName: Master Smelter
  2392. Reward:
  2393. Experience: 550
  2394. Money: 3000
  2395. '5000':
  2396. Goal: Smelt 5000 items in a furnace.
  2397. Message: '&0You smelted 5000 items in a furnace!'
  2398. Name: smelting_5000
  2399. DisplayName: I Smelt Good
  2400. Reward:
  2401. Experience: 800
  2402. Money: 6000
  2403. Item: diamond 16
  2404. Execute: 'say §0ALERT: §9PLAYER§6 has become §4I SMELT GOOD§4!'
  2405. Display: I Smelt Good
  2406.  
  2407. #===========================OOOOOOO===========================#
  2408. # VII-----------------------------------------------------VII #
  2409. # | Command-based achievements | #
  2410. # 7---------------------------------------------------------7 #
  2411. #===========================ooooooo===========================#
  2412. # When the command /aach add is called for this category.
  2413. Custom:
  2414. votes:
  2415. '10':
  2416. Message: Vote 10 times for the server!
  2417. Name: customs_votes_10
  2418. DisplayName: Server fan
  2419. Reward:
  2420. Money: 5
  2421.  
  2422. #==========================OOOO=OOOO==========================#
  2423. # VIII---------------------------------------------------VIII #
  2424. # | Parameters in future plugin versions will appear here | #
  2425. # 8---------------------------------------------------------8 #
  2426. #==========================oooo=oooo==========================#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement