Advertisement
Guest User

Untitled

a guest
Aug 5th, 2018
1,399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.67 KB | None | 0 0
  1. #==============================O==============================#
  2. # I---------------------------------------------------------I #
  3. # | Advanced Achievements 5.9.0 configuration - Readme | #
  4. # 1---------------------------------------------------------1 #
  5. #==============================o==============================#
  6.  
  7. # You can use Minecraft chat colors in Message|DisplayName|Goal, but include double quotes around the whole text: "&4Color".
  8. # Only spaces, NO tabs. Don't forget the indents (2 spaces per indentation level), plugin won't work otherwise!
  9. # To check syntax errors in your file, use: yaml-online-parser.appspot.com
  10. # Do NOT delete any top level (= not indentented) sections in the configuration file.
  11. # Default config.yml: github.com/PyvesB/AdvancedAchievements/blob/master/advanced-achievements-plugin/src/main/resources/config.yml
  12. # Visit the wiki for some valuable additional documentation: github.com/PyvesB/AdvancedAchievements/wiki
  13.  
  14. #=============================O=O=============================#
  15. # II-------------------------------------------------------II #
  16. # | General settings | #
  17. # 2---------------------------------------------------------2 #
  18. #=============================o=o=============================#
  19.  
  20. # Time in seconds between each /aach book (unless user has permission achievement.*).
  21. TimeBook: 900
  22.  
  23. # Check for update on plugin launch and notify when an OP joins the game.
  24. CheckForUpdate: true
  25.  
  26. # Set to true to activate firework effects when a player receives an achievement.
  27. Firework: true
  28.  
  29. # Choose BALL_LARGE, BALL, BURST, CREEPER, STAR or RANDOM.
  30. FireworkStyle: BALL_LARGE
  31.  
  32. # Set to true to activate simpler effects and a calm sound when a player receives an achievement.
  33. # Ignored if Firework setting is set to true.
  34. SimplifiedReception: false
  35.  
  36. # Number of players displayed in /aach top, week and month commands.
  37. TopList: 5
  38.  
  39. # Set to true to activate particle effects when performing /aach book, /aach stats with all achievements and
  40. # /aach top, week or month when ranked in the top list.
  41. AdditionalEffects: true
  42.  
  43. # Set to true to activate sounds when performing /aach book, /aach stats with all achievements and
  44. # /aach top, week or month when ranked in the top list.
  45. Sound: true
  46.  
  47. # Set the icon of the plugin (default: shamrock, \u2618).
  48. Icon: \u2618
  49.  
  50. # Set the color of the plugin (default: 5, dark purple).
  51. Color: 5
  52.  
  53. # Notify other connected players when an achievement is received.
  54. # Default behaviour, a player can override what he sees by using /aach toggle.
  55. NotifyOtherPlayers: false
  56.  
  57. # When NotifyOtherPlayers is enabled, notifications are done using action bars when ActionBarNotify is true.
  58. # When ActionBarNotify is false, chat messages are used.
  59. ActionBarNotify: true
  60.  
  61. # Display achievement Name and Message as screen titles. No effect if using Minecraft 1.7.9 or 1.7.10.
  62. TitleScreen: true
  63.  
  64. # When a player receives an achievement, the Name, Message and rewards of the achievement are displayed in
  65. # the chat. If HoverableReceiverChatText is true, a single hoverable text will be displayed to the receiver.
  66. # Otherwise texts will be displayed one after the other.
  67. HoverableReceiverChatText: false
  68.  
  69. # Separator between name, description and date on a book page.
  70. BookSeparator: ""
  71.  
  72. # Set the format of the achievement name in /aach list (default: "%ICON% %NAME% %ICON%").
  73. ListAchievementFormat: "%ICON% %NAME% %ICON%"
  74.  
  75. # Set the format of the header used for most chat messages (default: "&7[%ICON%&7]").
  76. ChatHeader: "&7[%ICON%&7]"
  77.  
  78. # Stop all stats from increasing when player in creative mode, including PlayedTime.
  79. # Connection achievements will only be handled once a player switches to a non-creative mode.
  80. RestrictCreative: false
  81.  
  82. # Stop all stats from increasing when player in spectator mode, including PlayedTime.
  83. # Connection achievements will only be handled once a player switches to a non-spectator mode.
  84. # No effect if using Minecraft 1.7.9 or 1.7.10.
  85. RestrictSpectator: true
  86.  
  87. # Stop all stats from increasing when player in adventure mode, including PlayedTime.
  88. # Connection achievements will only be handled once a player switches to a non-adventure mode.
  89. RestrictAdventure: false
  90.  
  91. # Stop all stats from increasing when player in a specific world, including PlayedTime (delete the [] before adding values).
  92. # Connection achievements will only be handled once a player enters a non-excluded world.
  93. ExcludedWorlds: []
  94. # - yourWorld1
  95. # - yourWorld2
  96.  
  97. # Ignore vertical dimension (Y axis) when calculating distance statistics.
  98. IgnoreVerticalDistance: false
  99.  
  100. # Don't show these categories in the achievement GUI or in the stats output (delete the [] before adding values).
  101. # Also prevent obtaining achievements for these categories and prevent stats from increasing.
  102. DisabledCategories: []
  103. # - PetMasterGive
  104. # - PetMasterReceive
  105. # - DistanceLlama
  106. # - DistanceGliding
  107.  
  108. # Obfuscate achievements that have not yet been received in /aach list.
  109. ObfuscateNotReceived: false
  110.  
  111. # For categories with a series of related achievements where the only thing changing is the number of times
  112. # the event has occurred, show achievements that have been obtained and show the next obtainable achievement,
  113. # but obfuscate the additional achievements. For example, under Places, stone, the first achievement could have a
  114. # target of 100 stone, the second 500 stone, and the third 1000 stone. When ObfuscateProgressiveAchievements
  115. # is true, initially only the 100 stone achievement will be readable in the GUI. Once 100 stone have been placed,
  116. # the 500 stone achievement will become legible.
  117. ObfuscateProgressiveAchievements: false
  118.  
  119. # Hide categories with no achievements yet received in /aach list by marking them as locked.
  120. HideNotReceivedCategories: false
  121.  
  122. # Completely hide categories for which the player does not have the corresponding count permissions.
  123. HideNoPermissionCategories: false
  124.  
  125. # Hide the reward display in /aach list.
  126. HideRewardDisplayInList: false
  127.  
  128. # Display precise statistic information in the /aach list progress bars.
  129. EnrichedListProgressBars: true
  130.  
  131. # Annotate each achievement displayed in a /aach list category with a number.
  132. NumberedItemsInList: false
  133.  
  134. # Color used for Goals and progress bars in /aach list when an achievement is not yet received.
  135. ListColorNotReceived: 8
  136.  
  137. # Sort pages of the book in chronological order (false for reverse chronological order).
  138. BookChronologicalOrder: true
  139.  
  140. # Do not take into account items broken with Silk Touch for the Breaks achievements.
  141. DisableSilkTouchBreaks: false
  142.  
  143. # Do not take into account ores broken with Silk Touch for the Breaks achievements.
  144. # DisableSilkTouchBreaks takes precedence over this. Not applicable to iron or gold ores.
  145. DisableSilkTouchOreBreaks: false
  146.  
  147. # Name of the language file.
  148. LanguageFileName: lang.yml
  149.  
  150. # Time in seconds between each statistic count. Only the listed categories are currently supported.
  151. StatisticCooldown:
  152. LavaBuckets: 10
  153. WaterBuckets: 10
  154. Milk: 10
  155. Beds: 30
  156. Brewing: 5
  157. MusicDiscs: 30
  158.  
  159. # Display action bar message when player performs an action while in the cooldown period.
  160. # No effect if using Minecraft 1.7.9 or 1.7.10.
  161. CooldownActionBar: true
  162.  
  163. # Locale used to format dates in /aach book and /aach list. You must select an ISO 639 language code.
  164. # The list of possible language codes can be found at www.loc.gov/standards/iso639-2/php/code_list.php
  165. DateLocale: en
  166.  
  167. # Display time of reception of achievements in /aach book and /aach list in addition to the date. For achievements
  168. # received in plugin versions prior to 3.0, the precise time information is not available and will be displayed as midnight.
  169. DateDisplayTime: true
  170.  
  171. # Register advancements with a description corresponding to the Goal parameter of each achievement.
  172. # If changed, run /aach generate to regenerate advancements with the new parameter value taken into account.
  173. # No effect if using Minecraft versions prior to 1.12.
  174. RegisterAdvancementDescriptions: true
  175.  
  176. # If true, hide advancements from the advancement GUI. Advancement notifications will still appear when receiving achievements.
  177. # No effect if using Minecraft versions prior to 1.12.
  178. HideAdvancements: false
  179.  
  180. # If true, PlayedTime will no longer increase when the player is AFK. Requires Essentials to work.
  181. IgnoreAFKPlayedTime: false
  182.  
  183. # Awarded when a player has received all the achievements. Use the same reward pattern as with achievements.
  184. # See https://github.com/PyvesB/AdvancedAchievements/wiki/Rewards
  185. AllAchievementsReceivedRewards:
  186. IncreaseMaxOxygen: 30
  187. Experience: 100
  188.  
  189. # Title shown on the root advancement.
  190. RootAdvancementTitle: "Advanced Achievements"
  191. # Background shown on the Advanced Achievements advancement tab.
  192. # Must be a resource location to any image in a resource pack.
  193. AdvancementsBackground: "minecraft:textures/items/book_enchanted.png"
  194.  
  195. #=============================OOO=============================#
  196. # III-----------------------------------------------------III #
  197. # | Database settings | #
  198. # 3---------------------------------------------------------3 #
  199. #=============================ooo=============================#
  200.  
  201. # Make a daily backup of your local database (if sqlite).
  202. DatabaseBackup: true
  203.  
  204. # Database type, sqlite, postgresql or mysql. Do a full server restart for this to take effect.
  205. DatabaseType: sqlite
  206.  
  207. # Prefix added to the tables in the database. If you switch from the default tables names (no prefix),
  208. # the plugin will attempt an automatic renaming. Otherwise you have to rename your tables manually.
  209. # Do a full server restart for this to take effect.
  210. TablePrefix: ""
  211.  
  212. # Specify additional options when opening a connection to a MySQL/PostgreSQL database. Start each option with &,
  213. # for instance "&useUnicode=yes&characterEncoding=UTF-8". Make sure the key-value pairs themselves are URL encoded.
  214. AdditionalConnectionOptions: ""
  215.  
  216. # Settings to link with MySQL database (ignored if sqlite or postgresql).
  217. MYSQL:
  218. Database: "jdbc:mysql://localhost:3306/minecraft"
  219. User: root
  220. Password: root
  221.  
  222. # Settings to link with PostgresSQL database (ignored if sqlite or mysql).
  223. # Refer to https://github.com/PyvesB/AdvancedAchievements/wiki/Installation to set up PostgreSQL.
  224. POSTGRESQL:
  225. Database: "jdbc:postgresql://localhost:5432/minecraft"
  226. User: root
  227. Password: root
  228.  
  229. #============================OO=OO============================#
  230. # IV-------------------------------------------------------IV #
  231. # | Performance settings | #
  232. # 4---------------------------------------------------------4 #
  233. #============================oo=oo============================#
  234.  
  235. # DO NOT CHANGE THE FOLLOWING UNLESS YOU ARE AN EXPERIENCED USER. The intervals are in seconds.
  236. # Frequency of play time checks for players. Smaller values give more precision but more CPU usage.
  237. PlaytimeTaskInterval: 60
  238.  
  239. # Calculates distance traveled by players. Smaller values give more precision but more CPU usage.
  240. DistanceTaskInterval: 5
  241.  
  242. # Frequency of some statistics writes to the database. Do a full server restart, and not just /aach reload.
  243. PooledRequestsTaskInterval: 10
  244.  
  245. #============================OOOOO============================#
  246. # V---------------------------------------------------------V #
  247. # | Multiple action achievements | #
  248. # | These require sub-categories and thresholds | #
  249. # 5---------------------------------------------------------5 #
  250. #============================ooooo============================#
  251.  
  252. # When a specific block is placed (available names: github.com/PyvesB/AdvancedAchievements/wiki/Material-names).
  253. Places:
  254. chest:
  255. 5:
  256. # Used in /aach list when achievement not yet received, and in advancements.
  257. Goal: Place 5 chests.
  258. # Description; displayed when receiving achievement, and in /aach book and /aach list.
  259. Message: "&4Umieściłeś 5 skrzyń!"
  260. # Database name, must also be used in /aach delete and /aach check.
  261. Name: Umieściłeś_5_skrzyń
  262. # Name; displayed when receiving achievement, and in /aach book and /aach list.
  263. DisplayName: Ekspert w zakresie przechowywania
  264. 50:
  265. Goal: "Umieść 50 skrzyń."
  266. Message: "&4Umieściłeś 50 skrzyń!"
  267. Name: place_50_chest
  268. DisplayName: Mistrz Tetris
  269. stone:
  270. 100:
  271. Message: "&4Sto umieszczonych kamieni!"
  272. Name: Umieść_100_kamieni
  273. DisplayName: Stone Addict
  274. 1000:
  275. Message: "&4Tysiąc kamieni!"
  276. Name: Umieść_1000_kamieni
  277. DisplayName: Kamień Boga
  278. Reward:
  279. Command:
  280. Execute: "say §7ALERT: §4PLAYER§7 has become the §4STONE GOD§7!"
  281. Display: Zostań Kamiennym Bogiem!
  282.  
  283. # When a specific block is broken (available names: github.com/PyvesB/AdvancedAchievements/wiki/Material-names).
  284. # You can use notations such as sand:1 for pre-1.13 versions, which means sand item with metadata 1 (red sand) .
  285. Breaks:
  286. ice:
  287. 10:
  288. Message: "&cZłamałeś 10 bloków lodu!"
  289. Name: Złam_10_Lodu
  290. DisplayName: Dostawca zimnego napoju
  291. # Use the following construct to track multiple types. Note that if ever you add/remove a type grouped to others with |,
  292. # progress for this sub-category group will start back at 0.
  293. snow|snow_block|ice:
  294. 32:
  295. Message: "&cZłamałeś 32 lód i śnieg, Woo!"
  296. Name: Znicz_32_Lodu_any
  297. DisplayName: Praying for Summer
  298. stone:
  299. 1:
  300. Message: "&1Po raz pierwszy wybrałeś górnictwo!"
  301. Name: Wykop_1_kamien
  302. DisplayName: Kamień Kamień!
  303. # Use semicolons for multiple command rewards. PLAYER will be replaced by players name.
  304. Reward:
  305. Command:
  306. Execute: give PLAYER dispenser 10; give PLAYER lever 5
  307.  
  308. # When "something" is killed. You can use any of the following:
  309. # - an entity type (available names: github.com/PyvesB/AdvancedAchievements/wiki/Entity-names).
  310. # - poweredcreeper.
  311. # - a mob's custom name (name tag/plugins such as Mythic Mobs).
  312. # - player to track player kills as a whole.
  313. # - specificplayer- followed by player UUID to track how many times a specific player has been killed.
  314. Kills:
  315. zombie:
  316. 1:
  317. Message: "&8AZa pierwszym razem zabiłeś zombie!"
  318. DisplayName: Żywe trupy
  319. Name: Zabij_1-Zombie
  320. Reward:
  321. Money: 1
  322. Item: diamond 1
  323. '&2Skeletal Knight':
  324. 1:
  325. Message: Zabiłeś Mythic Mob!
  326. DisplayName: Mityczny zabójca
  327. Name: Zabij_1_Czarnego_Szkieleta
  328. specificplayer-56c79b19-4500-466c-94ea-514a755fdd09:
  329. 1:
  330. Message: Ty zabiłeś autora wtyczki!
  331. DisplayName: No More DarkPyves
  332. Name: kills_1_darkpyves
  333. Reward:
  334. IncreaseMaxHealth: 1
  335.  
  336. # When a specific item is crafted (available names: github.com/PyvesB/AdvancedAchievements/wiki/Material-names).
  337. Crafts:
  338. diamond_sword:
  339. 1:
  340. Message: Po raz pierwszy wykonałeś ostrze!
  341. Name: Zrób_1_ostrze
  342. DisplayName: Uczeń Blacksmith
  343. Reward:
  344. Money: 2
  345.  
  346. # When a player enters a specific command (specify command prefixes in lower case without initial slash).
  347. # For instance a command /awf add world from the AntiWorldFly plugin matches with subcategory 'awf add'.
  348. # Aliases of a given command will also be taken into account.
  349. PlayerCommands:
  350. aach stats:
  351. 10:
  352. Message: Uruchom polecenie stats 10 razy!
  353. Name: Komendagracza_Użyj_10_Razy
  354. DisplayName: Statystyk
  355. Rewards:
  356. Commands:
  357. Execute: "say §cALERT: §7PLAYER is now a statistician"
  358. Display: Broadcast
  359.  
  360. # When animals breed (available names: github.com/PyvesB/AdvancedAchievements/wiki/Entity-names).
  361. Breeding:
  362. sheep:
  363. 1:
  364. Message: Wyhodowałeś swoje pierwsze owce!
  365. Name: Wychoduj_1_Owce
  366. DisplayName: Hodowca
  367.  
  368. #===========================OOO=OOO===========================#
  369. # VI-------------------------------------------------------VI #
  370. # | Normal action achievements | #
  371. # | These are simply based on thresholds | #
  372. # 6---------------------------------------------------------6 #
  373. #===========================ooo=ooo===========================#
  374.  
  375. # When a player connects during the day; statistic increases at most once per day.
  376. Connections:
  377. 1:
  378. Message: Po raz pierwszy połączyłeś się z naszym serwerem!
  379. Name: Połącz_1_Raz
  380. DisplayName: Dobry wybór
  381.  
  382. # When the player dies.
  383. Deaths:
  384. 1:
  385. Message: Za pierwszym razem, gdy umarłeś!
  386. Name: Zgiń_1_Raz
  387. DisplayName: Spoczywaj w pokoju
  388. Reward:
  389. # Text after the material and quantity is interpreted as a custom name, shown in /aach list and when receiving the reward.
  390. Item: stone 5 Tombstone
  391.  
  392. # When an arrow is shot.
  393. Arrows:
  394. 50:
  395. Message: 50 strzał strzał!
  396. Name: 50_strzał
  397. DisplayName: Strzałki wokół miejsca
  398.  
  399. # When a snowball is thrown.
  400. Snowballs:
  401. 1000:
  402. Message: 1000 rzuconych śnieżek. To jest duch!
  403. Name: 1000_Śnieżek
  404. DisplayName: Zimowy narkoman
  405. Reward:
  406. # 30 corresponds to one bubble in the oxygen bar.
  407. IncreaseMaxOxygen: 30
  408.  
  409. # When an egg is thrown.
  410. Eggs:
  411. 1000:
  412. Message: Wyrzucono 1000 jaj!
  413. Name: jajka_1000
  414. DisplayName: Omlet Z Jajek
  415.  
  416. # When a fish is caught.
  417. Fish:
  418. 1:
  419. Message: Za pierwszym razem złapałeś rybę!
  420. Name: 1_Ryba
  421. DisplayName: Czas na ryby z frytkami
  422.  
  423. # When a treasure is caught with a fishing rod.
  424. Treasures:
  425. 1:
  426. Message: Twój pierwszy skarb z morza!
  427. Name: 1_skarb
  428. DisplayName: Poszukiwacz skarbów
  429.  
  430. # When a tool/armor/weapon is broken.
  431. ItemBreaks:
  432. 1:
  433. Message: Złamałeś swoje ulubione narzędzie!
  434. Name: Złam_Narzędzie_1
  435. DisplayName: "&4Niezdarny facet"
  436.  
  437. # When an item is eaten (excludes potions and milk).
  438. EatenItems:
  439. 1:
  440. Message: Właśnie zjadłem przekąskę!
  441. Name: Zjec_1
  442. DisplayName: Pierwsza przekąska
  443.  
  444. # When a sheep is sheared.
  445. Shear:
  446. 100:
  447. Message: 100 strzyżonych owiec!
  448. Name: Ostrzyż_100
  449. DisplayName: "&1Uzależniony od wełny"
  450.  
  451. # When a cow is milked.
  452. Milk:
  453. 1:
  454. Message: Po prostu wydoiłem krowę!
  455. Name: 1_Mleko
  456. DisplayName: Pierwsze mleko
  457. Reward:
  458. Experience: 100
  459.  
  460. # When a bucket is filled with lava.
  461. LavaBuckets:
  462. 10:
  463. Message: 10 wiaderek wypełnionych lawą!
  464. Name: Wiaderko_z_Lawą_10
  465. DisplayName: Piroman
  466.  
  467. # When a bucket is filled with water.
  468. WaterBuckets:
  469. 15:
  470. Message: 15 wiaderek wypełnionych wodą!
  471. Name: Wiaderka_z_wodą_15
  472. DisplayName: Strażak
  473.  
  474. # When a trade with a villager is made.
  475. Trades:
  476. 1:
  477. Message: Prowadzenie interesów z pierwszym mieszkańcem wioski!
  478. Name: handluje_1
  479. DisplayName: Pierwszy handel
  480.  
  481. # When an anvil is used.
  482. AnvilsUsed:
  483. 1:
  484. Message: Właśnie naprawiłeś swój pierwszy przedmiot!
  485. Name: zastosowane_kowadła_1
  486. DisplayName: Pierwsza naprawa
  487.  
  488. # When an enchantment is performed.
  489. Enchantments:
  490. 5:
  491. Message: 5 obiektów zaklętych!
  492. Name: zaklęcia_5
  493. DisplayName: "&5Czarodziej"
  494.  
  495. # When a bed is entered.
  496. Beds:
  497. 5:
  498. Message: Poszedłeś do łóżka 5 razy!
  499. Name: łużko_5
  500. DisplayName: Śpiący facet
  501.  
  502. # Maximum level reached.
  503. MaxLevel:
  504. 10:
  505. Message: Osiągnięty poziom 10!
  506. Name: maxlevel_10
  507. DisplayName: "&4Rekrut"
  508.  
  509. # When a potion is consumed.
  510. ConsumedPotions:
  511. 100:
  512. Message: Picie dziwnych napojów przez cały czas ...
  513. Name: zużywać mikstury_100
  514. DisplayName: Alkoholik
  515.  
  516. # Amount of time played on the server (in hours, use integers).
  517. PlayedTime:
  518. 1:
  519. Message: Grasz przez godzinę na serwerze!
  520. Name: GrajGodzine_1
  521. DisplayName: Pierwsza godzina
  522.  
  523. # When a distance is traveled by foot.
  524. DistanceFoot:
  525. 1000:
  526. Message: Podróżowałeś 1000 bloków pieszo!
  527. Name: odległość_stóp_1000
  528. DisplayName: Biegacz!
  529.  
  530. # When a distance is traveled on a pig.
  531. DistancePig:
  532. 100:
  533. Message: Podróżowałeś 100 bloków na świni!
  534. Name: odległośćŚwini_100
  535. DisplayName: Marchew na mistrzu w sztyfcie
  536.  
  537. # When a distance is traveled on a horse.
  538. DistanceHorse:
  539. 500:
  540. Message: Przejechałeś 500 klocków na koniu!
  541. Name: odległośćKonia_500
  542. DisplayName: Ujeżdzacz!
  543.  
  544. # When a distance is traveled in a minecart.
  545. DistanceMinecart:
  546. 100:
  547. Message: Przejechałeś 100 bloków w minecart!
  548. Name: Minecart_odległości_100
  549. DisplayName: Pociąg!
  550.  
  551. # When a distance is traveled in a boat.
  552. DistanceBoat:
  553. 200:
  554. Message: Podróżowałeś 200 blokami w łodzi!
  555. Name: łódź_na_odległość_200
  556. DisplayName: Świetny żeglarz
  557.  
  558. # When a distance is traveled with elytra.
  559. # Ignored on Minecraft versions prior to 1.9, add it to DisabledCategories list.
  560. DistanceGliding:
  561. 100:
  562. Message: Przejechałeś 100 bloków z elytra!
  563. Name: odległośćSzybownictwo_100
  564. DisplayName: Anioł!
  565.  
  566. # When a distance is traveled on a llama.
  567. # Ignored on Minecraft versions prior to 1.11, add it to DisabledCategories list.
  568. DistanceLlama:
  569. 50:
  570. Message: Podróżowałeś 50 bloków na lamie!
  571. Name: Lamaodległości_50
  572. DisplayName: Lamy Jeździec
  573.  
  574. # When an item is dropped on the ground.
  575. ItemDrops:
  576. 15:
  577. Message: Zabijasz planetę!
  578. Name: przedmiotspada_15
  579. DisplayName: Zły!
  580.  
  581. # When an item is picked up from the ground.
  582. ItemPickups:
  583. 40:
  584. Message: Ratujesz planetę!
  585. Name: dowóz_przedmiotów_40
  586. DisplayName: Ekolog!
  587.  
  588. # When soil is plowed with a hoe.
  589. HoePlowings:
  590. 10:
  591. Message: Zaorałeś ziemię 10 razy!
  592. Name: Oraj_10
  593. DisplayName: Rolnik
  594. Reward:
  595. Item: cookie 15
  596.  
  597. # When bone meal is used to fertilise plants.
  598. Fertilising:
  599. 15:
  600. Message: Użyłeś mączki kostnej na roślinach 15 razy!
  601. Name: nawożenie_15
  602. DisplayName: Ogrodnik
  603.  
  604. # When an animal is tamed.
  605. Taming:
  606. 1:
  607. Message: Oswoiłeś swoje pierwsze zwierzę!
  608. Name: oswajanie_1
  609. DisplayName: Pogromca
  610.  
  611. # When a potion is brewed.
  612. Brewing:
  613. 1:
  614. Message: Uwarzyłeś swoją pierwszą miksturę!
  615. Name: browarnictwo_1
  616. DisplayName: Alchemik
  617.  
  618. # When a firework is launched.
  619. Fireworks:
  620. 10:
  621. Message: Wystrzeliłeś 10 fajerwerków!
  622. Name: fajerwerki_10
  623. DisplayName: Pirotechnik
  624. Reward:
  625. Experience: 200
  626.  
  627. # When a music disc is played.
  628. MusicDiscs:
  629. 1:
  630. Message: Jedna szafa grająca używana!
  631. Name: dyski_uzyczne_1
  632. DisplayName: DJ
  633.  
  634. # When a player teleports with an enderpearl.
  635. EnderPearls:
  636. 10:
  637. Message: 10 teleportacji z perłami ender!
  638. Name: perły_nder_10
  639. DisplayName: Teleport Man
  640.  
  641. # When a player gives a pet to another player (requires Pet Master plugin version 1.4 or above).
  642. PetMasterGive:
  643. 3:
  644. Message: 3 zwierzaki dla przyjaciół!
  645. Name: zwierzeta_domowe_3
  646. DisplayName: Donator
  647.  
  648. # When a player receives a pet from another player (requires Pet Master plugin version 1.4 or above).
  649. PetMasterReceive:
  650. 10:
  651. Message:10 zwierząt domowych otrzymanych od znajomych!
  652. Name: Pet_master_otrzyma_10
  653. DisplayName: Odbiorca
  654.  
  655. # When an item is smelt in a furnace.
  656. Smelting:
  657. 250:
  658. Message: 250 rzeczy pachniało w piecu!
  659. Name: wytapianeprzedmioty_250
  660. DisplayName: Huta
  661.  
  662. #===========================OOOOOOO===========================#
  663. # VII-----------------------------------------------------VII #
  664. # | Command-based achievements | #
  665. # 7---------------------------------------------------------7 #
  666. #===========================ooooooo===========================#
  667.  
  668. # Let achievement commands be given several times.
  669. MultiCommand: true
  670.  
  671. # A player with achievement.give (or the console) can use /aach give yourAch1 PLAYER to give
  672. # yourAch1 achievement to PLAYER. The /aach give command does NOT work with other achievements.
  673. Commands:
  674. yourAch1:
  675. Message: Brałeś udział w specjalnym wydarzeniu!
  676. Name: Wydarzenie_1
  677. DisplayName: Osiągnięcie wyjątkowego wydarzenia!
  678.  
  679. # When the command /aach add is called for this category.
  680. Custom:
  681. votes:
  682. 10:
  683. Message: Głosuj 10 razy na serwer!
  684. Name:Głosuj_Na_serwer_10
  685. DisplayName: WIelbiciel Serwera !
  686. Reward:
  687. Money: 5
  688.  
  689. #==========================OOOO=OOOO==========================#
  690. # VIII---------------------------------------------------VIII #
  691. # | Parameters in future plugin versions will appear here | #
  692. # 8---------------------------------------------------------8 #
  693. #==========================oooo=oooo==========================#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement