Advertisement
Guest User

Untitled

a guest
Nov 9th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.41 KB | None | 0 0
  1.  
  2. # ==============================O==============================#
  3. # I---------------------------------------------------------I
  4. # | Advanced Achievements 4.1.4 configuration
  5. _HYPHEN_ Readme _VERT_
  6.  
  7. # 1---------------------------------------------------------1
  8. # ==============================o==============================#
  9. # You can use Minecraft chat colors in Message|DisplayName|Goal,
  10. but include '' around the whole text_COLON_ '&4Color'.
  11.  
  12. # When using colours, you must also double apostrophes:
  13. '&2I''ve doubled apostrophes!'.
  14.  
  15. # Only spaces, no tabs. Don't forget the indents, plugin
  16. won't work otherwise!
  17.  
  18. # To check your file, use: yaml-online-parser.appspot.com
  19. # Do NOT delete any main achievement sections in the
  20. configuration file.
  21.  
  22. # Possible items for rewards/Crafts/Places/Breaks:
  23. hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  24.  
  25. # "Possible mobs for the Kills section: \t hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html"
  26. # Default config.yml file: github.com/PyvesB/AdvancedAchievements/blob/master/src/main/resources/config.yml
  27. # Visit the wiki for some additional documentation:
  28. github.com/PyvesB/AdvancedAchievements/wiki
  29.  
  30. # =============================O=O=============================#
  31. # II-------------------------------------------------------II
  32. # | General settings |
  33. # 2---------------------------------------------------------2
  34. # =============================o=o=============================#
  35. # Time in seconds between each /aach book.
  36. TimeBook: 900
  37.  
  38. # Check for update on plugin launch and notify when
  39. an OP joins the game.
  40. CheckForUpdate: true
  41.  
  42. # Set to true to activate firework effects when a player
  43. receives an achievement.
  44. Firework: true
  45.  
  46. # Choose BALL_LARGE, BALL, BURST, CREEPER, STAR or
  47. RANDOM.
  48. FireworkStyle: BALL_LARGE
  49.  
  50. # Number of players displayed in /aach top, week and
  51. month commands.
  52. TopList: 5
  53.  
  54. # Set to true to activate particle effects when receiving
  55. book and for players in top list.
  56. AdditionalEffects: true
  57.  
  58. # Set to true to activate sound effects when receiving
  59. book and for players in top list.
  60. Sound: true
  61.  
  62. # Set the icon of the plugin (default: shamrock,
  63. '\u2618').
  64. Icon: \u2618
  65.  
  66. # Set the color of the plugin (default: 5, dark
  67. purple).
  68. Color: '5'
  69.  
  70. # Notify other connected players when an achievement
  71. is received.
  72. ChatNotify: false
  73.  
  74. # Separator between name, description and date on a
  75. book page.
  76. BookSeparator: ''
  77.  
  78. # Set the format of the achievement name in /aach list
  79. (default_COLON_ '%ICON% %NAME% %ICON%').
  80. ListAchievementFormat: '%ICON% %NAME% %ICON%'
  81.  
  82. # Stop all stats from increasing when player in creative
  83. mode, including PlayedTime.
  84.  
  85. # Connection achievements will only be handled once
  86. a player switches to a non_HYPHEN_creative mode.
  87. RestrictCreative: false
  88.  
  89. # Stop all stats from increasing when player in a specific
  90. world, including PlayedTime (delete the [] before using).
  91.  
  92. # Connection achievements will only be handled once
  93. a player enters a non_HYPHEN_excluded world.
  94. ExcludedWorlds: []
  95.  
  96. # - yourWorld1
  97. # - yourWorld2
  98. # Ignore vertical dimension (Y axis) when calculating
  99. distance statistics.
  100. IgnoreVerticalDistance: false
  101.  
  102. # Don't show these categories in the achievement GUI
  103. or in the stats output (delete the [] before using).
  104.  
  105. # Also prevent obtaining achievements for these categories
  106. and prevent stats from increasing.
  107.  
  108. # If changed, do a full server reload, and not just
  109. /aach reload.
  110. DisabledCategories:
  111. - Connections
  112. - ItemBreaks
  113. - Crafts
  114. - Fireworks
  115. - MusicDiscs
  116. - PlayerCommands
  117. - ItemPickups
  118. - ItemDrops
  119. - DistanceMinecart
  120. - ConsumedPotions
  121. - MaxLevel
  122. - Beds
  123. - Trades
  124. - WaterBuckets
  125. - LavaBuckets
  126. - ItemBreaks
  127. - Treasures
  128. - Arrows
  129. - DistancePig
  130. - DistanceHorse
  131. - DistanceMinecart
  132. - DistanceBoat
  133. - DistanceGliding
  134. - DistanceLlama
  135. - DistanceFoot
  136. - EatenItems
  137. - PetMasterGive
  138. - PetMasterReceive
  139. - Breeding
  140.  
  141. # Obfuscate achievements that have not yet been received
  142. in /aach list.
  143. ObfuscateNotReceived: false
  144.  
  145. # Obfuscate progressive achievements:
  146. # For categories with a series of related achievements
  147. where the only thing changing is the number of times
  148.  
  149. # the event has occurred, show achievements that have
  150. been obtained and show the next obtainable achievement,
  151.  
  152. # but obfuscate the additional achievements. In order
  153. for this to work properly, achievements must be sorted
  154.  
  155. # in order of increasing difficulty. For example, under
  156. Places, stone, the first achievement could have a
  157.  
  158. # target of 100 stone, the second 500 stone, and the
  159. third 1000 stone. When ObfuscateProgressiveAchievements
  160.  
  161. # is true, initially only the 100 stone achievement
  162. will be readable in the GUI. Once 100 stone have been placed,
  163.  
  164. # the 500 stone achievement will become legible.
  165. ObfuscateProgressiveAchievements: false
  166.  
  167. # Hide categories with no achievements yet received
  168. in /aach list.
  169. HideNotReceivedCategories: false
  170.  
  171. # Hide the reward display in /aach list.
  172. HideRewardDisplayInList: false
  173.  
  174. # Display precise statistic information in the /aach
  175. list progress bars.
  176. EnrichedListProgressBars: true
  177.  
  178. # Annotate each achievement displayed in a /aach list
  179. category with a number. Due to a Minecraft limitation,
  180.  
  181. # if you have more than 64 achievements for a category,
  182. the counting will start back at 1 after number 64.
  183. NumberedItemsInList: false
  184.  
  185. # Display achievement name and description as screen
  186. titles.
  187. TitleScreen: true
  188.  
  189. # Sort pages of the book in chronological order (false
  190. for reverse chronological order).
  191. BookChronologicalOrder: true
  192.  
  193. # Do not take into account items broken with Silk Touch
  194. for the Breaks achievements.
  195. DisableSilkTouchBreaks: false
  196.  
  197. # Do not take into account ores broken with Silk Touch
  198. for the Breaks achievements.
  199.  
  200. # DisableSilkTouchBreaks takes precedence over this.
  201. Not applicable to iron or gold ores.
  202. DisableSilkTouchOreBreaks: false
  203.  
  204. # Name of the language file.
  205. LanguageFileName: lang.yml
  206.  
  207. # Time in seconds between each statistic count for
  208. the following categories.
  209.  
  210. # LavaBuckets, WaterBuckets, Beds, Brewing, MusicDiscs.
  211. StatisticCooldown: 10
  212.  
  213. # Display action bar message when player does an action
  214. while in the cooldown period.
  215. CooldownActionBar: true
  216.  
  217. # Locale used to format dates in /aach book and /aach
  218. list. You must select an ISO 639 language code.
  219.  
  220. # The list of possible language codes can be found
  221. here at www.loc.gov/standards/iso639_HYPHEN_2/php/code_list.php
  222. DateLocale: en
  223.  
  224. # Display time of reception of achievements in /aach
  225. book and /aach list in addition to the date. For achievements
  226.  
  227. # received in plugin versions prior to 3.0, the precise
  228. time information is not available and will be displayed as midnight.
  229. DateDisplayTime: true
  230.  
  231. # =============================OOO=============================#
  232. # III-----------------------------------------------------III
  233. # | Database settings |
  234. # 3---------------------------------------------------------3
  235. # =============================ooo=============================#
  236. # Make a daily backup of your local database (if sqlite).
  237. DatabaseBackup: true
  238.  
  239. # Database type, sqlite, postgresql or mysql. Do a
  240. full server reload or restart to make this effective.
  241. DatabaseType: sqlite
  242.  
  243. # Prefix added to the tables in the database. If you
  244. switch from the default tables names (no prefix),
  245.  
  246. # the plugin will attempt an automatic renaming. Otherwise
  247. you have to rename your tables manually.
  248.  
  249. # Do a full server reload or restart to make this effective.
  250. TablePrefix: ''
  251.  
  252. # Settings to link with MySQL database (ignore if sqlite
  253. or postgresql).
  254. MYSQL:
  255. Database: jdbc:mysql://localhost:3306/minecraft
  256. User: root
  257. Password: root
  258.  
  259. # Settings to link with PostgresSQL database (ignore
  260. if sqlite or mysql).
  261. POSTGRESQL:
  262. Database: jdbc:postgresql://localhost:5432/minecraft
  263. User: root
  264. Password: root
  265.  
  266. # ============================OO=OO============================#
  267. # IV-------------------------------------------------------IV
  268. # | Performance settings |
  269. # 4---------------------------------------------------------4
  270. # ============================oo=oo============================#
  271. # DO NOT CHANGE THE FOLLOWING UNLESS YOU ARE AN EXPERIENCED
  272. USER. The intervals are in seconds.
  273.  
  274. # If any of the performance settings are changed, do
  275. a full server reload, and not just /aach reload.
  276.  
  277. # Frequency of play time checks for players. Smaller
  278. values give more precision but more CPU usage.
  279. PlaytimeTaskInterval: 60
  280.  
  281. # Calculates distance traveled by players. Smaller
  282. values give more precision but more CPU usage.
  283. DistanceTaskInterval: 5
  284.  
  285. # Frequency of some statistics writes to the database.
  286. PooledRequestsTaskInterval: 120
  287.  
  288. # Enable multithreading for database write operations.
  289. AsyncPooledRequestsSender: true
  290.  
  291. # ============================OOOOO============================#
  292. # V---------------------------------------------------------V
  293. # | Action achievements |
  294. # 5---------------------------------------------------------5
  295. # ============================ooooo============================#
  296. # When a player connects during the day; statistic
  297. increases at most once per day.
  298. Connections:
  299. '1000000':
  300. Message: Disabled Achievement!
  301. Name: connect_100000
  302. DisplayName: NOT USED
  303.  
  304. # When a specific block is placed (specify material
  305. name, lower case).
  306. Places:
  307. smooth_brick:
  308. '50':
  309. Goal: Place 50 stone bricks.
  310. Message: '&fYou have placed 50 stone bricks and received 64 extra Stone Bricks!'
  311. Name: place_50_smooth_brick
  312. DisplayName: '&cStone Brick Layer'
  313. Reward:
  314. Command: give PLAYER 98 64
  315. '5000':
  316. Goal: Place 5000 stone bricks.
  317. Message: '&fYou have placed 5000 stone bricks and received 1 Celestial Dust!'
  318. Name: place_5000_smooth_brick
  319. DisplayName: '&cStone Brick Architect'
  320. Reward:
  321. Command: kit dust1 PLAYER
  322. log:
  323. '50':
  324. Goal: Place 50 Logs.
  325. Message: '&f&4You have placed 50 logs and received 64 extra Logs!'
  326. Name: place_50_log
  327. DisplayName: Log Placer
  328. Reward:
  329. Command: give PLAYER 17 64
  330. '1000':
  331. Goal: Place 1000 Logs.
  332. Message: '&fYou have placed 1000 logs and received 1 Celestial Dust!'
  333. Name: place_1000_log
  334. DisplayName: Architect
  335. Reward:
  336. Command: kit dust1 PLAYER
  337. sandstone:
  338. '50':
  339. Goal: Place 50 Sandstone.
  340. Message: '&f&4You have placed 50 Sandstones and received 64 extra Sandstones!'
  341. Name: place_50_sandstone
  342. DisplayName: Sandstone Builder
  343. Reward:
  344. Command: give PLAYER 24 64
  345. '1000':
  346. Goal: Place 1000 Sandstone.
  347. Message: '&fYou have placed 1000 Sandstone and received 1 Celestial Dust!'
  348. Name: place_1000_sandstone
  349. DisplayName: Building a Sandcastle
  350. Reward:
  351. Command: kit dust1 PLAYER
  352. wool:
  353. '50':
  354. Goal: Place 50 Wool.
  355. Message: '&f&4You have placed 50 Wool and received 64 extra Wool!'
  356. Name: place_50_wool
  357. DisplayName: Wool Builder
  358. Reward:
  359. Command: give PLAYER 35 64
  360. '1000':
  361. Goal: Place 1000 Wool.
  362. Message: '&fYou have placed 1000 Wool and received 1 Celestial Dust!'
  363. Name: place_1000_wool
  364. DisplayName: A Mansion of Wool
  365. Reward:
  366. Command: kit dust1 PLAYER
  367.  
  368. # When a specific block is broken (specify material
  369. name, lower case).
  370.  
  371. # Below, the notation sand:1 means sand item
  372. with metadata 1 (red sand).
  373. Breaks:
  374. stone:
  375. '100':
  376. Goal: Break 100 Stone.
  377. Message: '&fYou have broken 100 Stone and received 1 Diamond!'
  378. Name: break_100_stone
  379. DisplayName: Inexperienced Miner
  380. Reward:
  381. Command: give PLAYER 264 1
  382. '10000':
  383. Goal: Break 10000 Stone.
  384. Message: '&fYou have mined 10000 Stone and received 3 Celestial Dust!'
  385. Name: break_10000_stone
  386. DisplayName: '&cVeteran Miner'
  387. Reward:
  388. Command: kit dust3 PLAYER
  389. '100000':
  390. Goal: Break 100000 Stone.
  391. Message: '&fYou have mined 100000 Stone and received 1 Sparkling Pearl!'
  392. Name: break_100000_stone
  393. DisplayName: '&cMining Madness'
  394. Reward:
  395. Command: kit pearl1 PLAYER
  396. coal_ore:
  397. '100':
  398. Goal: Break 100 Coal Ores.
  399. Message: '&fYou have broken 100 Coal Ores and received 3 Diamonds!'
  400. Name: break_100_coalore
  401. DisplayName: Mining for Coal
  402. Reward:
  403. Command: give PLAYER 264 3
  404. '2000':
  405. Goal: Break 2000 Coal Ores.
  406. Message: '&fYou have mined 2000 Coal Ores and received 3 Celestial Dust!'
  407. Name: break_2000_coalore
  408. DisplayName: '&cThe Coal Miner'
  409. Reward:
  410. Command: kit dust3 PLAYER
  411. iron_ore:
  412. '100':
  413. Goal: Break 100 Iron Ores.
  414. Message: '&fYou have broken 100 Iron Ores and received 5 Diamonds!'
  415. Name: break_100_ironore
  416. DisplayName: Mining for Iron
  417. Reward:
  418. Command: give PLAYER 264 5
  419. '1000':
  420. Goal: Break 1000 Iron Ores.
  421. Message: '&fYou have mined 1000 Iron Ores and received 3 Celestial Dust!'
  422. Name: break_1000_ironore
  423. DisplayName: '&cThe Iron Miner'
  424. Reward:
  425. Command: kit dust3 PLAYER
  426. gold_ore:
  427. '100':
  428. Goal: Break 100 Gold Ores.
  429. Message: '&fYou have broken 100 Gold Ores and received 15 Diamonds!'
  430. Name: break_100_goldore
  431. DisplayName: Mining for Gold
  432. Reward:
  433. Command: give PLAYER 264 15
  434. '800':
  435. Goal: Break 800 Gold Ores.
  436. Message: '&fYou have mined 800 Gold Ores and received 3 Celestial Dust!'
  437. Name: break_800_goldore
  438. DisplayName: '&cThe Gold Miner'
  439. Reward:
  440. Command: kit dust3 PLAYER
  441. diamond_ore:
  442. '100':
  443. Goal: Break 100 Diamond Ores.
  444. Message: '&fYou have broken 100 Diamond Ores and received 64 Diamonds!'
  445. Name: break_100_diamondore
  446. DisplayName: Mining for Diamonds
  447. Reward:
  448. Command: give PLAYER 264 64
  449. '750':
  450. Goal: Break 750 Diamond Ores.
  451. Message: '&fYou have mined 750 Diamond Ores and received 1 Sparkling Pearl!'
  452. Name: break_750_diamondore
  453. DisplayName: '&cThe Diamond Miner'
  454. Reward:
  455. Command: kit pearl1 PLAYER
  456.  
  457. # When a specific mob is killed (specify an entity
  458. name or poweredcreeper or player, lower case).
  459. Kills:
  460. zombie:
  461. '10':
  462. Goal: Kill 10 Zombies
  463. Message: You have killed 10 Zombies and received $200!
  464. DisplayName: '&cThe Walking Dead'
  465. Name: kills_10_zombie
  466. Reward:
  467. Money: 200
  468. '1000':
  469. Goal: Kill 1000 Zombies
  470. Message: You have killed 1000 Zombies and 1 Sparkling Pearl!
  471. DisplayName: Zombie Slayer
  472. Name: kills_1000_zombie
  473. Reward:
  474. Command: kit pearl1 PLAYER
  475. skeleton:
  476. '10':
  477. Goal: Kill 10 Skeletons
  478. Message: You have killed 10 Skeletons and received $200!
  479. DisplayName: '&cMoving Bones'
  480. Name: kills_10_skeleton
  481. Reward:
  482. Money: 200
  483. '1000':
  484. Goal: Kill 1000 Skeletons
  485. Message: You have killed 1000 Skeletons and 1 Sparkling Pearl!
  486. DisplayName: Skeleton Slayer
  487. Name: kills_1000_skeleton
  488. Reward:
  489. Command: kit pearl1 PLAYER
  490. spider:
  491. '10':
  492. Goal: Kill 10 Spiders
  493. Message: You have killed 10 Spiders and received $200!
  494. DisplayName: '&cSpooky Spiders'
  495. Name: kills_10_spider
  496. Reward:
  497. Money: 200
  498. '1000':
  499. Goal: Kill 1000 Spiders
  500. Message: You have killed 1000 Spiders and 1 Sparkling Pearl!
  501. DisplayName: Spider Slayer
  502. Name: kills_1000_spider
  503. Reward:
  504. Command: kit pearl1 PLAYER
  505. enderman:
  506. '10':
  507. Goal: Kill 10 Endermen
  508. Message: You have killed 10 Endermmen and received $200!
  509. DisplayName: '&cTeleporting Creeps'
  510. Name: kills_10_enderman
  511. Reward:
  512. Money: 200
  513. '1000':
  514. Goal: Kill 1000 Endermen
  515. Message: You have killed 1000 Endermen and 1 Sparkling Pearl!
  516. DisplayName: Enderman Slayer
  517. Name: kills_1000_endermen
  518. Reward:
  519. Command: kit pearl1 PLAYER
  520.  
  521. # When a specific item is crafted (specify material
  522. name, lower case).
  523. Crafts:
  524. diamond_sword:
  525. '1':
  526. Goal: Craft a Diamond Sword
  527. Message: You have crafted your first Diamond Sword and received $50!
  528. Name: craft_1_blade
  529. DisplayName: Apprentice
  530. Reward:
  531. Money: 50
  532.  
  533. # When the player dies.
  534. Deaths:
  535. '1':
  536. Goal: Die Once.
  537. Message: You have died for the first time!
  538. Name: deaths_1
  539. DisplayName: Rest in Peace
  540. '100':
  541. Goal: Die 100 times (newbie!).
  542. Message: You have died for 100 times!
  543. Name: deaths_100
  544. DisplayName: Master at Dying
  545.  
  546. # When an arrow is shot.
  547. Arrows:
  548. '50':
  549. Message: 50 arrows shot!
  550. Name: arrows_50
  551. DisplayName: Around the Place
  552.  
  553. # When a snowball is thrown.
  554. Snowballs:
  555. '1000':
  556. Goal: Throw 1000 Snowballs
  557. Message: You have throwns 1000 Snowballs and received $500!
  558. Name: snowballs_1000
  559. DisplayName: Snowball Addict
  560. Reward:
  561. Money: 500
  562.  
  563. # When an egg is thrown.
  564. Eggs:
  565. '1000':
  566. Goal: Throw 1000 Eggs
  567. Message: You have throwns 1000 Eggs and received $500!
  568. Name: eggs_1000
  569. DisplayName: Egg Addict
  570. Reward:
  571. Money: 500
  572.  
  573. # When a fish is caught.
  574. Fish:
  575. '1':
  576. Goal: Catch 1 Fish
  577. Message: You have caught your first Fish!
  578. Name: fish_1
  579. DisplayName: Fish and Chips
  580. '100':
  581. Goal: Catch 100 Fish
  582. Message: You have caught 100 Fish and received $500!
  583. Name: fish_100
  584. DisplayName: Experienced Fisher
  585. Reward:
  586. Money: 500
  587. '1000':
  588. Goal: Catch 1000 Fish
  589. Message: You have caught 1000 Fish and received $1500!
  590. Name: fish_1000
  591. DisplayName: Veteran Fisher
  592. Reward:
  593. Money: 1500
  594. '10000':
  595. Goal: Catch 10000 Fish
  596. Message: You have caught 10000 Fish and received $4000!
  597. Name: fish_10000
  598. DisplayName: Fishing Mastery
  599. Reward:
  600. Money: 4000
  601.  
  602. # When a treasure is caught with a fishing rod.
  603. Treasures:
  604. '1':
  605. Message: Your first treasure from the sea!
  606. Name: treasure_1
  607. DisplayName: Hunter
  608.  
  609. # When a tool/armor/weapon is broken.
  610. ItemBreaks:
  611. '1':
  612. Message: You broke your favorite tool!
  613. Name: itembreaks_1
  614. DisplayName: '&cClumsy Guy'
  615.  
  616. # When an item is eaten (excludes potions and milk).
  617. EatenItems:
  618. '1':
  619. Message: Just had a snack!
  620. Name: eatenitems_1
  621. DisplayName: Snack
  622.  
  623. # When a sheep is sheared.
  624. Shear:
  625. '10':
  626. Goal: Shear 10 Sheep
  627. Message: You have sheared 10 Sheep!
  628. Name: shear_10
  629. DisplayName: '&cSheep Addict'
  630. Reward:
  631. Money: 500
  632. '100':
  633. Goal: Shear 100 Sheep
  634. Message: You have sheared 100 Sheep!
  635. Name: shear_100
  636. DisplayName: '&cSheep Addict v2'
  637. Reward:
  638. Money: 1500
  639. '1000':
  640. Goal: Shear 1000 Sheep
  641. Message: You have sheared 1000 Sheep!
  642. Name: shear_1000
  643. DisplayName: '&cSheep Addict v3'
  644. Reward:
  645. Money: 2500
  646.  
  647. # When a cow is milked.
  648. Milk:
  649. '1':
  650. Goal: Milk 1 Cow
  651. Message: You have milked a cow!
  652. Name: milk_1
  653. DisplayName: '&cFirst Milk'
  654. '200':
  655. Goal: Milk 200 Cows
  656. Message: You have milked 200 cows and received $2000!
  657. Name: milk_200
  658. DisplayName: '&cMilking the Cows'
  659. Reward:
  660. Money: 2000
  661.  
  662. # When a bucket is filled with lava.
  663. LavaBuckets:
  664. '10':
  665. Message: 10 buckets filled with lava!
  666. Name: lavabuckets_10
  667. DisplayName: Pyroman
  668.  
  669. # When a bucket is filled with water.
  670. WaterBuckets:
  671. '15':
  672. Message: 15 buckets filled with water!
  673. Name: waterbuckets_15
  674. DisplayName: Fireman
  675.  
  676. # When a trade with a villager is made.
  677. Trades:
  678. '1':
  679. Message: Doing business with your first villager!
  680. Name: trades_1
  681. DisplayName: First Trade
  682.  
  683. # When an anvil is used.
  684. AnvilsUsed:
  685. '1':
  686. Goal: Repair 1 Item
  687. Message: You just repaired your first item!
  688. Name: anvilsused_1
  689. DisplayName: '&cFirst Repair'
  690. '200':
  691. Goal: Repair 200 Items
  692. Message: You have repaired 200 items and received a Sparkling Pearl!
  693. Name: anvilsused_200
  694. DisplayName: '&cMaster Blacksmith'
  695. Reward:
  696. Command: kit pearl1 PLAYER
  697.  
  698. # When an enchantment is performed.
  699. Enchantments:
  700. '5':
  701. Goal: Enchant 5 items
  702. Message: You have enchanted 5 items and received 300 Experience!
  703. Name: enchantments_5
  704. DisplayName: '&cLearning Sorcery'
  705. Reward:
  706. Command: exp give PLAYER 300
  707. '100':
  708. Goal: Enchant 100 items
  709. Message: You have enchanted 100 items and received $2000!
  710. Name: enchantments_100
  711. DisplayName: '&cMaster Sorcerer'
  712. Reward:
  713. Money: 2000
  714.  
  715. # When a bed is entered.
  716. Beds:
  717. '5':
  718. Message: You entered a bed 5 times!
  719. Name: bed_5
  720. DisplayName: Sleepy Guy
  721.  
  722. # Maximum level reached.
  723. MaxLevel:
  724. '10':
  725. Message: Level 10 reached!
  726. Name: maxlevel_10
  727. DisplayName: '&4Rookie'
  728.  
  729. # When a potion is consumed.
  730. ConsumedPotions:
  731. '100':
  732. Message: Drinking weird beverages all the time...
  733. Name: consumedpotions_100
  734. DisplayName: Alcoholic
  735.  
  736. # Amount of time played on the server (in hours, use
  737. integers).
  738. PlayedTime:
  739. '1':
  740. Goal: Play for a total of 1 hour
  741. Message: You have played 1 hour on the server and received $300!
  742. Name: playedtime_1
  743. DisplayName: '&cFirst Hour'
  744. Reward:
  745. Money: 300
  746. '10':
  747. Goal: Play for a total of 10 hours
  748. Message: You have played 10 hours on the server and received a Celestial Dust!
  749. Name: playedtime_10
  750. DisplayName: '&cBecoming a Member of the Community'
  751. Reward:
  752. Command: kit dust1 PLAYER
  753. '100':
  754. Goal: Play for a total of 100 hours
  755. Message: You have played 100 hours on the server and received a Glimmering Crystal!
  756. Name: playedtime_100
  757. DisplayName: '&cLoyal Member'
  758. Reward:
  759. Command: kit gc1 PLAYER
  760. '1000':
  761. Goal: Play for a total of 1000 hours
  762. Message: You have played 1000 hours on the server and received 2 Glimmering Crystals!
  763. Name: playedtime_1000
  764. DisplayName: '&cVeteran'
  765. Reward:
  766. Command: kit gc2 PLAYER
  767.  
  768. # When a distance is traveled by foot.
  769. DistanceFoot:
  770. '1000':
  771. Message: You traveled 1000 blocks by foot!
  772. Name: distancefoot_1000
  773. DisplayName: Big Walker
  774.  
  775. # When a distance is traveled on a pig.
  776. DistancePig:
  777. '100':
  778. Message: You traveled 100 blocks on a pig!
  779. Name: distancepig_100
  780. DisplayName: Carrot on a Stick Master
  781.  
  782. # When a distance is traveled on a horse.
  783. DistanceHorse:
  784. '500':
  785. Message: You traveled 500 blocks on a horse!
  786. Name: distancehorse_500
  787. DisplayName: The Avener
  788.  
  789. # When a distance is traveled in a minecart.
  790. DistanceMinecart:
  791. '100':
  792. Message: You traveled 100 blocks in a minecart!
  793. Name: distanceminecart_100
  794. DisplayName: Carting Fan
  795.  
  796. # When a distance is traveled in a boat.
  797. DistanceBoat:
  798. '200':
  799. Message: You traveled 200 blocks in a boat!
  800. Name: distanceboat_200
  801. DisplayName: Great Sailor
  802.  
  803. # When a distance is traveled with elytra.
  804. # (ignored on Minecraft versions prior to 1.9, should
  805. be added to DisabledCategories)
  806. DistanceGliding:
  807. '100':
  808. Message: You traveled 100 blocks with elytra!
  809. Name: distancegliding_100
  810. DisplayName: Angel
  811.  
  812. # When a distance is traveled on a llama.
  813. # (ignored on Minecraft versions prior to 1.11, should
  814. be added to DisabledCategories)
  815. DistanceLlama:
  816. '50':
  817. Message: You traveled 50 blocks on a llama!
  818. Name: distancellama_50
  819. DisplayName: Llama Rider
  820.  
  821. # When an item is dropped on the ground.
  822. ItemDrops:
  823. '15':
  824. Message: You're killing the planet!
  825. Name: itemdrops_15
  826. DisplayName: Polluter
  827.  
  828. # When an item is picked up from the ground.
  829. ItemPickups:
  830. '40':
  831. Message: You're saving the planet!
  832. Name: itempickups_40
  833. DisplayName: Environmentalist
  834.  
  835. # When soil is plowed with a hoe.
  836. HoePlowings:
  837. '10':
  838. Goal: Plow the ground 10 times.
  839. Message: You have plowed the ground 10 times!
  840. Name: hoeplowings_10
  841. DisplayName: '&cBecoming a Farmer'
  842. '300':
  843. Goal: Plow the ground 300 times.
  844. Message: You have plowed the ground 300 times!
  845. Name: hoeplowings_300
  846. DisplayName: '&cExperienced Farmer'
  847. Reward:
  848. Money: 1000
  849.  
  850. # When bone meal is used to fertilise plants.
  851. Fertilising:
  852. '15':
  853. Goal: Use bonemeal 15 times
  854. Message: You have used bonemeal 15 times!
  855. Name: fertilising_15
  856. DisplayName: '&cGardener'
  857. '200':
  858. Goal: USe bonemeal 200 times.
  859. Message: You have used bonemeal 200 times!
  860. Name: fertilising_200
  861. DisplayName: '&cMaster Gardener'
  862. Reward:
  863. Money: 1000
  864.  
  865. # When an animal is tamed.
  866. Taming:
  867. '1':
  868. Goal: Tame 1 Animal!
  869. Message: You have tamed 1 animal!
  870. Name: taming_1
  871. DisplayName: '&cLearning to Tame'
  872. Reward:
  873. Money: 50
  874. '30':
  875. Goal: Tame 30 Animals!
  876. Message: You have tamed 30 animals!
  877. Name: taming_30
  878. DisplayName: '&cMaster Tamer'
  879. Reward:
  880. Money: 1000
  881.  
  882. # When a potion is brewed.
  883. Brewing:
  884. '1':
  885. Goal: Brew your 1st Potion!
  886. Message: You have brewed your 1st potion!
  887. Name: brewing_1
  888. DisplayName: '&cBecoming an Alchemist'
  889. '1000':
  890. Goal: Brew 1000 Potions!
  891. Message: You have brewed 1000 Potions!
  892. Name: brewing_1000
  893. DisplayName: '&cMaster Alchemist'
  894. Reward:
  895. Command: kit pearl1 PLAYER
  896.  
  897. # When a firework is launched.
  898. Fireworks:
  899. '10':
  900. Message: You launched 10 fireworks!
  901. Name: fireworks_10
  902. DisplayName: Pyrotechnist
  903.  
  904. # When a music disc is played.
  905. MusicDiscs:
  906. '1':
  907. Message: One jukebox used!
  908. Name: musicdiscs_1
  909. DisplayName: DJ
  910.  
  911. # When a player teleports with an enderpearl.
  912. EnderPearls:
  913. '10':
  914. Goal: Use the Enderpearl 10 times!
  915. Message: 10 teleportations with ender pearls!
  916. Name: enderpearls_10
  917. DisplayName: '&cThe Teleporter'
  918. '200':
  919. Goal: Use the Enderpearl 200 times!
  920. Message: 200 teleportations with ender pearls!
  921. Name: enderpearls_200
  922. DisplayName: '&cEnderman'
  923. Reward:
  924. Money: 500
  925.  
  926. # When a player gives a pet to another player (requires
  927. Pet Master plugin version 1.4 or above).
  928. PetMasterGive:
  929. '3':
  930. Message: 3 pets given to friends!
  931. Name: petmastergive_3
  932. DisplayName: Donator
  933.  
  934. # When a player receives a pet from another player
  935. (requires Pet Master plugin version 1.4 or above).
  936. PetMasterReceive:
  937. '10':
  938. Message: 10 pets received from friends!
  939. Name: petmasterreceive_10
  940. DisplayName: Receiver
  941.  
  942. # When an item is smelt in a furnace.
  943. Smelting:
  944. '250':
  945. Goal: Smelt 250 items in a furnace.
  946. Message: You have smelted 250 items!
  947. Name: smeltitems_250
  948. DisplayName: '&cLearning to Smelt'
  949. '5000':
  950. Goal: Smelt 5000 items in a furnace
  951. Message: You have smelted 5000 items!
  952. Name: smeltitems_5000
  953. DisplayName: '&cThe Smelter'
  954. Reward:
  955. Command: kit dust2 PLAYER
  956.  
  957. # When a player enters a specific command (specify
  958. command prefixes in lower case without initial slash).
  959.  
  960. # For instance a command /awf add world from the AntiWorldFly
  961. plugin matches with subcategory 'awf add'.
  962. PlayerCommands:
  963. aach stats:
  964. '10':
  965. Message: Run the stats command 10 times!
  966. Name: playercommand_aachstats_10
  967. DisplayName: Statistician
  968.  
  969. # ===========================OOO=OOO===========================#
  970. # VI-------------------------------------------------------VI
  971. # | Command achievements |
  972. # 6---------------------------------------------------------6
  973. # ===========================ooo=ooo===========================#
  974. # Let achievement commands be given several times.
  975. MultiCommand: false
  976.  
  977. # A player with achievement.give (or the console)
  978. can use /aach give yourAch1 PLAYER to give
  979.  
  980. # yourAch1 achievement to PLAYER. The /aach give command
  981. does NOT work with other achievements.
  982. Commands:
  983. yourAch1:
  984. Message: '...'
  985. Name: yourAch1
  986. DisplayName: Coming soon!
  987.  
  988. # ===========================OOOOOOO===========================#
  989. # VII-----------------------------------------------------VII
  990. # | Parameters in future plugin versions will appear
  991. here _VERT_
  992.  
  993. # 7---------------------------------------------------------7
  994. # ===========================ooooooo===========================#
  995. # Stop all stats from increasing when player in spectator
  996. mode, including PlayedTime.
  997.  
  998. # Connection achievements will only be handled once
  999. a player switches to a non_HYPHEN_spectator mode.
  1000.  
  1001. # No effect if using Minecraft 1.7.9 or 1.7.10.
  1002. RestrictSpectator: true
  1003.  
  1004. # Set to true to activate simpler effects and a calm
  1005. sound when a player receives an achievement.
  1006.  
  1007. # Ignored if Firework parameter is set to true.
  1008. SimplifiedReception: false
  1009.  
  1010. # Notify other connected players when an achievement
  1011. is received.
  1012.  
  1013. # Default behaviour, a player can override what he
  1014. sees by using /aach toggle.
  1015. NotifyOtherPlayers: false
  1016.  
  1017. # When NotifyOtherPlayers is enabled, notifications
  1018. are done using action bars when ActionBarNotify is true.
  1019.  
  1020. # When ActionBarNotify is false, chat messages are
  1021. used.
  1022. ActionBarNotify: true
  1023.  
  1024. # Stop all stats from increasing when player in adventure
  1025. mode, including PlayedTime.
  1026.  
  1027. # Connection achievements will only be handled once
  1028. a player switches to a non-adventure mode.
  1029. RestrictAdventure: false
  1030.  
  1031. # Register advancements with a description corresponding
  1032. to the Message parameter of each achievement.
  1033.  
  1034. # If changed, run /aach generate to regenerate advancements
  1035. with the new parameter value taken into account.
  1036.  
  1037. # No effect if using Minecraft versions prior to 1.12.
  1038. RegisterAdvancementDescriptions: true
  1039.  
  1040. # Hide categories for which the player does not have
  1041. the corresponding count permissions.
  1042. HideNoPermissionCategories: false
  1043.  
  1044. # When animals breed (specify an entity name, lower case).
  1045. Breeding: {}
  1046.  
  1047. # If true, hide advancements from the advancement GUI. Advancement notifications will still appear when receiving achievements.
  1048. # No effect if using Minecraft versions prior to 1.12.
  1049. HideAdvancements: false
  1050.  
  1051. #If true, PlayedTime will no longer increase when the player is AFK. Requires Essentials to work.
  1052. IgnoreAFKPlayedTime: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement