Guest User

Untitled

a guest
Nov 27th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.63 KB | None | 0 0
  1. #==============================O==============================#
  2. # I---------------------------------------------------------I #
  3. # | Advanced Achievements 4.0 configuration - Readme | #
  4. # 1---------------------------------------------------------1 #
  5. #==============================o==============================#
  6.  
  7. # You can use Minecraft chat colors in Message|DisplayName|Goal, but include '' around the whole text: '&4Color'.
  8. # When using colours, you must also double apostrophes: '&2I''ve doubled apostrophes!'.
  9. # Only spaces, no tabs. Don't forget the indents, plugin won't work otherwise!
  10. # To check your file, use: yaml-online-parser.appspot.com
  11. # Do NOT delete any main achievement sections in the configuration file.
  12. # Possible items for rewards/Crafts/Places/Breaks: hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  13. # Possible mobs for the Kills section: hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
  14. # Default config.yml file: github.com/PyvesB/AdvancedAchievements/blob/master/src/main/resources/config.yml
  15. # Visit the wiki for some additional documentation: github.com/PyvesB/AdvancedAchievements/wiki
  16.  
  17. #=============================O=O=============================#
  18. # II-------------------------------------------------------II #
  19. # | General settings | #
  20. # 2---------------------------------------------------------2 #
  21. #=============================o=o=============================#
  22.  
  23. # Time in seconds between each /aach book.
  24. TimeBook: 900
  25.  
  26. # Time in seconds between each /aach list.
  27. TimeList: 0
  28.  
  29. # Check for update on plugin launch and notify when an OP joins the game.
  30. CheckForUpdate: false
  31.  
  32. # Set to true to activate firework effects when a player receives an achievement.
  33. Firework: true
  34.  
  35. # Choose BALL_LARGE, BALL, BURST, CREEPER or STAR.
  36. FireworkStyle: BALL_LARGE
  37.  
  38. # Number of players displayed in /aach top, week and month commands.
  39. TopList: 5
  40.  
  41. # Set to true to activate particle effects when receiving book and for players in top list.
  42. AdditionalEffects: true
  43.  
  44. # Set to true to activate sound effects when receiving book and for players in 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. ChatNotify: truw
  55.  
  56. # Separator between name, description and date on a book page.
  57. BookSeparator: ''
  58.  
  59. # Set the format of the achievement name in /aach list (default: '%ICON% %NAME% %ICON%').
  60. ListAchievementFormat: '%ICON% %NAME% %ICON%'
  61.  
  62. # Stop all stats from increasing when player in creative mode, including PlayedTime.
  63. # Connection achievements will only be handled once a player switches to a non-creative mode.
  64. RestrictCreative: false
  65.  
  66. # Stop all stats from increasing when player in a specific world, including PlayedTime (delete the [] before using).
  67. # Connection achievements will only be handled once a player enters a non-excluded world.
  68. ExcludedWorlds:
  69. - Dev
  70.  
  71. # Ignore vertical dimension (Y axis) when calculating distance statistics.
  72. IgnoreVerticalDistance: false
  73.  
  74. # Don't show these categories in the achievement GUI or in the stats output (delete the [] before using).
  75. # Also prevent obtaining achievements for these categories and prevent stats from increasing.
  76. # If changed, do a full server reload, and not just /aach reload.
  77. DisabledCategories: []
  78. # - Beds
  79. # - ItemBreaks
  80. # - Crafts
  81.  
  82. # Obfuscate achievements that have not yet been received in /aach list.
  83. ObfuscateNotReceived: false
  84.  
  85. # Obfuscate progressive achievements:
  86. # For categories with a series of related achievements where the only thing changing is the number of times
  87. # the event has occurred, show achievements that have been obtained and show the next obtainable achievement,
  88. # but obfuscate the additional achievements. In order for this to work properly, achievements must be sorted
  89. # in order of increasing difficulty. For example, under Places, stone, the first achievement could have a
  90. # target of 100 stone, the second 500 stone, and the third 1000 stone. When ObfuscateProgressiveAchievements
  91. # is true, initially only the 100 stone achievement will be readable in the GUI. Once 100 stone have been placed,
  92. # the 500 stone achievement will become legible.
  93. ObfuscateProgressiveAchievements: true
  94.  
  95. # Hide categories with no achievements yet received in /aach list.
  96. HideNotReceivedCategories: true
  97.  
  98. # Hide the reward display in /aach list.
  99. HideRewardDisplayInList: true
  100.  
  101. # Display precise statistic information in the /aach list progress bars.
  102. EnrichedListProgressBars: true
  103.  
  104. # Display achievement name and description as screen titles.
  105. TitleScreen: true
  106.  
  107. # Sort pages of the book in chronological order (false for reverse chronological order).
  108. BookChronologicalOrder: true
  109.  
  110. # Do not take into account items broken with Silk Touch for the Breaks achievements.
  111. DisableSilkTouchBreaks: false
  112.  
  113. # Do not take into account ores broken with Silk Touch for the Breaks achievements.
  114. # DisableSilkTouchBreaks takes precedence over this. Not applicable to iron or gold ores.
  115. DisableSilkTouchOreBreaks: false
  116.  
  117. # Name of the language file.
  118. LanguageFileName: 'lang.yml'
  119.  
  120. # Time in seconds between each statistic count for the following categories.
  121. # LavaBuckets, WaterBuckets, Beds, Brewing, MusicDiscs.
  122. StatisticCooldown: 10
  123.  
  124. # Display action bar message when player does an action while in the cooldown period.
  125. CooldownActionBar: true
  126.  
  127. #=============================OOO=============================#
  128. # III-----------------------------------------------------III #
  129. # | Database settings | #
  130. # 3---------------------------------------------------------3 #
  131. #=============================ooo=============================#
  132.  
  133. # Make a daily backup of your local database (if sqlite).
  134. DatabaseBackup: true
  135.  
  136. # Database type, sqlite, postgresql or mysql. Do a full server reload or restart to make this effective.
  137. DatabaseType: sqlite
  138.  
  139. # Prefix added to the tables in the database. If you switch from the default tables names (no prefix),
  140. # the plugin will attempt an automatic renaming. Otherwise you have to rename your tables manually.
  141. # Do a full server reload or restart to make this effective.
  142. TablePrefix: ''
  143.  
  144. # Settings to link with MySQL database (ignore if sqlite or postgresql).
  145. MYSQL:
  146. Database: 'jdbc:mysql://localhost:3306/minecraft'
  147. User: root
  148. Password: root
  149.  
  150. # Settings to link with PostgresSQL database (ignore if sqlite or mysql).
  151. POSTGRESQL:
  152. Database: 'jdbc:postgresql://localhost:5432/minecraft'
  153. User: root
  154. Password: root
  155.  
  156. #============================OO=OO============================#
  157. # IV-------------------------------------------------------IV #
  158. # | Performance settings | #
  159. # 4---------------------------------------------------------4 #
  160. #============================oo=oo============================#
  161.  
  162. # DO NOT CHANGE THE FOLLOWING UNLESS YOU ARE AN EXPERIENCED USER. The intervals are in seconds.
  163. # If any of the performance settings are changed, do a full server reload, and not just /aach reload.
  164. # Frequency of play time checks for players. Smaller values give more precision but more CPU usage.
  165. PlaytimeTaskInterval: 60
  166.  
  167. # Calculates distance traveled by players. Smaller values give more precision but more CPU usage.
  168. DistanceTaskInterval: 5
  169.  
  170. # Frequency of some statistics writes to the database.
  171. PooledRequestsTaskInterval: 60
  172.  
  173. # Enable multithreading for database write operations.
  174. AsyncPooledRequestsSender: true
  175.  
  176. #============================OOOOO============================#
  177. # V---------------------------------------------------------V #
  178. # | Action achievements | #
  179. # 5---------------------------------------------------------5 #
  180. #============================ooooo============================#
  181.  
  182. # When a player connects during the day; statistic increases at most once per day.
  183. Connections:
  184. '1':
  185. Message: 'You connected to Velgar for the first time!'
  186. Name: connect_1
  187. DisplayName: Good Choice
  188.  
  189. # When a specific block is placed (specify material name, lower case).
  190. Places:
  191. smooth_brick:
  192. '1000':
  193. # Used in /aach list when achievement not yet received.
  194. Goal: 'Place 1000 stone bricks.'
  195. # Description; displayed when receiving achievement, and in /aach book and /aach list.
  196. Message: '&4You have placed 1000 stone bricks!'
  197. # Database name, must also be used in /aach delete and /aach check.
  198. Name: place_1000_smooth_brick
  199. # Name; displayed when receiving achievement, and in /aach book and /aach list.
  200. DisplayName: 'Stone Brick Layer'
  201. Reward:
  202. Money: 300
  203. '2500':
  204. Goal: 'Place 2500 stone bricks.'
  205. Message: '&4You have placed 2500 stone bricks!'
  206. Name: place_2500_smooth_brick
  207. DisplayName: 'Stone Brick Architect'
  208. Reward:
  209. Money: 1000
  210. stone:
  211. '100':
  212. Message: '&4One hundred placed stones!'
  213. Name: place_100_stone
  214. DisplayName: 'Stone Addict'
  215. Reward:
  216. Money: 25
  217. '1000':
  218. Message: '&4One thousand placed stones!'
  219. Name: place_1000_stone
  220. DisplayName: 'Stone Guru'
  221. Reward:
  222. Money: 300
  223. '2500':
  224. Message: '&4Two thousand five hundred placed stones!'
  225. Name: place_2500_stone
  226. DisplayName: 'Stone Master'
  227. Reward:
  228. Money: 1000
  229. '5000':
  230. Message: '&4Five Thousand placed stones!'
  231. Name: place_2500_stone
  232. DisplayName: 'Stone God'
  233. Reward:
  234. Money: 2500
  235.  
  236. # When a specific block is broken (specify material name, lower case).
  237. # Below, the notation sand:1 means sand item with metadata 1 (red sand).
  238. #Breaks:
  239. # sand:1:
  240. # '10':
  241. # Message: '&cYou have collected 10 red sand blocks!'
  242. # Name: break_10_sand1
  243. # DisplayName: Red Sand Fan
  244. # stone:
  245. # '1':
  246. # Message: '&1The first time you went mining!'
  247. # Name: break_1_stone
  248. # DisplayName: Cobble!
  249. # # Use semicolons for multiple command rewards. PLAYER will be replaced by player's name.
  250. # Reward:
  251. # Command: give PLAYER 158 10; give PLAYER 126 5
  252. #
  253. # When a specific mob is killed (specify an entity name or poweredcreeper or player, lower case).
  254. Kills:
  255. zombie:
  256. '10':
  257. Message: '&8The first time you killed a few zombies!'
  258. DisplayName: 'A new Beginning'
  259. Name: kills_10_zombie
  260. Reward:
  261. Money: 50
  262. '50':
  263. Message: '&8The 50 pack of zombies!'
  264. DisplayName: 'Undead Blender'
  265. Name: kills_50_zombie
  266. Reward:
  267. Money: 100
  268. '100':
  269. Message: '&8You reached 100 zombie corpses!'
  270. DisplayName: 'Corpse Crusher'
  271. Name: kills_100_zombie
  272. Reward:
  273. Money: 250
  274. '250':
  275. Message: '&8What? 250 Zombies!'
  276. DisplayName: 'The Walking Dead'
  277. Name: kills_250_zombie
  278. Reward:
  279. Money: 500
  280. skeleton:
  281. '10':
  282. Message: '&8The first time you killed a few skellies!'
  283. DisplayName: 'Bones Jones'
  284. Name: kills_10_skeleton
  285. Reward:
  286. Money: 50
  287. '50':
  288. Message: '&8You killed 50 skellies!'
  289. DisplayName: 'Dog Bones'
  290. Name: kills_50_skeleton
  291. Reward:
  292. Money: 100
  293. '100':
  294. Message: '&8You killed 100 skellies!'
  295. DisplayName: 'Make a Wish-bone'
  296. Name: kills_100_skeleton
  297. Reward:
  298. Money: 250
  299. '250':
  300. Message: '&8It is only 250 Skellies!'
  301. DisplayName: 'Its Crunch Time'
  302. Name: kills_250_skeleton
  303. Reward:
  304. Money: 500
  305. creeper:
  306. '10':
  307. Message: '&8The first time you killed a few creepers!'
  308. DisplayName: 'Creeping Tom'
  309. Name: kills_10_creeper
  310. Reward:
  311. Money: 50
  312. '50':
  313. Message: '&8You managed to kill 50 Creepers!'
  314. DisplayName: 'Ka-Boom'
  315. Name: kills_50_creeper
  316. Reward:
  317. Money: 100
  318. '100':
  319. Message: '&8You managed to kill 100 Creepers!'
  320. DisplayName: 'Psssssst'
  321. Name: kills_100_creeper
  322. Reward:
  323. Money: 250
  324. '250':
  325. Message: '&8You managed to kill 250 Creepers!'
  326. DisplayName: 'You Are The BOMB'
  327. Name: kills_250_creeper
  328. Reward:
  329. Money: 500
  330. spider:
  331. '10':
  332. Message: '&8The first time you killed a few spiders!'
  333. DisplayName: 'Stick it to Em'
  334. Name: kills_10_spider
  335. Reward:
  336. Money: 50
  337. '50':
  338. Message: '&8You smashed 50 spiders!'
  339. DisplayName: 'Stick it to You'
  340. Name: kills_50_spider
  341. Reward:
  342. Money: 100
  343. '100':
  344. Message: '&8You smashed 100 spiders!'
  345. DisplayName: 'Eyes of Death'
  346. Name: kills_100_spider
  347. Reward:
  348. Money: 250
  349. '250':
  350. Message: '&8You smashed 250 spiders!'
  351. DisplayName: 'Spider Killer'
  352. Name: kills_250_spider
  353. Reward:
  354. Money: 500
  355.  
  356. # When a specific item is crafted (specify material name, lower case).
  357. #Crafts:
  358. # diamond_sword:
  359. # '1':
  360. # Message: The first time you crafted a blade!
  361. # Name: craft_1_blade
  362. # DisplayName: Blacksmith Apprentice
  363. # Reward:
  364. # Money: 2
  365.  
  366. # When the player dies.
  367. Deaths:
  368. '1':
  369. Message: The first time you died!
  370. Name: deaths_1
  371. DisplayName: 'Rest in Peace'
  372.  
  373. # When an arrow is shot.
  374. Arrows:
  375. '50':
  376. Message: '50 arrows shot!'
  377. Name: arrows_50
  378. DisplayName: 'Arrows Around the Place'
  379.  
  380. # When a snowball is thrown.
  381. Snowballs:
  382. '1000':
  383. Message: '1000 snowballs thrown. That''s the spirit!'
  384. Name: snowballs_1000
  385. DisplayName: 'Winter Addict'
  386. Reward:
  387. Command: give PLAYER 332 64
  388.  
  389. # When an egg is thrown.
  390. Eggs:
  391. '1000':
  392. Message: '1000 eggs thrown!'
  393. Name: eggs_1000
  394. DisplayName: 'Omelet Addict'
  395. Reward:
  396. Command: give PLAYER 344 64
  397.  
  398. # When a fish is caught.
  399. Fish:
  400. '1':
  401. Message: The first time you caught a fish!
  402. Name: fish_1
  403. DisplayName: 'Time for Fish and Chips'
  404.  
  405. # When a treasure is caught with a fishing rod.
  406. Treasures:
  407. '1':
  408. Message: Your first treasure from the sea!
  409. Name: treasure_1
  410. DisplayName: 'Treasure Hunter'
  411.  
  412. # When a tool/armor/weapon is broken.
  413. ItemBreaks:
  414. '1':
  415. Message: You broke your favorite tool!
  416. Name: itembreaks_1
  417. DisplayName: '&4Clumsy Guy'
  418. # When an item is eaten (excludes potions and milk).
  419. EatenItems:
  420. '1':
  421. Message: Just had a snack!
  422. Name: eatenitems_1
  423. DisplayName: 'First Snack'
  424.  
  425. # When a sheep is sheared.
  426. Shear:
  427. '100':
  428. Message: 100 sheep sheared!
  429. Name: shear_100
  430. DisplayName: '&1Wool Addict'
  431.  
  432. # When a cow is milked.
  433. Milk:
  434. '1':
  435. Message: Just milked a cow!
  436. Name: milk_1
  437. DisplayName: 'First Milk'
  438.  
  439. # When a bucket is filled with lava.
  440. LavaBuckets:
  441. '10':
  442. Message: 10 buckets filled with lava!
  443. Name: lavabuckets_10
  444. DisplayName: 'Pyroman'
  445.  
  446. # When a bucket is filled with water.
  447. WaterBuckets:
  448. '15':
  449. Message: 15 buckets filled with water!
  450. Name: waterbuckets_15
  451. DisplayName: 'Fireman'
  452.  
  453. # When a trade with a villager is made.
  454. Trades:
  455. '1':
  456. Message: Doing business with your first villager!
  457. Name: trades_1
  458. DisplayName: 'First Trade'
  459.  
  460. # When an anvil is used.
  461. AnvilsUsed:
  462. '1':
  463. Message: You just repaired your first item!
  464. Name: anvilsused_1
  465. DisplayName: 'First Repair'
  466.  
  467. # When an enchantment is performed.
  468. Enchantments:
  469. '5':
  470. Message: 5 objects enchanted!
  471. Name: enchantments_5
  472. DisplayName: '&5Wizard'
  473.  
  474. # When a bed is entered.
  475. Beds:
  476. '5':
  477. Message: You entered a bed 5 times!
  478. Name: bed_5
  479. DisplayName: 'Sleepy guy'
  480.  
  481. # Maximum level reached.
  482. MaxLevel:
  483. '10':
  484. Message: Level 10 reached!
  485. Name: maxlevel_10
  486. DisplayName: '&4Rookie'
  487.  
  488. # When a potion is consumed.
  489. ConsumedPotions:
  490. '100':
  491. Message: Drinking weird beverages all the time...
  492. Name: consumedpotions_100
  493. DisplayName: 'Alcoholic'
  494.  
  495. # Amount of time played on the server (in hours, use integers).
  496. PlayedTime:
  497. '1':
  498. Message: You played during one hour on the server!
  499. Name: playedtime_1
  500. DisplayName: 'First Hour'
  501. Reward:
  502. Money: 50
  503. '6':
  504. Message: You played during six hours on the server!
  505. Name: playedtime_6
  506. DisplayName: 'First_Six_Hours'
  507. Reward:
  508. Money: 250
  509. '12':
  510. Message: You played during twelve hours on the server!
  511. Name: playedtime_12
  512. DisplayName: 'First Twelve Hours'
  513. Reward:
  514. Money: 600
  515. '24':
  516. Message: You played during one day on the server!
  517. Name: playedtime_24
  518. DisplayName: 'First Complete Day'
  519. Reward:
  520. Money: 1200
  521. '48':
  522. Message: You played during two days on the server!
  523. Name: playedtime_48
  524. DisplayName: 'First Two Days'
  525. Reward:
  526. Money: 2400
  527. '72':
  528. Message: You played during three days on the server!
  529. Name: playedtime_72
  530. DisplayName: 'First Three Days'
  531. Reward:
  532. Money: 3600
  533. '120':
  534. Message: You played during five days on the server!
  535. Name: playedtime_120
  536. DisplayName: 'First Five Days'
  537. Reward:
  538. Money: 6000
  539. '144':
  540. Message: You played during week on the server!
  541. Name: playedtime_144
  542. DisplayName: 'First Week'
  543. Reward:
  544. Money: 8400
  545.  
  546. # When a distance is traveled by foot.
  547. DistanceFoot:
  548. '1000':
  549. Message: You traveled 1000 blocks by foot!
  550. Name: distancefoot_1000
  551. DisplayName: 'Big Walker'
  552. DistanceFoot:
  553. '5000':
  554. Message: You traveled 5000 blocks by foot!
  555. Name: distancefoot_5000
  556. DisplayName: 'Heavy Footer'
  557. DistanceFoot:
  558. '10000':
  559. Message: You traveled 10000 blocks by foot!
  560. Name: distancefoot_10000
  561. DisplayName: 'Sore Feet'
  562. DistanceFoot:
  563. '25000':
  564. Message: You traveled 25000 blocks by foot!
  565. Name: distancefoot_25000
  566. DisplayName: 'Long Distance Jogger'
  567. Reward:
  568. Money: 10000
  569.  
  570. # When a distance is traveled on a pig.
  571. DistancePig:
  572. '100':
  573. Message: You traveled 100 blocks on a pig!
  574. Name: distancepig_100
  575. DisplayName: 'Carrot on a Stick Master'
  576. DistancePig:
  577. '250':
  578. Message: You traveled 250 blocks on a pig!
  579. Name: distancepig_250
  580. DisplayName: 'Carrot on a Stick Master2'
  581. DistancePig:
  582. '500':
  583. Message: You traveled 500 blocks on a pig!
  584. Name: distancepig_500
  585. DisplayName: 'Carrot on a Stick Master3'
  586. Reward:
  587. Money: 1500
  588.  
  589. # When a distance is traveled on a horse.
  590. DistanceHorse:
  591. '500':
  592. Message: You traveled 500 blocks on a horse!
  593. Name: distancehorse_500
  594. DisplayName: 'The Avener'
  595. DistanceHorse:
  596. '1000':
  597. Message: You traveled 1000 blocks on a horse!
  598. Name: distancehorse_1000
  599. DisplayName: 'The Horse Rider'
  600. DistanceHorse:
  601. '2500':
  602. Message: You traveled 2500 blocks on a horse!
  603. Name: distancehorse_2500
  604. DisplayName: 'The Jockey'
  605. Reward:
  606. Money: 2500
  607.  
  608. # When a distance is traveled in a minecart.
  609. DistanceMinecart:
  610. '100':
  611. Message: You traveled 100 blocks in a minecart!
  612. Name: distanceminecart_100
  613. DisplayName: 'Carting Fan'
  614. DistanceMinecart:
  615. '250':
  616. Message: You traveled 250 blocks in a minecart!
  617. Name: distanceminecart_250
  618. DisplayName: 'Carting Fan Novice'
  619. DistanceMinecart:
  620. '500':
  621. Message: You traveled 500 blocks in a minecart!
  622. Name: distanceminecart_500
  623. DisplayName: 'Carting Fan Junior'
  624. DistanceMinecart:
  625. '1000':
  626. Message: You traveled 1000 blocks in a minecart!
  627. Name: distanceminecart_1000
  628. DisplayName: 'Carting Fan Pro'
  629. DistanceMinecart:
  630. '2500':
  631. Message: You traveled 2500 blocks in a minecart!
  632. Name: distanceminecart_2500
  633. DisplayName: 'Carting Fan Master'
  634. Reward:
  635. Money: 10000
  636.  
  637. # When a distance is traveled in a boat.
  638. DistanceBoat:
  639. '250':
  640. Message: You traveled 250 blocks in a boat!
  641. Name: distanceboat_250
  642. DisplayName: 'Great Sailor'
  643. '500':
  644. Message: You traveled 500 blocks in a boat!
  645. Name: distanceboat_500
  646. DisplayName: 'Great Sailor Novice'
  647. '1000':
  648. Message: You traveled 1000 blocks in a boat!
  649. Name: distanceboat_1000
  650. DisplayName: 'Great Sailor Junior'
  651. '2000':
  652. Message: You traveled 2000 blocks in a boat!
  653. Name: distanceboat_2000
  654. DisplayName: 'Great Sailor Pro'
  655. '5000':
  656. Message: You traveled 5000 blocks in a boat!
  657. Name: distanceboat_5000
  658. DisplayName: 'Great Sailor Master'
  659. Reward:
  660. Money: 10000
  661.  
  662. # When a distance is traveled with elytra.
  663. # (ignored on Minecraft versions prior to 1.9, should be added to DisabledCategories)
  664. DistanceGliding:
  665. '100':
  666. Message: You traveled 100 blocks with elytra!
  667. Name: distancegliding_100
  668. DisplayName: 'Angel'
  669. '250':
  670. Message: You traveled 250 blocks with elytra!
  671. Name: distancegliding_250
  672. DisplayName: 'Angel Novice'
  673. '500':
  674. Message: You traveled 500 blocks with elytra!
  675. Name: distancegliding_500
  676. DisplayName: 'Angel Junior'
  677. '1000':
  678. Message: You traveled 1000 blocks with elytra!
  679. Name: distancegliding_1000
  680. DisplayName: 'Angel Pro'
  681. '2000':
  682. Message: You traveled 2000 blocks with elytra!
  683. Name: distancegliding_2000
  684. DisplayName: 'Angel Master'
  685. Reward:
  686. Money: 7500
  687.  
  688. # When a distance is traveled on a llama.
  689. # (ignored on Minecraft versions prior to 1.11, should be added to DisabledCategories)
  690. DistanceLlama:
  691. '50':
  692. Message: You traveled 50 blocks on a llama!
  693. Name: distancellama_50
  694. DisplayName: 'Llama Rider'
  695. '150':
  696. Message: You traveled 150 blocks on a llama!
  697. Name: distancellama_150
  698. DisplayName: 'Llama Rider Novice'
  699. '400':
  700. Message: You traveled 400 blocks on a llama!
  701. Name: distancellama_400
  702. DisplayName: 'Llama Rider Junior'
  703. '1000':
  704. Message: You traveled 1000 blocks on a llama!
  705. Name: distancellama_1000
  706. DisplayName: 'Llama Rider Pro'
  707. '2000':
  708. Message: You traveled 2000 blocks on a llama!
  709. Name: distancellama_2000
  710. DisplayName: 'Llama Rider Master'
  711. Reward:
  712. Money: 5000
  713.  
  714. # When an item is dropped on the ground.
  715. ItemDrops:
  716. '200':
  717. Message: You're killing the planet!
  718. Name: itemdrops_200
  719. DisplayName: 'Polluter'
  720. Reward:
  721. Money: 1
  722. command: broadcast PLAYER is destroying the Planet!
  723.  
  724. # When an item is picked up from the ground.
  725. ItemPickups:
  726. '500':
  727. Message: You're saving the planet!
  728. Name: itempickups_500
  729. DisplayName: 'Environmentalist'
  730. Reward:
  731. Money: 2500
  732.  
  733. # When soil is plowed with a hoe.
  734. #HoePlowings:
  735. # '10':
  736. # Message: You plowed the ground 10 times!
  737. # Name: hoeplowings_10
  738. # DisplayName: Farmer
  739. # Reward:
  740. # Item: cookie 15
  741. #
  742. # When bone meal is used to fertilise plants.
  743. Fertilising:
  744. '15':
  745. Message: You used bone meal on plants 15 times!
  746. Name: fertilising_15
  747. DisplayName: 'Gardener'
  748.  
  749. # When an animal is tamed.
  750. Taming:
  751. '1':
  752. Message: You tamed your first animal!
  753. Name: taming_1
  754. DisplayName: 'Tamer'
  755.  
  756. # When a potion is brewed.
  757. Brewing:
  758. '1':
  759. Message: You brewed your first potion!
  760. Name: brewing_1
  761. DisplayName: 'Alchemist'
  762.  
  763. # When a firework is launched.
  764. Fireworks:
  765. '10':
  766. Message: You launched 10 fireworks!
  767. Name: fireworks_10
  768. DisplayName: 'Pyrotechnist'
  769.  
  770. # When a music disc is played.
  771. MusicDiscs:
  772. '1':
  773. Message: One jukebox used!
  774. Name: musicdiscs_1
  775. DisplayName: 'DJ'
  776.  
  777. # When a player teleports with an enderpearl.
  778. EnderPearls:
  779. '10':
  780. Message: 10 teleportations with ender pearls!
  781. Name: enderpearls_10
  782. DisplayName: 'Teleport Man'
  783.  
  784. # When a player gives a pet to another player (requires PetMaster plugin version 1.3 or above).
  785. PetMasterGive:
  786. '3':
  787. Message: 3 pets given to friends!
  788. Name: petmastergive_3
  789. DisplayName: 'Donator'
  790.  
  791. # When a player receives a pet from another player (requires PetMaster plugin version 1.3 or above).
  792. PetMasterReceive:
  793. '10':
  794. Message: 10 pets received from friends!
  795. Name: petmasterreceive_10
  796. DisplayName: 'Receiver'
  797.  
  798. # When an item is smelt in a furnace.
  799. Smelting:
  800. '250':
  801. Message: 250 items smelt in a furnace!
  802. Name: smeltitems_250
  803. DisplayName: 'The Smelter'
  804.  
  805. # When a player enters a specific command (specify command prefixes in lower case without spaces).
  806. # For instance a command /awf add world from the AntiWorldFly plugin matches with subcategory 'awfadd'.
  807. PlayerCommands:
  808. 'aachbook':
  809. '10':
  810. Message: Obtain 10 achievement books!
  811. Name: playercommand_aachbook_10
  812. DisplayName: 'Reader'
  813.  
  814. #===========================OOO=OOO===========================#
  815. # VI-------------------------------------------------------VI #
  816. # | Command achievements | #
  817. # 6---------------------------------------------------------6 #
  818. #===========================ooo=ooo===========================#
  819.  
  820. # Let achievement commands be given several times.
  821. MultiCommand: true
  822.  
  823. # A player with achievement.give (or the console) can use /aach give yourAch1 PLAYER to give
  824. # yourAch1 achievement to PLAYER. The /aach give command does NOT work with other achievements.
  825. Commands:
  826. yourAch1:
  827. Message: You took part in the special event!
  828. Name: yourAch1
  829. DisplayName: 'Special Event Achievement!'
  830.  
  831. #===========================OOOOOOO===========================#
  832. # VII-----------------------------------------------------VII #
  833. # | Parameters in future plugin versions will appear here | #
  834. # 7---------------------------------------------------------7 #
  835. #===========================ooooooo===========================#
Add Comment
Please, Sign In to add comment