Advertisement
Guest User

Untitled

a guest
Jan 11th, 2018
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.75 KB | None | 0 0
  1. #==============================O==============================#
  2. # I---------------------------------------------------------I #
  3. # | Advanced Achievements 5.5 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. # 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.  
  16. #=============================O=O=============================#
  17. # II-------------------------------------------------------II #
  18. # | General settings | #
  19. # 2---------------------------------------------------------2 #
  20. #=============================o=o=============================#
  21.  
  22. # Time in seconds between each /aach book (unless user has permission achievement.*).
  23. TimeBook: 900
  24.  
  25. # Check for update on plugin launch and notify when an OP joins the game.
  26. CheckForUpdate: true
  27.  
  28. # Set to true to activate firework effects when a player receives an achievement.
  29. Firework: true
  30.  
  31. # Choose BALL_LARGE, BALL, BURST, CREEPER, STAR or RANDOM.
  32. FireworkStyle: BALL_LARGE
  33.  
  34. # Set to true to activate simpler effects and a calm sound when a player receives an achievement.
  35. # Ignored if Firework setting is set to true.
  36. SimplifiedReception: false
  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 performing /aach book, /aach stats with all achievements and
  42. # /aach top, week or month when ranked in the top list.
  43. AdditionalEffects: true
  44.  
  45. # Set to true to activate sounds when performing /aach book, /aach stats with all achievements and
  46. # /aach top, week or month when ranked in the top list.
  47. Sound: true
  48.  
  49. # Set the icon of the plugin (default: shamrock, \u2618).
  50. Icon: \u2618
  51.  
  52. # Set the color of the plugin (default: 5, dark purple).
  53. Color: 5
  54.  
  55. # Notify other connected players when an achievement is received.
  56. # Default behaviour, a player can override what he sees by using /aach toggle.
  57. NotifyOtherPlayers: false
  58.  
  59. # When NotifyOtherPlayers is enabled, notifications are done using action bars when ActionBarNotify is true.
  60. # When ActionBarNotify is false, chat messages are used.
  61. ActionBarNotify: true
  62.  
  63. # Display achievement Name and Message as screen titles. No effect if using Minecraft 1.7.9 or 1.7.10.
  64. TitleScreen: true
  65.  
  66. # When a player receives an achievement, the Name, Message and rewards of the achievement are displayed in
  67. # the chat. If HoverableReceiverChatText is true, a single hoverable text will be displayed to the receiver.
  68. # Otherwise texts will be displayed one after the other.
  69. HoverableReceiverChatText: false
  70.  
  71. # Separator between name, description and date on a book page.
  72. BookSeparator: ""
  73.  
  74. # Set the format of the achievement name in /aach list (default: "%ICON% %NAME% %ICON%").
  75. ListAchievementFormat: "%ICON% %NAME% %ICON%"
  76.  
  77. # Set the format of the header used for most chat messages (default: "&7[%ICON%&7]").
  78. ChatHeader: "&7[%ICON%&7]"
  79.  
  80. # Stop all stats from increasing when player in creative mode, including PlayedTime.
  81. # Connection achievements will only be handled once a player switches to a non-creative mode.
  82. RestrictCreative: false
  83.  
  84. # Stop all stats from increasing when player in spectator mode, including PlayedTime.
  85. # Connection achievements will only be handled once a player switches to a non-spectator mode.
  86. # No effect if using Minecraft 1.7.9 or 1.7.10.
  87. RestrictSpectator: true
  88.  
  89. # Stop all stats from increasing when player in adventure mode, including PlayedTime.
  90. # Connection achievements will only be handled once a player switches to a non-adventure mode.
  91. RestrictAdventure: false
  92.  
  93. # Stop all stats from increasing when player in a specific world, including PlayedTime (delete the [] before adding values).
  94. # Connection achievements will only be handled once a player enters a non-excluded world.
  95. ExcludedWorlds: []
  96. # - yourWorld1
  97. # - yourWorld2
  98.  
  99. # Ignore vertical dimension (Y axis) when calculating distance statistics.
  100. IgnoreVerticalDistance: false
  101.  
  102. # Don't show these categories in the achievement GUI or in the stats output (delete the [] before adding values).
  103. # Also prevent obtaining achievements for these categories and prevent stats from increasing.
  104. # If changed, do a full server restart, and not just /aach reload.
  105. DisabledCategories:
  106. # - PetMasterGive
  107. # - PetMasterReceive
  108. # - DistanceLlama
  109. # - DistanceGliding
  110. - Beds
  111.  
  112. # Obfuscate achievements that have not yet been received in /aach list.
  113. ObfuscateNotReceived: false
  114.  
  115. # For categories with a series of related achievements where the only thing changing is the number of times
  116. # the event has occurred, show achievements that have been obtained and show the next obtainable achievement,
  117. # but obfuscate the additional achievements. For example, under Places, stone, the first achievement could have a
  118. # target of 100 stone, the second 500 stone, and the third 1000 stone. When ObfuscateProgressiveAchievements
  119. # is true, initially only the 100 stone achievement will be readable in the GUI. Once 100 stone have been placed,
  120. # the 500 stone achievement will become legible.
  121. ObfuscateProgressiveAchievements: false
  122.  
  123. # Hide categories with no achievements yet received in /aach list by marking them as locked.
  124. HideNotReceivedCategories: false
  125.  
  126. # Completely hide categories for which the player does not have the corresponding count permissions.
  127. HideNoPermissionCategories: false
  128.  
  129. # Hide the reward display in /aach list.
  130. HideRewardDisplayInList: false
  131.  
  132. # Display precise statistic information in the /aach list progress bars.
  133. EnrichedListProgressBars: true
  134.  
  135. # Annotate each achievement displayed in a /aach list category with a number.
  136. NumberedItemsInList: false
  137.  
  138. # Color used for Goals and progress bars in /aach list when an achievement is not yet received.
  139. ListColorNotReceived: 8
  140.  
  141. # Sort pages of the book in chronological order (false for reverse chronological order).
  142. BookChronologicalOrder: true
  143.  
  144. # Do not take into account items broken with Silk Touch for the Breaks achievements.
  145. DisableSilkTouchBreaks: false
  146.  
  147. # Do not take into account ores broken with Silk Touch for the Breaks achievements.
  148. # DisableSilkTouchBreaks takes precedence over this. Not applicable to iron or gold ores.
  149. DisableSilkTouchOreBreaks: false
  150.  
  151. # Name of the language file.
  152. LanguageFileName: lang.yml
  153.  
  154. # Time in seconds between each statistic count. Only the listed categories are currently supported.
  155. StatisticCooldown:
  156. LavaBuckets: 10
  157. WaterBuckets: 10
  158. Milk: 10
  159. Beds: 30
  160. Brewing: 5
  161. MusicDiscs: 30
  162.  
  163. # Display action bar message when player performs an action while in the cooldown period.
  164. # No effect if using Minecraft 1.7.9 or 1.7.10.
  165. CooldownActionBar: true
  166.  
  167. # Locale used to format dates in /aach book and /aach list. You must select an ISO 639 language code.
  168. # The list of possible language codes can be found at www.loc.gov/standards/iso639-2/php/code_list.php
  169. DateLocale: en
  170.  
  171. # Display time of reception of achievements in /aach book and /aach list in addition to the date. For achievements
  172. # received in plugin versions prior to 3.0, the precise time information is not available and will be displayed as midnight.
  173. DateDisplayTime: true
  174.  
  175. # Register advancements with a description corresponding to the Goal parameter of each achievement.
  176. # If changed, run /aach generate to regenerate advancements with the new parameter value taken into account.
  177. # No effect if using Minecraft versions prior to 1.12.
  178. RegisterAdvancementDescriptions: true
  179.  
  180. # If true, hide advancements from the advancement GUI. Advancement notifications will still appear when receiving achievements.
  181. # No effect if using Minecraft versions prior to 1.12.
  182. HideAdvancements: false
  183.  
  184. # If true, PlayedTime will no longer increase when the player is AFK. Requires Essentials to work.
  185. IgnoreAFKPlayedTime: false
  186.  
  187. #=============================OOO=============================#
  188. # III-----------------------------------------------------III #
  189. # | Database settings | #
  190. # 3---------------------------------------------------------3 #
  191. #=============================ooo=============================#
  192.  
  193. # Make a daily backup of your local database (if sqlite).
  194. DatabaseBackup: true
  195.  
  196. # Database type, sqlite, postgresql or mysql. Do a full server restart for this to take effect.
  197. DatabaseType: sqlite
  198.  
  199. # Prefix added to the tables in the database. If you switch from the default tables names (no prefix),
  200. # the plugin will attempt an automatic renaming. Otherwise you have to rename your tables manually.
  201. # Do a full server restart for this to take effect.
  202. TablePrefix: ""
  203.  
  204. # Specify additional options when opening a connection to a MySQL/PostgreSQL database. Start each option with &,
  205. # for instance "&useUnicode=yes&characterEncoding=UTF-8".
  206. AdditionalConnectionOptions: ""
  207.  
  208. # Settings to link with MySQL database (ignored if sqlite or postgresql).
  209. MYSQL:
  210. Database: "jdbc:mysql://localhost:3306/minecraft"
  211. User: root
  212. Password: root
  213.  
  214. # Settings to link with PostgresSQL database (ignored if sqlite or mysql).
  215. # Refer to https://github.com/PyvesB/AdvancedAchievements/wiki/Installation to set up PostgreSQL.
  216. POSTGRESQL:
  217. Database: "jdbc:postgresql://localhost:5432/minecraft"
  218. User: root
  219. Password: root
  220.  
  221. #============================OO=OO============================#
  222. # IV-------------------------------------------------------IV #
  223. # | Performance settings | #
  224. # 4---------------------------------------------------------4 #
  225. #============================oo=oo============================#
  226.  
  227. # DO NOT CHANGE THE FOLLOWING UNLESS YOU ARE AN EXPERIENCED USER. The intervals are in seconds.
  228. # If any of the performance settings are changed, do a full server restart, and not just /aach reload.
  229. # Frequency of play time checks for players. Smaller values give more precision but more CPU usage.
  230. PlaytimeTaskInterval: 60
  231.  
  232. # Calculates distance traveled by players. Smaller values give more precision but more CPU usage.
  233. DistanceTaskInterval: 5
  234.  
  235. # Frequency of some statistics writes to the database.
  236. PooledRequestsTaskInterval: 10
  237.  
  238. #============================OOOOO============================#
  239. # V---------------------------------------------------------V #
  240. # | Action achievements | #
  241. # 5---------------------------------------------------------5 #
  242. #============================ooooo============================#
  243.  
  244. # When a player connects during the day; statistic increases at most once per day.
  245. Connections:
  246. 1:
  247. Message: Tu t'es connecté sur Icarya pour la 1ere fois!
  248. Name: connect_1
  249. DisplayName: Bon choix
  250.  
  251. # When a specific block is placed (specify material name, lower case).
  252. Places:
  253. smooth_brick:
  254. 500:
  255. # Used in /aach list when achievement not yet received, and in advancements.
  256. Goal: Placer 500 stone bricks.
  257. # Description; displayed when receiving achievement, and in /aach book and /aach list.
  258. Message: "&4You have placed 500 stone bricks!"
  259. # Database name, must also be used in /aach delete and /aach check.
  260. Name: place_500_smooth_brick
  261. # Name; displayed when receiving achievement, and in /aach book and /aach list.
  262. DisplayName: Maçon
  263. 2500:
  264. Goal: "Placer 2500 stone bricks."
  265. Message: "&4You have placed 2500 stone bricks!"
  266. Name: place_2500_smooth_brick
  267. DisplayName: Architecte
  268. stone:
  269. 100:
  270. Message: "&4Placer 100 blocs de stone !"
  271. Name: place_100_stone
  272. DisplayName: Stone Addict
  273. 1000:
  274. Message: "&4Placer 1000 blocs de stone !"
  275. Name: place_1000_stone
  276. DisplayName: Dieu de la stone
  277. Reward:
  278. Command:
  279. Execute: kit hautroi PLAYER
  280. Display: §91 Kit Hautroi
  281.  
  282. # When a specific block is broken (specify material name, lower case).
  283. # Below, the notation sand:1 means sand item with metadata 1 (red sand).
  284. Breaks:
  285. sand:1:
  286. 10:
  287. Message: "&cCollecter 10 sables rouges !"
  288. Name: break_10_sand1
  289. DisplayName: Désert Rouge
  290. stone:
  291. 1:
  292. Message: "&4Miner pour la première fois !"
  293. Name: break_1_stone
  294. DisplayName: Débutant
  295. # Use semicolons for multiple command rewards. PLAYER will be replaced by players name.
  296. Reward:
  297. Command:
  298. Execute: give PLAYER 278 1 efficiency:3
  299. Display: §91 Pioche Eff 3
  300.  
  301. # When a specific mob is killed.
  302. # Use an Entity name or poweredcreeper, in lower case.
  303. # Use player to track player kills as a whole.
  304. # Use specificplayer- followed by player UUID to track how many times a specific player has been killed.
  305. Kills:
  306. player:
  307. 50:
  308. Message: "&8Tuer 50 joueurs !"
  309. DisplayName: The Walking Dead
  310. Name: kills_50_player
  311. Reward:
  312. Command:
  313. Execute: give PLAYER 276 1 sharpness:3
  314. Display: §91 épée T3
  315. zombie:
  316. 50:
  317. Message: "&8Tuer 50 zombies !"
  318. DisplayName: The Walking Dead
  319. Name: kills_50_zombie
  320. Reward:
  321. Command:
  322. Execute: eco give PLAYER 750
  323. Display: §6$750
  324. sheep:
  325. 50:
  326. Message: "&8Tuer 50 moutons !"
  327. DisplayName: The Walking Dead
  328. Name: kills_50_sheep
  329. Reward:
  330. Command:
  331. Execute: eco give PLAYER 750
  332. Display: §6$750
  333. chicken:
  334. 50:
  335. Message: "&8Tuer 50 poules !"
  336. DisplayName: The Walking Dead
  337. Name: kills_50_chicken
  338. Reward:
  339. Command:
  340. Execute: eco give PLAYER 750
  341. Display: §6$750
  342. blaze:
  343. 20:
  344. Message: "&8Tuer 20 blazes !"
  345. DisplayName: The Walking Dead
  346. Name: kills_20_blaze
  347. Reward:
  348. Command:
  349. Execute: eco give PLAYER 750
  350. Display: §6$750
  351. skeleton:
  352. 50:
  353. Message: "&8Tuer 50 squelettes !"
  354. DisplayName: The Walking Dead
  355. Name: kills_50_skeleton
  356. Reward:
  357. Command:
  358. Execute: eco give PLAYER 750
  359. Display: §6$750
  360. creeper:
  361. 20:
  362. Message: "&8Tuer 20 creepers !"
  363. DisplayName: The Walking Dead
  364. Name: kills_20_skeleton
  365. Reward:
  366. Command:
  367. Execute: eco give PLAYER 750
  368. Display: §6$750
  369.  
  370. # When a specific item is crafted (specify material name, lower case).
  371. Crafts:
  372. diamond_sword:
  373. 1:
  374. Message: Crafter une épée en diamant !
  375. Name: craft_1_blade
  376. DisplayName: Bricoleur
  377. Reward:
  378. Command:
  379. Execute: give PLAYER 384 16
  380. Display: §a16 fioles d'xp
  381. bookshelf:
  382. 16:
  383. Message: Crafter 16 bibliothèques !
  384. Name: craft_16_biblio
  385. DisplayName: Bricoleur
  386. Reward:
  387. Command:
  388. Execute: give PLAYER 49 32
  389. Display: §d32 obsidiennes
  390. enchantment_table:
  391. 1:
  392. Message: Crafter 1 table d'enchantement !
  393. Name: craft_1_enchanttable
  394. DisplayName: Bricoleur
  395. Reward:
  396. Command:
  397. Execute: give PLAYER 369 16
  398. Display: §e16 Blaze Rod
  399. jukebox:
  400. 1:
  401. Message: Crafter 1 jukebox !
  402. Name: craft_1_jukebox
  403. DisplayName: Bricoleur
  404. Reward:
  405. Command:
  406. Execute: give PLAYER tnt 16
  407. Display: §c16 TnT
  408. fishing_rod:
  409. 1:
  410. Message: Crafter 1 canne à pêche !
  411. Name: craft_1_fishing
  412. DisplayName: Bricoleur
  413. anvil:
  414. 1:
  415. Message: Crafter 1 enclume !
  416. Name: craft_1_fishing
  417. DisplayName: Bricoleur
  418. bed:
  419. 1:
  420. Message: Crafter 1 lit !
  421. Name: craft_1_fishing
  422. DisplayName: Bricoleur
  423.  
  424. # When the player dies.
  425. Deaths:
  426. 1:
  427. Message: Mourrir 1 fois!
  428. Name: deaths_1
  429. DisplayName: Rest in Peace
  430. Reward:
  431. Command:
  432. Execute: give PLAYER 322:0 32
  433. Display: §a32 pommes d'or
  434. 5:
  435. Message: Mourrir 5 fois!
  436. Name: deaths_5
  437. DisplayName: Rest in Peace
  438. Reward:
  439. Command:
  440. Execute: eco give PLAYER 500
  441. Display: §6$500
  442. 10:
  443. Message: Mourrir 10 fois!
  444. Name: deaths_5
  445. DisplayName: Rest in Peace
  446. Reward:
  447. Command:
  448. Execute: kit seigneur PLAYER 500
  449. Display: §91 Kit Seigneur
  450.  
  451. # When an arrow is shot.
  452. Arrows:
  453. 10:
  454. Message: Tirer 10 flèches
  455. Name: arrows_10
  456. DisplayName: Tireur d'élite
  457. Reward:
  458. Command:
  459. Execute: give PLAYER 262 64
  460. Display: §264 Flèches
  461. 25:
  462. Message: Tirer 25 flèches
  463. Name: arrows_25
  464. DisplayName: Tireur d'élite
  465. 50:
  466. Message: Tirer 50 flèches
  467. Name: arrows_50
  468. DisplayName: Tireur d'élite
  469. 75:
  470. Message: Tirer 75 flèches
  471. Name: arrows_75
  472. DisplayName: Tireur d'élite
  473. Reward:
  474. Command:
  475. Execute: give PLAYER bow 1 flame:1
  476. Display: §21 arc flamme
  477. 100:
  478. Message: Tirer 100 flèches
  479. Name: arrows_100
  480. DisplayName: Tireur d'élite
  481. 125:
  482. Message: Tirer 125 flèches
  483. Name: arrows_125
  484. DisplayName: Tireur d'élite
  485. 150:
  486. Message: Tirer 150 flèches
  487. Name: arrows_150
  488. DisplayName: Tireur d'élite
  489. Reward:
  490. Command:
  491. Execute: give PLAYER bow 1 power:5
  492. Display: §21 arc puissance 5
  493.  
  494. # When a snowball is thrown.
  495. Snowballs:
  496. 500:
  497. Message: Tirer 500 boules de neige !
  498. Name: snowballs_500
  499. DisplayName: Winter Addict
  500.  
  501. # When an egg is thrown.
  502. Eggs:
  503. 500:
  504. Message: Tirer 500 oeufs de poules !
  505. Name: eggs_500
  506. DisplayName: Omelette
  507. Reward:
  508. Command:
  509. Execute: give PLAYER 383:50 8
  510. Display: §a0 oeufs de creeper
  511.  
  512. # When a fish is caught.
  513. Fish:
  514. 10:
  515. Message: Pêcher 10 poissons!
  516. Name: fish_10
  517. DisplayName: Pêcheur
  518. Reward:
  519. Command:
  520. Execute: give PLAYER 346 luck of the sea:3
  521. Display: §51 canne à pêche chance de la mer 3
  522.  
  523. # When a treasure is caught with a fishing rod.
  524. Treasures:
  525. 10:
  526. Message: Pêcheur de trésor !
  527. Name: treasure_10
  528. DisplayName: Un trésor ?
  529. Reward:
  530. Command:
  531. Execute: eco give PLAYER 5000
  532. Display: §6$5000
  533.  
  534. # When a tool/armor/weapon is broken.
  535. ItemBreaks:
  536. 1:
  537. Message: Consumer un outil ou une arme/armure jusqu'au bout !
  538. Name: itembreaks_1
  539. DisplayName: "&4Utilisation max"
  540. Reward:
  541. Command:
  542. Execute: kit p2 PLAYER
  543. Display: §b1 kit P2
  544.  
  545. # When an item is eaten (excludes potions and milk).
  546. EatenItems:
  547. 100:
  548. Message: Se nourrir de 100 aliments !
  549. Name: eatenitems_100
  550. DisplayName: Affamé !
  551. Reward:
  552. Command:
  553. Execute: give PLAYER 322:0 32
  554. Display: §d32 Pommes d'or
  555.  
  556. # When a sheep is sheared.
  557. Shear:
  558. 100:
  559. Message: Récupérer de la laine sur 100 moutons !
  560. Name: shear_100
  561. DisplayName: "&1Laine Addict"
  562.  
  563. # When a cow is milked.
  564. Milk:
  565. 50:
  566. Message: Récupérer du lait sur 50 vaches!
  567. Name: milk_50
  568. DisplayName: Du lait xd
  569. Reward:
  570. Command:
  571. Execute: give PLAYER 384 32
  572. Display: §d32 fioles d'xp
  573.  
  574. # When a bucket is filled with lava.
  575. LavaBuckets:
  576. 100:
  577. Message: Remplir 100 seaux de lave!
  578. Name: lavabuckets_100
  579. DisplayName: Pyroman
  580. Reward:
  581. Command:
  582. Execute: eco give PLAYER 600
  583. Display: §6$600
  584.  
  585. # When a bucket is filled with water.
  586. WaterBuckets:
  587. 100:
  588. Message: Remplir 100 seaux d'eau!
  589. Name: waterbuckets_15
  590. DisplayName: Pompier
  591. Reward:
  592. Command:
  593. Execute: give PLAYER emerald 16
  594. Display: §216 émeraudes
  595.  
  596. # When a trade with a villager is made.
  597. Trades:
  598. 1:
  599. Message: Faire 10 échanges avec des villageois
  600. Name: trades_1
  601. DisplayName: Commerçant
  602. Reward:
  603. Command:
  604. Execute: kit ecuyer PLAYER
  605. Display: §31 kit maille
  606.  
  607. # When an anvil is used.
  608. AnvilsUsed:
  609. 10:
  610. Message: Réparer 10 items avec une enclume !
  611. Name: anvilsused_10
  612. DisplayName: Réparateur
  613.  
  614. # When an enchantment is performed.
  615. Enchantments:
  616. 10:
  617. Message: Enchanter 10 items !
  618. Name: enchantments_10
  619. DisplayName: "&5Enchanteur"
  620. Reward:
  621. Command:
  622. Execute: kit chevalier PLAYER
  623. Display: §31 kit chevalier
  624.  
  625. # When a bed is entered.
  626. Beds:
  627. 5:
  628. Message: Utiliser un lit 5 fois !
  629. Name: bed_5
  630. DisplayName: Paresseux
  631.  
  632. # Maximum level reached.
  633. MaxLevel:
  634. 10:
  635. Message: Obtenir 10 niveau d'xp !
  636. Name: maxlevel_10
  637. DisplayName: Apprenti
  638. 20:
  639. Message: Obtenir 20 niveau d'xp !
  640. Name: maxlevel_20
  641. DisplayName: Apprenti
  642. 30:
  643. Message: Obtenir 30 niveau d'xp !
  644. Name: maxlevel_30
  645. DisplayName: Apprenti
  646. Reward:
  647. Command:
  648. Execute: kit enchanteur PLAYER
  649. Display: §31 kit enchanteur
  650.  
  651. # When a potion is consumed.
  652. ConsumedPotions:
  653. 100:
  654. Message: Boire 100 potions
  655. Name: consumedpotions_100
  656. DisplayName: Alcolo
  657. Reward:
  658. Command:
  659. Execute: kit alchimist PLAYER
  660. Display: §31 kit alchimist
  661.  
  662. # Amount of time played on the server (in hours, use integers).
  663. PlayedTime:
  664. 1:
  665. Message: Jouer 1 heure sur le serveur !
  666. Name: playedtime_1
  667. DisplayName: Le nouveau
  668. Reward:
  669. Command:
  670. Execute: eco give PLAYER 1500
  671. Display: §6$1500
  672. 2:
  673. Message: Jouer 2 heures sur le serveur !
  674. Name: playedtime_2
  675. DisplayName: Le commencement
  676. 5:
  677. Message: Jouer 5 heures sur le serveur !
  678. Name: playedtime_5
  679. DisplayName: Fidèle ;)
  680. Reward:
  681. Command:
  682. Execute: give PLAYER 368 16
  683. Display: §916 enderpearl
  684.  
  685. # When a distance is traveled by foot.
  686. DistanceFoot:
  687. 1000:
  688. Message: Marcher 1000 blocs !
  689. Name: distancefoot_1000
  690. DisplayName: En randonnée
  691. Reward:
  692. Command:
  693. Execute: eco give PLAYER 3000
  694. Display: §6$3000
  695. 2000:
  696. Message: Marcher 2500 blocs !
  697. Name: distancefoot_1000
  698. DisplayName: En randonnée
  699. Reward:
  700. Command:
  701. Execute: give PLAYER 398 1
  702. Display: §e1 carotte sur un bâton
  703. 5000:
  704. Message: Marcher 5000 blocs !
  705. Name: distancefoot_5000
  706. DisplayName: En randonnée
  707. Reward:
  708. Command:
  709. Execute: kit empereur PLAYER
  710. Display: §21 Kit Empereur
  711.  
  712. # When a distance is traveled on a pig.
  713. DistancePig:
  714. 200:
  715. Message: Parcourir 200 blocs sur un cochon !
  716. Name: distancepig_200
  717. DisplayName: Rodéo
  718.  
  719. # When a distance is traveled on a horse.
  720. DistanceHorse:
  721. 500:
  722. Message: Parcourir 2500 sur un cheval !
  723. Name: distancehorse_2500
  724. DisplayName: Cowboy
  725. Reward:
  726. Command:
  727. Execute: give PLAYER 66 16
  728. Display: §b16 rails
  729.  
  730. # When a distance is traveled in a minecart.
  731. DistanceMinecart:
  732. 100:
  733. Message: Parcourir 100 blocs dans un minecart!
  734. Name: distanceminecart_100
  735. DisplayName: Karting
  736.  
  737. # When a distance is traveled in a boat.
  738. DistanceBoat:
  739. 500:
  740. Message: Parcourir 500 blocs dans un bateau !
  741. Name: distanceboat_500
  742. DisplayName: Marin
  743.  
  744. # When a distance is traveled with elytra.
  745. # Ignored on Minecraft versions prior to 1.9, add it to DisabledCategories list.
  746. DistanceGliding:
  747. 100:
  748. Message: You traveled 100 blocks with elytra!
  749. Name: distancegliding_100
  750. DisplayName: Angel
  751.  
  752. # When a distance is traveled on a llama.
  753. # Ignored on Minecraft versions prior to 1.11, add it to DisabledCategories list.
  754. DistanceLlama:
  755. 50:
  756. Message: You traveled 50 blocks on a llama!
  757. Name: distancellama_50
  758. DisplayName: Llama Rider
  759.  
  760. # When an item is dropped on the ground.
  761. ItemDrops:
  762. 30:
  763. Message: Jeter 30 items !
  764. Name: itemdrops_30
  765. DisplayName: Pollueur
  766.  
  767. # When an item is picked up from the ground.
  768. ItemPickups:
  769. 100:
  770. Message: Ramasser 100 items au sol !
  771. Name: itempickups_100
  772. DisplayName: Green Peace
  773. Reward:
  774. Command:
  775. Execute: give PLAYER 2257 1
  776. Display: §a1 CD
  777.  
  778. # When soil is plowed with a hoe.
  779. HoePlowings:
  780. 100:
  781. Message: Labourer 100 blocs de terre !
  782. Name: hoeplowings_100
  783. DisplayName: Fermier
  784. Reward:
  785. Command:
  786. Execute: kit paysan PLAYER
  787. Display: §a1 kit paysan
  788.  
  789. # When bone meal is used to fertilise plants.
  790. Fertilising:
  791. 50:
  792. Message: Utiliser de la poudre d'os sur 50 plantations!
  793. Name: fertilising_15
  794. DisplayName: Fermier
  795. Reward:
  796. Command:
  797. Execute: eco give PLAYER 2000
  798. Display: §6$2000
  799.  
  800. # When an animal is tamed.
  801. Taming:
  802. 5:
  803. Message: Dompter 5 animaux ! (Cochon, cheval, ..)
  804. Name: taming_1
  805. DisplayName: Eleveur
  806. Reward:
  807. Command:
  808. Execute: kit ecuyer PLAYER
  809. Display: §a1 kit ecuyer
  810.  
  811. # When animals breed (specify an entity name, lower case).
  812. Breeding:
  813. sheep:
  814. 100:
  815. Message: You bred your first animal!
  816. Name: breeding_1
  817. DisplayName: Breeder
  818.  
  819. # When a potion is brewed.
  820. Brewing:
  821. 30:
  822. Message: Préparer 30 potions !
  823. Name: brewing_30
  824. DisplayName: Druide
  825.  
  826. # When a firework is launched.
  827. Fireworks:
  828. 10:
  829. Message: Lancer 10 feu d'artifices !
  830. Name: fireworks_10
  831. DisplayName: Pyrotechnicien
  832. Reward:
  833. Command:
  834. Execute: give PLAYER 383:50 8
  835. Display: §a8 oeufs de creeper
  836.  
  837. # When a music disc is played.
  838. MusicDiscs:
  839. 1:
  840. Message: Utiliser une jukebox avec un CD !
  841. Name: musicdiscs_1
  842. DisplayName: DJ
  843.  
  844. # When a player teleports with an enderpearl.
  845. EnderPearls:
  846. 16:
  847. Message: Utiliser 16 enderpearls!
  848. Name: enderpearls_16
  849. DisplayName: Teleport Man
  850.  
  851. # When a player gives a pet to another player (requires Pet Master plugin version 1.4 or above).
  852. PetMasterGive:
  853. 3:
  854. Message: 3 pets given to friends!
  855. Name: petmastergive_3
  856. DisplayName: Donator
  857.  
  858. # When a player receives a pet from another player (requires Pet Master plugin version 1.4 or above).
  859. PetMasterReceive:
  860. 10:
  861. Message: 10 pets received from friends!
  862. Name: petmasterreceive_10
  863. DisplayName: Receiver
  864.  
  865. # When an item is smelt in a furnace.
  866. Smelting:
  867. 150:
  868. Message: Faire fondre 150 items dans un four!
  869. Name: smeltitems_150
  870. DisplayName: Le fondeur
  871. Reward:
  872. Command:
  873. Execute: give PLAYER emerald 8
  874. Display: §28 émeraudes
  875.  
  876. # When a player enters a specific command (specify command prefixes in lower case without initial slash).
  877. # For instance a command /awf add world from the AntiWorldFly plugin matches with subcategory 'awf add'.
  878. # Aliases of a given command will also be taken into account.
  879. PlayerCommands:
  880. kit combat:
  881. 1:
  882. Message: Obtenir le kit combat !
  883. Name: playercommand_aachstats_10
  884. DisplayName: Prêt pour le combat
  885. Reward:
  886. Command:
  887. Execute: "eco give PLAYER 100"
  888. Display: §6$100
  889. cg open help:
  890. 1:
  891. Message: Consulter le menu d'aide (/help) !
  892. Name: playercommand_help_10
  893. DisplayName: Bien commencé
  894. Reward:
  895. Command:
  896. Execute: "eco give PLAYER 100"
  897. Display: §6$100
  898. warp farmzone:
  899. 1:
  900. Message: Visiter le warp farmzone !
  901. Name: playercommand_farmzone_10
  902. DisplayName: Touriste
  903. Reward:
  904. Command:
  905. Execute: "eco give PLAYER 100"
  906. Display: §6$100
  907. vote:
  908. 1:
  909. Message: Voter pour le serveur (/vote) !
  910. Name: playercommand_vote_10
  911. DisplayName: Electeur
  912. Reward:
  913. Command:
  914. Execute: "eco give PLAYER 100"
  915. Display: §6$100
  916. rtp:
  917. 1:
  918. Message: Utiliser le random tp (/rtp) !
  919. Name: playercommand_rtp_10
  920. DisplayName: Explorateur
  921. Reward:
  922. Command:
  923. Execute: "eco give PLAYER 100"
  924. Display: §6$100
  925.  
  926. #===========================OOO=OOO===========================#
  927. # VI-------------------------------------------------------VI #
  928. # | Command-based achievements | #
  929. # 6---------------------------------------------------------6 #
  930. #===========================ooo=ooo===========================#
  931.  
  932. # Let achievement commands be given several times.
  933. MultiCommand: false
  934.  
  935. # A player with achievement.give (or the console) can use /aach give yourAch1 PLAYER to give
  936. # yourAch1 achievement to PLAYER. The /aach give command does NOT work with other achievements.
  937. Commands:
  938. yourAch1:
  939. Message: You took part in the special event!
  940. Name: yourAch1
  941. DisplayName: Special Event Achievement!
  942.  
  943. # When the command /aach add is called for this category.
  944. Custom:
  945. votes:
  946. 10:
  947. Message: Vote 10 times for the server!
  948. Name: customs_votes_10
  949. DisplayName: Server fan
  950. Reward:
  951. Money: 5
  952.  
  953. #===========================OOOOOOO===========================#
  954. # VII-----------------------------------------------------VII #
  955. # | Parameters in future plugin versions will appear here | #
  956. # 7---------------------------------------------------------7 #
  957. #===========================ooooooo===========================#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement