Advertisement
Guest User

Untitled

a guest
Jan 14th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.21 KB | None | 0 0
  1.  
  2. #==============================O==============================#
  3. # I---------------------------------------------------------I #
  4. # | Advanced Achievements 5.5 configuration - Readme | #
  5. # 1---------------------------------------------------------1 #
  6. #==============================o==============================#
  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. # Possible items for rewards/Crafts/Places/Breaks: hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  12. # Possible mobs for the Kills section: hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
  13. # Default config.yml file: github.com/PyvesB/AdvancedAchievements/blob/master/src/main/resources/config.yml
  14. # Visit the wiki for some valuable additional documentation: github.com/PyvesB/AdvancedAchievements/wiki
  15. #=============================O=O=============================#
  16. # II-------------------------------------------------------II #
  17. # | General settings | #
  18. # 2---------------------------------------------------------2 #
  19. #=============================o=o=============================#
  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.  
  95. # - yourWorld1
  96. # - yourWorld2
  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. # If changed, do a full server restart, and not just /aach reload.
  103. DisabledCategories: []
  104. # - PetMasterGive
  105. # - PetMasterReceive
  106. # - DistanceLlama
  107. # - DistanceGliding
  108.  
  109. # Obfuscate achievements that have not yet been received in /aach list.
  110. ObfuscateNotReceived: false
  111.  
  112. # For categories with a series of related achievements where the only thing changing is the number of times
  113. # the event has occurred, show achievements that have been obtained and show the next obtainable achievement,
  114. # but obfuscate the additional achievements. For example, under Places, stone, the first achievement could have a
  115. # target of 100 stone, the second 500 stone, and the third 1000 stone. When ObfuscateProgressiveAchievements
  116. # is true, initially only the 100 stone achievement will be readable in the GUI. Once 100 stone have been placed,
  117. # the 500 stone achievement will become legible.
  118. ObfuscateProgressiveAchievements: false
  119.  
  120. # Hide categories with no achievements yet received in /aach list by marking them as locked.
  121. HideNotReceivedCategories: false
  122.  
  123. # Completely hide categories for which the player does not have the corresponding count permissions.
  124. HideNoPermissionCategories: false
  125.  
  126. # Hide the reward display in /aach list.
  127. HideRewardDisplayInList: false
  128.  
  129. # Display precise statistic information in the /aach list progress bars.
  130. EnrichedListProgressBars: true
  131.  
  132. # Annotate each achievement displayed in a /aach list category with a number.
  133. NumberedItemsInList: false
  134.  
  135. # Color used for Goals and progress bars in /aach list when an achievement is not yet received.
  136. ListColorNotReceived: 8
  137.  
  138. # Sort pages of the book in chronological order (false for reverse chronological order).
  139. BookChronologicalOrder: true
  140.  
  141. # Do not take into account items broken with Silk Touch for the Breaks achievements.
  142. DisableSilkTouchBreaks: false
  143.  
  144. # Do not take into account ores broken with Silk Touch for the Breaks achievements.
  145. # DisableSilkTouchBreaks takes precedence over this. Not applicable to iron or gold ores.
  146. DisableSilkTouchOreBreaks: false
  147.  
  148. # Name of the language file.
  149. LanguageFileName: lang.yml
  150.  
  151. # Time in seconds between each statistic count. Only the listed categories are currently supported.
  152. StatisticCooldown:
  153. LavaBuckets: 10
  154. WaterBuckets: 10
  155. Milk: 10
  156. Beds: 30
  157. Brewing: 5
  158. MusicDiscs: 30
  159.  
  160. # Display action bar message when player performs an action while in the cooldown period.
  161. # No effect if using Minecraft 1.7.9 or 1.7.10.
  162. CooldownActionBar: true
  163.  
  164. # Locale used to format dates in /aach book and /aach list. You must select an ISO 639 language code.
  165. # The list of possible language codes can be found at www.loc.gov/standards/iso639-2/php/code_list.php
  166. DateLocale: en
  167.  
  168. # Display time of reception of achievements in /aach book and /aach list in addition to the date. For achievements
  169. # received in plugin versions prior to 3.0, the precise time information is not available and will be displayed as midnight.
  170. DateDisplayTime: true
  171.  
  172. # Register advancements with a description corresponding to the Goal parameter of each achievement.
  173. # If changed, run /aach generate to regenerate advancements with the new parameter value taken into account.
  174. # No effect if using Minecraft versions prior to 1.12.
  175. RegisterAdvancementDescriptions: true
  176.  
  177. # If true, hide advancements from the advancement GUI. Advancement notifications will still appear when receiving achievements.
  178. # No effect if using Minecraft versions prior to 1.12.
  179. HideAdvancements: false
  180.  
  181. # If true, PlayedTime will no longer increase when the player is AFK. Requires Essentials to work.
  182. IgnoreAFKPlayedTime: false
  183.  
  184. # Awarded when a player has received all the achievements. Use the same reward pattern as with achievements.
  185. # See https://github.com/PyvesB/AdvancedAchievements/wiki/Rewards
  186. AllAchievementsReceivedRewards:
  187. Command:
  188. Execute: manuadd PLAYER hautroi
  189.  
  190. #=============================OOO=============================#
  191. # III-----------------------------------------------------III #
  192. # | Database settings | #
  193. # 3---------------------------------------------------------3 #
  194. #=============================ooo=============================#
  195. # Make a daily backup of your local database (if sqlite).
  196. DatabaseBackup: true
  197.  
  198. # Database type, sqlite, postgresql or mysql. Do a full server restart for this to take effect.
  199. DatabaseType: sqlite
  200.  
  201. # Prefix added to the tables in the database. If you switch from the default tables names (no prefix),
  202. # the plugin will attempt an automatic renaming. Otherwise you have to rename your tables manually.
  203. # Do a full server restart for this to take effect.
  204. TablePrefix: ''
  205.  
  206. # Specify additional options when opening a connection to a MySQL/PostgreSQL database. Start each option with &,
  207. # for instance "&useUnicode=yes&characterEncoding=UTF-8".
  208. AdditionalConnectionOptions: ''
  209.  
  210. # Settings to link with MySQL database (ignored if sqlite or postgresql).
  211. MYSQL:
  212. Database: jdbc:mysql://localhost:3306/minecraft
  213. User: root
  214. Password: root
  215.  
  216. # Settings to link with PostgresSQL database (ignored if sqlite or mysql).
  217. # Refer to https://github.com/PyvesB/AdvancedAchievements/wiki/Installation to set up PostgreSQL.
  218. POSTGRESQL:
  219. Database: jdbc:postgresql://localhost:5432/minecraft
  220. User: root
  221. Password: root
  222.  
  223. #============================OO=OO============================#
  224. # IV-------------------------------------------------------IV #
  225. # | Performance settings | #
  226. # 4---------------------------------------------------------4 #
  227. #============================oo=oo============================#
  228. # DO NOT CHANGE THE FOLLOWING UNLESS YOU ARE AN EXPERIENCED USER. The intervals are in seconds.
  229. # If any of the performance settings are changed, do a full server restart, and not just /aach reload.
  230. # Frequency of play time checks for players. Smaller values give more precision but more CPU usage.
  231. PlaytimeTaskInterval: 60
  232.  
  233. # Calculates distance traveled by players. Smaller values give more precision but more CPU usage.
  234. DistanceTaskInterval: 5
  235.  
  236. # Frequency of some statistics writes to the database.
  237. PooledRequestsTaskInterval: 10
  238.  
  239. #============================OOOOO============================#
  240. # V---------------------------------------------------------V #
  241. # | Action achievements | #
  242. # 5---------------------------------------------------------5 #
  243. #============================ooooo============================#
  244. # When a player connects during the day; statistic increases at most once per day.
  245. Connections:
  246. '1':
  247. Message: You connected to our server for the first time!
  248. Name: connect_1
  249. DisplayName: Good Choice
  250.  
  251. # When a specific block is placed (specify material name, lower case).
  252. Places:
  253. smooth_brick:
  254. '500':
  255. Goal: Place 500 stone bricks.
  256. Message: '&4You have placed 500 stone bricks!'
  257. Name: place_500_smooth_brick
  258. DisplayName: Stone Brick Layer
  259. '2500':
  260. Goal: Place 2500 stone bricks.
  261. Message: '&4You have placed 2500 stone bricks!'
  262. Name: place_2500_smooth_brick
  263. DisplayName: Stone Brick Architect
  264. stone:
  265. '100':
  266. Message: '&4One hundred placed stones!'
  267. Name: place_100_stone
  268. DisplayName: Stone Addict
  269. '1000':
  270. Message: '&4One thousand placed stones!'
  271. Name: place_1000_stone
  272. DisplayName: Stone God
  273. Reward:
  274. Command:
  275. Execute: 'say §7ALERT: §4PLAYER§7 has become the §4STONE GOD§7!'
  276. Display: Become the Stone God!
  277.  
  278. # When a specific block is broken (specify material name, lower case).
  279. # Below, the notation sand:1 means sand item with metadata 1 (red sand).
  280. Breaks:
  281. sand:1:
  282. '10':
  283. Message: '&cYou have collected 10 red sand blocks!'
  284. Name: break_10_sand1
  285. DisplayName: Red Sand Fan
  286. stone:
  287. '1':
  288. Message: '&1The first time you went mining!'
  289. Name: break_1_stone
  290. DisplayName: Cobble!
  291. Reward:
  292. Command:
  293. Execute: give PLAYER 158 10; give PLAYER 126 5
  294.  
  295. # When a specific mob is killed.
  296. # Use an Entity name or poweredcreeper, in lower case.
  297. # Use player to track player kills as a whole.
  298. # Use specificplayer- followed by player UUID to track how many times a specific player has been killed.
  299. Kills:
  300. zombie:
  301. '1':
  302. Message: '&8The first time you killed a zombie!'
  303. DisplayName: The Walking Dead
  304. Name: kills_1_zombie
  305. Reward:
  306. Money: 1
  307. Item: diamond 1
  308. specificplayer-56c79b19-4500-466c-94ea-514a755fdd09:
  309. '1':
  310. Message: You killed the author of the plugin!
  311. DisplayName: No More DarkPyves
  312. Name: kills_1_darkpyves
  313. Reward:
  314. IncreaseMaxHealth: 1
  315.  
  316. # When a specific item is crafted (specify material name, lower case).
  317. Crafts:
  318. diamond_sword:
  319. '1':
  320. Message: The first time you crafted a blade!
  321. Name: craft_1_blade
  322. DisplayName: Blacksmith Apprentice
  323. Reward:
  324. Money: 2
  325.  
  326. # When the player dies.
  327. Deaths:
  328. '1':
  329. Message: The first time you died!
  330. Name: deaths_1
  331. DisplayName: Rest in Peace
  332. Reward:
  333. Item: stone 5 Tombstone
  334.  
  335. # When an arrow is shot.
  336. Arrows:
  337. '50':
  338. Message: 50 arrows shot!
  339. Name: arrows_50
  340. DisplayName: Arrows Around the Place
  341.  
  342. # When a snowball is thrown.
  343. Snowballs:
  344. '1000':
  345. Message: 1000 snowballs thrown. That's the spirit!
  346. Name: snowballs_1000
  347. DisplayName: Winter Addict
  348. Reward:
  349. IncreaseMaxOxygen: 30
  350.  
  351. # When an egg is thrown.
  352. Eggs:
  353. '1000':
  354. Message: 1000 eggs thrown!
  355. Name: eggs_1000
  356. DisplayName: Omelet Addict
  357.  
  358. # When a fish is caught.
  359. Fish:
  360. '1':
  361. Message: The first time you caught a fish!
  362. Name: fish_1
  363. DisplayName: Time for Fish and Chips
  364.  
  365. # When a treasure is caught with a fishing rod.
  366. Treasures:
  367. '1':
  368. Message: Your first treasure from the sea!
  369. Name: treasure_1
  370. DisplayName: Treasure Hunter
  371.  
  372. # When a tool/armor/weapon is broken.
  373. ItemBreaks:
  374. '1':
  375. Message: You broke your favorite tool!
  376. Name: itembreaks_1
  377. DisplayName: '&4Clumsy Guy'
  378.  
  379. # When an item is eaten (excludes potions and milk).
  380. EatenItems:
  381. '1':
  382. Message: Just had a snack!
  383. Name: eatenitems_1
  384. DisplayName: First Snack
  385.  
  386. # When a sheep is sheared.
  387. Shear:
  388. '100':
  389. Message: 100 sheep sheared!
  390. Name: shear_100
  391. DisplayName: '&1Wool Addict'
  392.  
  393. # When a cow is milked.
  394. Milk:
  395. '1':
  396. Message: Just milked a cow!
  397. Name: milk_1
  398. DisplayName: First Milk
  399. Reward:
  400. Experience: 100
  401.  
  402. # When a bucket is filled with lava.
  403. LavaBuckets:
  404. '10':
  405. Message: 10 buckets filled with lava!
  406. Name: lavabuckets_10
  407. DisplayName: Pyroman
  408.  
  409. # When a bucket is filled with water.
  410. WaterBuckets:
  411. '15':
  412. Message: 15 buckets filled with water!
  413. Name: waterbuckets_15
  414. DisplayName: Fireman
  415.  
  416. # When a trade with a villager is made.
  417. Trades:
  418. '1':
  419. Message: Doing business with your first villager!
  420. Name: trades_1
  421. DisplayName: First Trade
  422.  
  423. # When an anvil is used.
  424. AnvilsUsed:
  425. '1':
  426. Message: You just repaired your first item!
  427. Name: anvilsused_1
  428. DisplayName: First Repair
  429.  
  430. # When an enchantment is performed.
  431. Enchantments:
  432. '5':
  433. Message: 5 objects enchanted!
  434. Name: enchantments_5
  435. DisplayName: '&5Wizard'
  436.  
  437. # When a bed is entered.
  438. Beds:
  439. '5':
  440. Message: You entered a bed 5 times!
  441. Name: bed_5
  442. DisplayName: Sleepy Guy
  443.  
  444. # Maximum level reached.
  445. MaxLevel:
  446. '10':
  447. Message: Level 10 reached!
  448. Name: maxlevel_10
  449. DisplayName: '&4Rookie'
  450.  
  451. # When a potion is consumed.
  452. ConsumedPotions:
  453. '100':
  454. Message: Drinking weird beverages all the time...
  455. Name: consumedpotions_100
  456. DisplayName: Alcoholic
  457.  
  458. # Amount of time played on the server (in hours, use integers).
  459. PlayedTime:
  460. '1':
  461. Message: You played during one hour on the server!
  462. Name: playedtime_1
  463. DisplayName: First Hour
  464.  
  465. # When a distance is traveled by foot.
  466. DistanceFoot:
  467. '1000':
  468. Message: You traveled 1000 blocks by foot!
  469. Name: distancefoot_1000
  470. DisplayName: Big Walker
  471.  
  472. # When a distance is traveled on a pig.
  473. DistancePig:
  474. '100':
  475. Message: You traveled 100 blocks on a pig!
  476. Name: distancepig_100
  477. DisplayName: Carrot on a Stick Master
  478.  
  479. # When a distance is traveled on a horse.
  480. DistanceHorse:
  481. '500':
  482. Message: You traveled 500 blocks on a horse!
  483. Name: distancehorse_500
  484. DisplayName: The Avener
  485.  
  486. # When a distance is traveled in a minecart.
  487. DistanceMinecart:
  488. '100':
  489. Message: You traveled 100 blocks in a minecart!
  490. Name: distanceminecart_100
  491. DisplayName: Carting Fan
  492.  
  493. # When a distance is traveled in a boat.
  494. DistanceBoat:
  495. '200':
  496. Message: You traveled 200 blocks in a boat!
  497. Name: distanceboat_200
  498. DisplayName: Great Sailor
  499.  
  500. # When a distance is traveled with elytra.
  501. # Ignored on Minecraft versions prior to 1.9, add it to DisabledCategories list.
  502. DistanceGliding:
  503. '100':
  504. Message: You traveled 100 blocks with elytra!
  505. Name: distancegliding_100
  506. DisplayName: Angel
  507.  
  508. # When a distance is traveled on a llama.
  509. # Ignored on Minecraft versions prior to 1.11, add it to DisabledCategories list.
  510. DistanceLlama:
  511. '50':
  512. Message: You traveled 50 blocks on a llama!
  513. Name: distancellama_50
  514. DisplayName: Llama Rider
  515.  
  516. # When an item is dropped on the ground.
  517. ItemDrops:
  518. '15':
  519. Message: You're killing the planet!
  520. Name: itemdrops_15
  521. DisplayName: Polluter
  522. '20':
  523. Message: You're killing the planet!
  524. Name: itemdrops_20
  525. DisplayName: Polluter
  526. '25':
  527. Message: You're killing the planet!
  528. Name: itemdrops_25
  529. DisplayName: Polluter
  530.  
  531. # When an item is picked up from the ground.
  532. ItemPickups:
  533. '40':
  534. Message: You're saving the planet!
  535. Name: itempickups_40
  536. DisplayName: Environmentalist
  537.  
  538. # When soil is plowed with a hoe.
  539. HoePlowings:
  540. '10':
  541. Message: You plowed the ground 10 times!
  542. Name: hoeplowings_10
  543. DisplayName: Farmer
  544. Reward:
  545. Item: cookie 15
  546.  
  547. # When bone meal is used to fertilise plants.
  548. Fertilising:
  549. '15':
  550. Message: You used bone meal on plants 15 times!
  551. Name: fertilising_15
  552. DisplayName: Gardener
  553.  
  554. # When an animal is tamed.
  555. Taming:
  556. '1':
  557. Message: You tamed your first animal!
  558. Name: taming_1
  559. DisplayName: Tamer
  560.  
  561. # When animals breed (specify an entity name, lower case).
  562. Breeding:
  563. sheep:
  564. '100':
  565. Message: You bred your first animal!
  566. Name: breeding_1
  567. DisplayName: Breeder
  568.  
  569. # When a potion is brewed.
  570. Brewing:
  571. '1':
  572. Message: You brewed your first potion!
  573. Name: brewing_1
  574. DisplayName: Alchemist
  575.  
  576. # When a firework is launched.
  577. Fireworks:
  578. '10':
  579. Message: You launched 10 fireworks!
  580. Name: fireworks_10
  581. DisplayName: Pyrotechnist
  582. Reward:
  583. Experience: 200
  584.  
  585. # When a music disc is played.
  586. MusicDiscs:
  587. '1':
  588. Message: One jukebox used!
  589. Name: musicdiscs_1
  590. DisplayName: DJ
  591.  
  592. # When a player teleports with an enderpearl.
  593. EnderPearls:
  594. '10':
  595. Message: 10 teleportations with ender pearls!
  596. Name: enderpearls_10
  597. DisplayName: Teleport Man
  598.  
  599. # When a player gives a pet to another player (requires Pet Master plugin version 1.4 or above).
  600. PetMasterGive:
  601. '3':
  602. Message: 3 pets given to friends!
  603. Name: petmastergive_3
  604. DisplayName: Donator
  605.  
  606. # When a player receives a pet from another player (requires Pet Master plugin version 1.4 or above).
  607. PetMasterReceive:
  608. '10':
  609. Message: 10 pets received from friends!
  610. Name: petmasterreceive_10
  611. DisplayName: Receiver
  612.  
  613. # When an item is smelt in a furnace.
  614. Smelting:
  615. '250':
  616. Message: 250 items smelt in a furnace!
  617. Name: smeltitems_250
  618. DisplayName: The Smelter
  619.  
  620. # When a player enters a specific command (specify command prefixes in lower case without initial slash).
  621. # For instance a command /awf add world from the AntiWorldFly plugin matches with subcategory 'awf add'.
  622. # Aliases of a given command will also be taken into account.
  623. PlayerCommands:
  624. aach stats:
  625. '10':
  626. Message: Run the stats command 10 times!
  627. Name: playercommand_aachstats_10
  628. DisplayName: Statistician
  629. Rewards:
  630. Commands:
  631. Execute: 'say §cALERT: §7PLAYER is now a statistician'
  632. Display: Broadcast
  633.  
  634. #===========================OOO=OOO===========================#
  635. # VI-------------------------------------------------------VI #
  636. # | Command-based achievements | #
  637. # 6---------------------------------------------------------6 #
  638. #===========================ooo=ooo===========================#
  639. # Let achievement commands be given several times.
  640. MultiCommand: true
  641.  
  642. # A player with achievement.give (or the console) can use /aach give yourAch1 PLAYER to give
  643. # yourAch1 achievement to PLAYER. The /aach give command does NOT work with other achievements.
  644. Commands:
  645. yourAch1:
  646. Message: You took part in the special event!
  647. Name: yourAch1
  648. DisplayName: Special Event Achievement!
  649.  
  650. # When the command /aach add is called for this category.
  651. Custom:
  652. votes:
  653. '10':
  654. Message: Vote 10 times for the server!
  655. Name: customs_votes_10
  656. DisplayName: Server fan
  657. Reward:
  658. Money: 5
  659.  
  660. #===========================OOOOOOO===========================#
  661. # VII-----------------------------------------------------VII #
  662. # | Parameters in future plugin versions will appear here | #
  663. # 7---------------------------------------------------------7 #
  664. #===========================ooooooo===========================#
  665. #Awarded when a player has received all the achievements. Use the same reward pattern as with achievements.
  666. #See https://github.com/PyvesB/AdvancedAchievements/wiki/Rewards
  667. DisabledCategories:
  668. - Beds
  669. - Snowballs
  670. - Fireworks
  671. - MusicDiscs
  672. - DistancePig
  673. - DistanceMinecart
  674. - Commands
  675. - Custom
  676. - Connections
  677. - Deaths
  678. - Places
  679. - Breaks
  680. - Kills
  681. - Crafts
  682. - Arrows
  683. - Eggs
  684. - Fish
  685. - Treasures
  686. - ItemBreaks
  687. - PlayerCommands
  688. - EatenItems
  689. - Shear
  690. - Milk
  691. - LavaBuckets
  692. - WaterBuckets
  693. - Trades
  694. - AnvilsUsed
  695. - Enchantments
  696. - MaxLevel
  697. - ConsumedPotions
  698. - PlayedTime
  699. - DistanceFoot
  700. - DistanceHorse
  701. - ItemPickups
  702. - HoePlowings
  703. - Fertilising
  704. - Taming
  705. - Breeding
  706. - Brewing
  707. - DistanceBoat
  708. - EnderPearls
  709. - Smelting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement