Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 30.74 KB | None | 0 0
  1. #==============================O==============================#
  2. # I---------------------------------------------------------I #
  3. # |    Advanced Achievements 5.2.6 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: STAR
  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: 10
  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. # Separator between name, description and date on a book page.
  64. BookSeparator: ""
  65.  
  66. # Set the format of the achievement name in /aach list (default: "%ICON% %NAME% %ICON%").
  67. ListAchievementFormat: "%ICON% %NAME% %ICON%"
  68.  
  69. # Stop all stats from increasing when player in creative mode, including PlayedTime.
  70. # Connection achievements will only be handled once a player switches to a non-creative mode.
  71. RestrictCreative: false
  72.  
  73. # Stop all stats from increasing when player in spectator mode, including PlayedTime.
  74. # Connection achievements will only be handled once a player switches to a non-spectator mode.
  75. # No effect if using Minecraft 1.7.9 or 1.7.10.
  76. RestrictSpectator: true
  77.  
  78. # Stop all stats from increasing when player in adventure mode, including PlayedTime.
  79. # Connection achievements will only be handled once a player switches to a non-adventure mode.
  80. RestrictAdventure: false
  81.  
  82. # Stop all stats from increasing when player in a specific world, including PlayedTime (delete the [] before adding values).
  83. # Connection achievements will only be handled once a player enters a non-excluded world.
  84. ExcludedWorlds: []
  85. #  - yourWorld1
  86. #  - yourWorld2
  87.  
  88. # Ignore vertical dimension (Y axis) when calculating distance statistics.
  89. IgnoreVerticalDistance: false
  90.  
  91. # Don't show these categories in the achievement GUI or in the stats output (delete the [] before adding values).
  92. # Also prevent obtaining achievements for these categories and prevent stats from increasing.
  93. # If changed, do a full server restart, and not just /aach reload.
  94. DisabledCategories: []
  95. #  - PetMasterGive
  96. #  - PetMasterReceive
  97. #  - DistanceLlama
  98. #  - DistanceGliding
  99.  
  100. # Obfuscate achievements that have not yet been received in /aach list.
  101. ObfuscateNotReceived: false
  102.  
  103. # Obfuscate progressive achievements:
  104. # For categories with a series of related achievements where the only thing changing is the number of times
  105. # the event has occurred, show achievements that have been obtained and show the next obtainable achievement,
  106. # but obfuscate the additional achievements. In order for this to work properly, achievements must be sorted
  107. # in order of increasing difficulty. For example, under Places, stone, the first achievement could have a
  108. # target of 100 stone, the second 500 stone, and the third 1000 stone.  When ObfuscateProgressiveAchievements
  109. # is true, initially only the 100 stone achievement will be readable in the GUI.  Once 100 stone have been placed,
  110. # the 500 stone achievement will become legible.
  111. ObfuscateProgressiveAchievements: false
  112.  
  113. # Hide categories with no achievements yet received in /aach list.
  114. HideNotReceivedCategories: false
  115.  
  116. # Hide categories for which the player does not have the corresponding count permissions.
  117. HideNoPermissionCategories: false
  118.  
  119. # Hide the reward display in /aach list.
  120. HideRewardDisplayInList: false
  121.  
  122. # Display precise statistic information in the /aach list progress bars.
  123. EnrichedListProgressBars: true
  124.  
  125. # Annotate each achievement displayed in a /aach list category with a number. Due to a Minecraft limitation,
  126. # if you have more than 64 achievements for a category, the counting will start back at 1 after number 64.
  127. NumberedItemsInList: false
  128.  
  129. # Display achievement Name and Message as screen titles. No effect if using Minecraft 1.7.9 or 1.7.10.
  130. TitleScreen: true
  131.  
  132. # Sort pages of the book in chronological order (false for reverse chronological order).
  133. BookChronologicalOrder: true
  134.  
  135. # Do not take into account items broken with Silk Touch for the Breaks achievements.
  136. DisableSilkTouchBreaks: false
  137.  
  138. # Do not take into account ores broken with Silk Touch for the Breaks achievements.
  139. # DisableSilkTouchBreaks takes precedence over this. Not applicable to iron or gold ores.
  140. DisableSilkTouchOreBreaks: false
  141.  
  142. # Name of the language file.
  143. LanguageFileName: lang.yml
  144.  
  145. # Time in seconds between each statistic count for the following categories.
  146. # LavaBuckets, WaterBuckets, Beds, Brewing, MusicDiscs.
  147. StatisticCooldown: 10
  148.  
  149. # Display action bar message when player performs an action while in the cooldown period.
  150. # No effect if using Minecraft 1.7.9 or 1.7.10.
  151. CooldownActionBar: true
  152.  
  153. # Locale used to format dates in /aach book and /aach list. You must select an ISO 639 language code.
  154. # The list of possible language codes can be found at www.loc.gov/standards/iso639-2/php/code_list.php
  155. DateLocale: en
  156.  
  157. # Display time of reception of achievements in /aach book and /aach list in addition to the date. For achievements
  158. # received in plugin versions prior to 3.0, the precise time information is not available and will be displayed as midnight.
  159. DateDisplayTime: true
  160.  
  161. # Register advancements with a description corresponding to the Goal parameter of each achievement.
  162. # If changed, run /aach generate to regenerate advancements with the new parameter value taken into account.
  163. # No effect if using Minecraft versions prior to 1.12.
  164. RegisterAdvancementDescriptions: true
  165.  
  166. # If true, hide advancements from the advancement GUI. Advancement notifications will still appear when receiving achievements.
  167. # No effect if using Minecraft versions prior to 1.12.
  168. HideAdvancements: false
  169.  
  170. # If true, PlayedTime will no longer increase when the player is AFK. Requires Essentials to work.
  171. IgnoreAFKPlayedTime: true
  172.  
  173. #=============================OOO=============================#
  174. # III-----------------------------------------------------III #
  175. # |                    Database settings                    | #
  176. # 3---------------------------------------------------------3 #
  177. #=============================ooo=============================#
  178.  
  179. # Make a daily backup of your local database (if sqlite).
  180. DatabaseBackup: true
  181.  
  182. # Database type, sqlite, postgresql or mysql. Do a full server restart for this to take effect.
  183. DatabaseType: sqlite
  184.  
  185. # Prefix added to the tables in the database. If you switch from the default tables names (no prefix),
  186. # the plugin will attempt an automatic renaming. Otherwise you have to rename your tables manually.
  187. # Do a full server restart for this to take effect.
  188. TablePrefix: ""
  189.  
  190. # Settings to link with MySQL database (ignored if sqlite or postgresql).
  191. MYSQL:
  192.   Database: "jdbc:mysql://localhost:3306/minecraft"
  193.   User: root
  194.   Password: root
  195.  
  196. # Settings to link with PostgresSQL database (ignored if sqlite or mysql).
  197. # Refer to https://github.com/PyvesB/AdvancedAchievements/wiki/Installation to set up PostgreSQL.
  198. POSTGRESQL:
  199.   Database: "jdbc:postgresql://localhost:5432/minecraft"
  200.   User: root
  201.   Password: root
  202.  
  203. #============================OO=OO============================#
  204. # IV-------------------------------------------------------IV #
  205. # |                  Performance settings                   | #
  206. # 4---------------------------------------------------------4 #
  207. #============================oo=oo============================#
  208.  
  209. # DO NOT CHANGE THE FOLLOWING UNLESS YOU ARE AN EXPERIENCED USER. The intervals are in seconds.
  210. # If any of the performance settings are changed, do a full server restart, and not just /aach reload.
  211. # Frequency of play time checks for players. Smaller values give more precision but more CPU usage.
  212. PlaytimeTaskInterval: 60
  213.  
  214. # Calculates distance traveled by players. Smaller values give more precision but more CPU usage.
  215. DistanceTaskInterval: 5
  216.  
  217. # Frequency of some statistics writes to the database.
  218. PooledRequestsTaskInterval: 10
  219.  
  220. #============================OOOOO============================#
  221. # V---------------------------------------------------------V #
  222. # |                  Action  achievements                   | #
  223. # 5---------------------------------------------------------5 #
  224. #============================ooooo============================#
  225.  
  226. # When a player connects during the day; statistic increases at most once per day.
  227. Connections:
  228.   1:
  229.     Message: Pierwszy raz na Survivalu!
  230.     Name: connect_1
  231.     DisplayName: Dobry wybór!
  232.  
  233. # When a specific block is placed (specify material name, lower case).
  234. Places:
  235.   smooth_brick:
  236.     500:
  237.      # Used in /aach list when achievement not yet received, and in advancements.
  238.       Goal: Połóż 500 kamiennych cegieł.
  239.       # Description; displayed when receiving achievement, and in /aach book and /aach list.
  240.       Message: "&4Położyłeś 500 kamiennych cegieł"
  241.       # Database name, must also be used in /aach delete and /aach check.
  242.       Name: połóż_500_kamiennych_cegieł
  243.       # Name; displayed when receiving achievement, and in /aach book and /aach list.
  244.       DisplayName: Warstwa cegieł
  245.     2500:
  246.       Goal: "Połóż 2500 kamiennych cegieł."
  247.       Message: "&4Położyłeś 2500 kamiennych cegieł!"
  248.       Name: połóż_2500_kamiennych_cegieł
  249.       DisplayName: Ceglany architekt
  250.       Reward:
  251.         Money: 500
  252.         Experience: 30
  253.         Item: stone 64
  254.   stone:
  255.     100:
  256.       Message: "&4Sto położonych kamieni!"
  257.       Name: połóż_100_kamieni
  258.       DisplayName: Kamienny nałogowiec
  259.       Reward:
  260.         Money: 100
  261.         Experience: 10
  262.     1000:
  263.       Message: "&4Tysiąc położonych kamieni!"
  264.       Name: połóż_1000_kamieni
  265.       DisplayName: Bóg kamieni
  266.       Reward:
  267.         Money: 200
  268.         Experience: 20
  269.   bookshelf:
  270.     100:
  271.       Message: "&4Sto położonych bibliotek!"
  272.       Name: połóż_100_bibliotek
  273.       DisplayName: Mol kKsiążkowy
  274.       Reward:
  275.         Money: 500
  276.         Experience: 100
  277.     1000:
  278.       Message: "&4Tysiąc położonych bibliotek!"
  279.       Name: połóż_1000_bibliotek
  280.       DisplayName: Mol Książkowy
  281.       Reward:
  282.         Money: 2000
  283.         Experience: 200
  284.   piston:
  285.     100:
  286.       Message: "&4Sto położonych tłoków!"
  287.       Name: połóż_100_Tłoków
  288.       DisplayName: Tłokowiec
  289.       Reward:
  290.         Money: 500
  291.         Experience: 50
  292.     1000:
  293.       Message: "&4Tysiąc położonych Tłoków!"
  294.       Name: połóż_1000_Tłoków
  295.       DisplayName: Tłokowy maniak
  296.       # Use semicolons for multiple command rewards. PLAYER will be replaced by players name.
  297.       Reward:
  298.         Experience: 100
  299.         Money: 2000
  300.         Command: give PLAYER 123 12; give PLAYER 133 2
  301.  
  302. # When a specific block is broken (specify material name, lower case).
  303. # Below, the notation sand:1 means sand item with metadata 1 (red sand).
  304. Breaks:
  305.   sand:1:
  306.     10:
  307.       Message: "&cZebrałeś 10 bloków czerwonego piasku!"
  308.       Name: zniszcz_10_bloków_czerwonego_piasku
  309.       DisplayName: Czerwony piasek
  310.       Reward:
  311.         Experience: 10
  312.     500:
  313.       Message: "&cZebrałeś 500 bloków czerwonego piasku!"
  314.       Name: zniszcz_500_bloków_czerwonego_piasku
  315.       DisplayName: Czerwony piasek
  316.       Reward:
  317.         Experience: 50
  318.         Money: 200
  319.   pumpkin:
  320.     10:
  321.       Message: "&cZebrałeś 10 dyń!"
  322.       Name: zniszcz_10_dyń
  323.       DisplayName: Dynie
  324.       Reward:
  325.         Experience: 20
  326.     500:
  327.       Message: "&cZebrałeś 500 dyń!"
  328.       Name: zniszcz_500_dyń
  329.       DisplayName: Dynie
  330.       Reward:
  331.         Experience: 50
  332.         Money: 200
  333.   obsidian:
  334.     64:
  335.       Message: "&cZebrałeś 10 bloków obsydianu!"
  336.       Name: zniszcz_10_bloków_obsydianu
  337.       DisplayName: Obsydian
  338.       Reward:
  339.         Experience: 30
  340.     640:
  341.       Message: "&cZebrałeś 500 bloków obsydianu!"
  342.       Name: zniszcz_500_bloków_obsydianu
  343.       DisplayName: Obsydian x2
  344.       Reward:
  345.         Experience: 100
  346.         Money: 500
  347.     6400:
  348.       Message: "&cZebrałeś 500 bloków obsydianu!"
  349.       Name: zniszcz_500_bloków_obsydianu
  350.       DisplayName: Obsydian x3
  351.       Reward:
  352.         Experience: 300
  353.         Money: 2000
  354.   stone:
  355.     1:
  356.       Message: "&1Poraz pierwszy wykopałes kamień!"
  357.       Name: zniszcz_1_kamień
  358.       DisplayName: Kostka!
  359.       # Use semicolons for multiple command rewards. PLAYER will be replaced by players name.
  360.       Reward:
  361.         Command: give PLAYER 158 3; give PLAYER 126 32
  362.     5000:
  363.       Message: "&1Poraz 5000 wykopałes kamień!"
  364.       Name: zniszcz_5000_kamieni
  365.       DisplayName: Góra!
  366.       Reward:
  367.         Experience: 100
  368.         Money: 1000
  369.              
  370. # When a specific mob is killed.
  371. # Use an Entity name or poweredcreeper, in lower case.
  372. # Use player to track player kills as a whole.
  373. # Use specificplayer- followed by player UUID to track how many times a specific player has been killed.
  374. Kills:
  375.   zombie:
  376.     1:
  377.       Message: "&8Poraz pierwszy zabiłeś zombie!"
  378.       DisplayName: Chodzące trupy
  379.       Name: zabij_1_zombie
  380.       Reward:
  381.         Money: 1        
  382.         Item: diamond 1
  383.   specificplayer-56c79b19-4500-466c-94ea-514a755fdd09:
  384.     1:
  385.       Message: You killed the author of the plugin!
  386.       DisplayName: No More DarkPyves
  387.       Name: kills_1_darkpyves
  388.       Reward:
  389.         IncreaseMaxHealth: 1
  390.   zombie:
  391.     100:
  392.       Message: "&8Poraz 100 zabiłeś zombie!"
  393.       DisplayName: Chodzące trupy
  394.       Name: zabij_100_zombie
  395.       Reward:
  396.         Money: 10        
  397.         Item: diamond 1
  398.     1000:
  399.       Message: "&8Poraz 1000 zabiłeś zombie!"
  400.       DisplayName: Chodzące trupy
  401.       Name: zabij_1000_zombie
  402.       Reward:
  403.         Money: 100        
  404.         Item: diamond 2
  405.     10000:
  406.       Message: "&8Poraz 100 zabiłeś zombie!"
  407.       DisplayName: Chodzące trupy
  408.       Name: zabij_100_zombie
  409.       Reward:
  410.         Money: 1000        
  411.         Item: diamond 3
  412.   PigZombie:
  413.     10:
  414.       Message: "&8Poraz 10 zabiłeś zombie pigmanów!"
  415.       DisplayName: Chodzące trupy 2.0
  416.       Name: zabij_10_zombie pigmanów
  417.       Reward:
  418.         Money: 10        
  419.         Item: diamond 1
  420.     100:
  421.       Message: "&8Poraz 100 zabiłeś zombie pigmanów!"
  422.       DisplayName: Chodzące trupy 2.0
  423.       Name: zabij_100_zombie pigmanów
  424.       Reward:
  425.         Money: 100        
  426.         Item: diamond 3
  427.     1000:
  428.       Message: "&8Poraz 1000 zabiłeś zombie pigmanów!"
  429.       DisplayName: Chodzące trupy 2.0
  430.       Name: zabij_1000_zombie pigmanów
  431.       Reward:
  432.         Money: 1000        
  433.         Item: diamond 6
  434.   Creeper:
  435.     10:
  436.       Message: "&8Poraz 10 zabiłeś creeperów!"
  437.       DisplayName: Creeper!
  438.       Name: zabij_10_creeperów
  439.       Reward:
  440.         Money: 10        
  441.         Item: diamond 1
  442.     100:
  443.       Message: "&8Poraz 100 zabiłeś creeperów!"
  444.       DisplayName: Creeper!!
  445.       Name: zabij_100_creeperów
  446.       Reward:
  447.         Money: 100        
  448.         Item: diamond 3
  449.     1000:
  450.       Message: "&8Poraz 1000 zabiłeś creeperów!"
  451.       DisplayName: Creeper!!!
  452.       Name: zabij_1000_creeperów
  453.       Reward:
  454.         Money: 1000        
  455.         Item: diamond 6
  456.   Enderman:
  457.     10:
  458.       Message: "&8Poraz 10 zabiłeś endermanów!"
  459.       DisplayName: Zabójca Endermanów
  460.       Name: zabij_10_endermanów
  461.       Reward:
  462.         Money: 10        
  463.         Item: diamond 1
  464.     100:
  465.       Message: "&8Poraz 100 zabiłeś endermanów!"
  466.       DisplayName: Zabójca Endermanów!
  467.       Name: zabij_100_endermanów
  468.       Reward:
  469.         Money: 100        
  470.         Item: diamond 3
  471.     1000:
  472.       Message: "&8Poraz 1000 zabiłeś endermanów!"
  473.       DisplayName: Zabójca Endermanów!!
  474.       Name: zabij_1000_endermanów
  475.       Reward:
  476.         Money: 1000        
  477.         Item: diamond 6
  478.          
  479. # When a specific item is crafted (specify material name, lower case).
  480. Crafts:
  481.   diamond_sword:
  482.     1:
  483.       Message: Poraz pierwszy stworzyłeś ostrze!
  484.       Name: stwórz_1_miecz
  485.       DisplayName: Uczeń kowala
  486.       Reward:
  487.         Money: 10
  488.   anvil:
  489.     1:
  490.       Message: Poraz pierwszy stworzyłeś kowadło!
  491.       Name: stwórz_1_kowadło
  492.       DisplayName: Uczeń kowala
  493.       Reward:
  494.         Money: 100
  495.         Experience: 10
  496.   furnace:
  497.     1:
  498.       Message: Poraz pierwszy stworzyłeś piec!
  499.       Name: stwórz_1_piec
  500.       DisplayName: Uczeń zduna
  501.       Reward:
  502.         Money: 10
  503.   beacon:
  504.     1:
  505.       Message: Poraz pierwszy stworzyłeś latarnie!
  506.       Name: stwórz_1_latarnie
  507.       DisplayName: Latarnik
  508.       Reward:
  509.         Money: 500
  510.         Experience: 50
  511.   golden_apple:
  512.     1:
  513.       Message: Poraz pierwszy stworzyłeś złote jabłko!
  514.       Name: stwórz_1_złote jabłko
  515.       DisplayName: Jabłuszko!
  516.       Reward:
  517.         Money: 200
  518.         Experience: 20
  519.      
  520. # When the player dies.
  521. Deaths:
  522.   1:
  523.     Message: Poraz pierwszy zginąłeś
  524.     Name: umrzyj_1
  525.     DisplayName: Spoczywaj w pokoju
  526.     Reward:
  527.        # Text after the material and quantity is interpreted as a custom name, shown in /aach list and when receiving the reward.
  528.         Item: stone 5 Nagrobek
  529.    
  530. # When an arrow is shot.
  531. Arrows:
  532.   50:
  533.     Message: Wystrzelono 50 strzał!
  534.     Name: strzały_50
  535.     DisplayName: Strzelaj do okoła
  536.     Reward:
  537.       Money: 50
  538.       Experience: 10
  539.   500:
  540.     Message: Wystrzelono 50 strzał!
  541.     Name: strzały_50
  542.     DisplayName: Strzelaj do celu
  543.     Reward:
  544.       Money: 100
  545.       Experience: 10
  546.       Item: spectral_arrow 64
  547.    
  548. # When a snowball is thrown.  
  549. Snowballs:
  550.   1000:
  551.     Message: Wyrzuciłeś 1000 śnieżek!
  552.     Name: śnieżki_1000
  553.     DisplayName: Zimowy nałogowiec
  554.     Reward:
  555.       Money: 100
  556.       Experience: 10
  557.    
  558. # When an egg is thrown.  
  559. Eggs:
  560.   1000:
  561.     Message: Wyrzuciłeś 1000 jaj!
  562.     Name: jaja_1000
  563.     DisplayName: Omletowy nałogowiec
  564.     Reward:
  565.       Money: 100
  566.       Experience: 10
  567.    
  568. # When a fish is caught.
  569. Fish:
  570.   1:
  571.     Message: Po raz pierwszy złapałeś rybę!
  572.     Name: ryba_1
  573.     DisplayName: Czas na ryby
  574.     Reward:
  575.       Experience: 5
  576.    
  577. # When a treasure is caught with a fishing rod.
  578. Treasures:
  579.   1:
  580.     Message: Twój pierwszy skarb z morza
  581.     Name: skarb_1
  582.     DisplayName: Łowca skarbów
  583.     Reward:
  584.       Money: 10
  585.       Experience: 5
  586.  
  587. # When a tool/armor/weapon is broken.  
  588. ItemBreaks:
  589.   1:
  590.     Message: Zniszczyłeś swoje ulubione narzędzie!
  591.     Name: zniszcz_przemdiot_1
  592.     DisplayName: "&4Niezdara"
  593.     Reward:
  594.       Money: 20
  595.       Experience: 10
  596.  
  597. # When an item is eaten (excludes potions and milk).
  598. EatenItems:
  599.   1:
  600.     Message: Czas na przekąskę!
  601.     Name: zjedzone_przedmioty_1
  602.     DisplayName: Pierwsza przekąska  
  603.    
  604. # When a sheep is sheared.
  605. Shear:
  606.   100:
  607.     Message: Ogoliłeś 100 owiec!
  608.     Name: ogól_100
  609.     DisplayName: "&1Wełniany nałogowiec"
  610.     Reward:
  611.       Money: 200
  612.       Experience: 10
  613.  
  614. # When a cow is milked.
  615. Milk:
  616.   1:
  617.     Message: Wydoiłeś krowę!
  618.     Name: mleko_1
  619.     DisplayName: Pierwsze mleko
  620.     Reward:
  621.       Experience: 100
  622.    
  623. # When a bucket is filled with lava.
  624. LavaBuckets:
  625.   10:
  626.     Message: Wypełniłeś 10 wiader lawą!
  627.     Name: wiadra_lawy_10
  628.     DisplayName: Piroman
  629.     Reward:
  630.       Money: 20
  631.       Experience: 10    
  632. # When a bucket is filled with water.
  633. WaterBuckets:
  634.   15:
  635.     Message: Wypełniłeś 15 wiader wodą!
  636.     Name: wiadra_z_wodą_15
  637.     DisplayName: Strażak
  638.     Reward:
  639.       Money: 20
  640.       Experience: 10
  641.    
  642. # When a trade with a villager is made.
  643. Trades:
  644.   1:
  645.     Message: Przeprowadziłeś interes z pierwszym wieśniakiem!
  646.     Name: hamdel_1
  647.     DisplayName: Pierwszy handel  
  648.     Reward:
  649.       Money: 20
  650.       Experience: 10   
  651.    
  652. # When an anvil is used.
  653. AnvilsUsed:
  654.   1:
  655.     Message: Naprawiłes swój pierwszy przedmiot!
  656.     Name: użyj_kowadła_1
  657.     DisplayName: Pierwsza naprawa
  658.     Reward:
  659.       Money: 20
  660.       Experience: 10  
  661.    
  662. # When an enchantment is performed.
  663. Enchantments:
  664.   5:
  665.     Message: Zaklnąłeś 5 rzeczy!
  666.     Name: zaklinanie_5
  667.     DisplayName: "&5Czarodziej"
  668.     Reward:
  669.       Money: 20
  670.       Experience: 10  
  671.   50:
  672.     Message: Zaklnąłeś 50 rzeczy!
  673.     Name: zaklinanie_50
  674.     DisplayName: "&5Czarodziej"
  675.     Reward:
  676.       Money: 200
  677.       Experience: 50
  678.   500:
  679.     Message: Zaklnąłeś 500 rzeczy!
  680.     Name: zaklinanie_500
  681.     DisplayName: "&5Czarodziej"
  682.     Reward:
  683.       Money: 2000
  684.       Experience: 200
  685.    
  686. # When a bed is entered.
  687. Beds:
  688.   5:
  689.     Message: Skorzystałeś z łóżka 5 razy!
  690.     Name: łóżko_5
  691.     DisplayName: Śpioszek
  692.     Reward:
  693.       Money: 20
  694.       Experience: 10  
  695.    
  696. # Maximum level reached.    
  697. MaxLevel:
  698.   10:
  699.     Message: Osiągnij 10 poziom!
  700.     Name: maksymalny_poziom_10
  701.     DisplayName: "&4Rookie"
  702.     Reward:
  703.       Money: 20
  704.       Experience: 10  
  705.    
  706. # When a potion is consumed.
  707. ConsumedPotions:
  708.   100:
  709.     Message: Opróżniłeś 100 różnych butelek...
  710.     Name: consumedpotions_100
  711.     DisplayName: Alkocholik
  712.     Reward:
  713.       Money: 50
  714.       Experience: 20  
  715.   1000:
  716.     Message: Opróżniłeś 1000 różnych butelek...
  717.     Name: consumedpotions_1000
  718.     DisplayName: Alkocholik
  719.     Reward:
  720.       Money: 500
  721.       Experience: 100
  722.    
  723. # Amount of time played on the server (in hours, use integers).
  724. PlayedTime:
  725.   1:
  726.     Message: Grasz przez godzinę na serwerze!
  727.     Name: playedtime_1
  728.     DisplayName: Pierwsza godzina
  729.     Reward:
  730.       Money: 20
  731.       Experience: 10  
  732.    
  733. # When a distance is traveled by foot.
  734. DistanceFoot:
  735.   1000:
  736.     Message: Przebyłes 1000 bloków na piechotę!
  737.     Name: dystans_1000
  738.     DisplayName: Duży piechur
  739.     Reward:
  740.       Money: 20
  741.       Experience: 10  
  742.    
  743. # When a distance is traveled on a pig.
  744. DistancePig:
  745.   100:
  746.     Message: Przebyłeś 100 bloków na świni!
  747.     Name: dystans_na_świni_100
  748.     DisplayName: Marchewka na patyku mistrza
  749.     Reward:
  750.       Money: 20
  751.       Experience: 20  
  752.   500:
  753.     Message: Przebyłeś 100 bloków na świni!
  754.     Name: dystans_na_świni_100
  755.     DisplayName: Marchewka na patyku mistrza
  756.     Reward:
  757.       Money: 50
  758.       Experience: 50  
  759.    
  760. # When a distance is traveled on a horse.
  761. DistanceHorse:
  762.   500:
  763.     Message: Przebyłeś 500 bloków na koniu!
  764.     Name: dystans_na_koniu_500
  765.     DisplayName: Jeździec
  766.     Reward:
  767.       Money: 20
  768.       Experience: 10  
  769.    
  770. # When a distance is traveled in a minecart.
  771. DistanceMinecart:
  772.   100:
  773.     Message: Przebyłes 100 bloków w wagoniku!
  774.     Name: dystans_w_wagonie_100
  775.     DisplayName: Wagonik
  776.     Reward:
  777.       Money: 20
  778.       Experience: 10  
  779.   10000:
  780.     Message: Przebyłes 1000 bloków w wagoniku!
  781.     Name: dystans_w_wagonie_1000
  782.     DisplayName: Wagonik
  783.     Reward:
  784.       Money: 200
  785.       Experience: 100
  786.   10000:
  787.     Message: Przebyłes 10000 bloków w wagoniku!
  788.     Name: dystans_w_wagonie_10000
  789.     DisplayName: Wagonik
  790.     Reward:
  791.       Money: 2000
  792.       Experience: 500
  793.  
  794. # When a distance is traveled in a boat.
  795. DistanceBoat:
  796.   200:
  797.     Message: Przebyłeś 200 bloków łódką!
  798.     Name: dystans_w_łodzi_200
  799.     DisplayName: Dobry wioślarz
  800.     Reward:
  801.       Money: 20
  802.       Experience: 10  
  803.  
  804. # When a distance is traveled with elytra.
  805. # Ignored on Minecraft versions prior to 1.9, add it to DisabledCategories list.
  806. DistanceGliding:
  807.   100:
  808.     Message: Przebyłeś 100 bloków ze skrzydłami!
  809.     Name: dystans_ze_skrzydłami_100
  810.     DisplayName: Anioł
  811.     Reward:
  812.       Money: 400
  813.       Experience: 20  
  814.    
  815. # When a distance is traveled on a llama.
  816. # Ignored on Minecraft versions prior to 1.11, add it to DisabledCategories list.
  817. DistanceLlama:
  818.   50:
  819.     Message: Przebyłes 50 bloków na lamie!
  820.     Name: dystans_na_lamie_50
  821.     DisplayName: Ujeżdżać lamę
  822.     Reward:
  823.       Money: 20
  824.       Experience: 10  
  825.  
  826. # When an item is dropped on the ground.
  827. ItemDrops:
  828.   15:
  829.     Message: Uśmiercasz planetę minecraft!
  830.     Name: wyrzuć_przedmioty_15
  831.     DisplayName: Śmieciarz
  832.     Reward:
  833.       Money: 20
  834.       Experience: 10  
  835.    
  836. # When an item is picked up from the ground.
  837. ItemPickups:
  838.   40:
  839.     Message: Ocaliłeś planetę minecraft!
  840.     Name: podnieś_przedmioty_40
  841.     DisplayName: Ekologista
  842.     Reward:
  843.       Money: 20
  844.       Experience: 10  
  845.    
  846. # When soil is plowed with a hoe.
  847. HoePlowings:
  848.   10:
  849.     Message: Zaorałeś ziemię 10 razy!
  850.     Name: oranie_ziemi_10
  851.     DisplayName: Farmer
  852.     Reward:                
  853.       Item: cookie 15
  854.    
  855. # When bone meal is used to fertilise plants.
  856. Fertilising:
  857.   15:
  858.     Message: Użyłeś mączki kostnej 15 razy!
  859.     Name: mączka_15
  860.     DisplayName: Ogrodnik
  861.     Reward:
  862.       Money: 20
  863.       Experience: 10  
  864.    
  865. # When an animal is tamed.
  866. Taming:
  867.   1:
  868.     Message: Oswoiłeś swojego pierwszego zwierzaka!
  869.     Name: poskramiacz_1
  870.     DisplayName: Poskramiacz
  871.     Reward:
  872.       Money: 20
  873.       Experience: 10  
  874.  
  875. # When animals breed (specify an entity name, lower case).
  876. Breeding:
  877.   sheep:
  878.     100:
  879.       Message: Wychodowałeś swoje pierwsze zwierzę!
  880.       Name: wychoduj_zwierzę_1
  881.       DisplayName: Chodowca
  882.     Reward:
  883.       Money: 20
  884.       Experience: 10  
  885.  
  886. # When a potion is brewed.
  887. Brewing:
  888.   1:
  889.     Message: Wywarzyłeś swój pierwszy eliksir!
  890.     Name: wywarzanie_1
  891.     DisplayName: Chemik
  892.     Reward:
  893.       Money: 20
  894.       Experience: 10  
  895.    
  896. # When a firework is launched.
  897. Fireworks:
  898.   10:
  899.     Message: Wystrzeliłeś 10 fajerwerek!
  900.     Name: fajerwerki_10
  901.     DisplayName: Pirotechnik
  902.     Reward:
  903.       Experience: 100
  904.   100:
  905.     Message: Wystrzeliłeś 100 fajerwerek!
  906.     Name: fajerwerki_100
  907.     DisplayName: Pirotechnik
  908.     Reward:
  909.       Money: 200
  910.       Experience: 200
  911.   1000:
  912.     Message: Wystrzeliłeś 1000 fajerwerek!
  913.     Name: fajerwerki_1000
  914.     DisplayName: Pirotechnik
  915.     Reward:
  916.       Money: 500
  917.       Experience: 300
  918.  
  919. # When a music disc is played.
  920. MusicDiscs:
  921.   1:
  922.     Message: Użyj płyty muzycznej!
  923.     Name: płyta_muzyczna_1
  924.     DisplayName: DJ
  925.     Reward:
  926.       Money: 20
  927.       Experience: 10  
  928.  
  929. # When a player teleports with an enderpearl.
  930. EnderPearls:
  931.   10:
  932.     Message: Teleportuj się 10 razy używając perły kresu!
  933.     Name: perły_kresu_10
  934.     DisplayName: Człowiek teleportacji
  935.     Reward:
  936.       Money: 20
  937.       Experience: 10  
  938.    
  939. # When a player gives a pet to another player (requires Pet Master plugin version 1.4 or above).
  940. PetMasterGive:
  941.   3:
  942.     Message: Podarowałeś 3 zwierzęta innej osobie!
  943.     Name: zwierzęcy_mistrz_3
  944.     DisplayName: Donator
  945.     Reward:
  946.       Money: 20
  947.       Experience: 10  
  948.  
  949. # When a player receives a pet from another player (requires Pet Master plugin version 1.4 or above).
  950. PetMasterReceive:
  951.   10:
  952.     Message: Otrzymałeś w sumie 10 zwierzat!
  953.     Name: władca_zwierząt_10
  954.     DisplayName: Odbiorca
  955.     Reward:
  956.       Money: 20
  957.       Experience: 10  
  958.    
  959. # When an item is smelt in a furnace.
  960. Smelting:
  961.   250:
  962.     Message: 250 przepalonych przedmiotów w piecu!
  963.     Name: przepalonych_rzeczy_250
  964.     DisplayName: Przepalacz
  965.     Reward:
  966.       Money: 20
  967.       Experience: 10  
  968.    
  969. # When a player enters a specific command (specify command prefixes in lower case without initial slash).
  970. # For instance a command /awf add world from the AntiWorldFly plugin matches with subcategory 'awf add'.
  971. # Aliases of a given command will also be taken into account.
  972. PlayerCommands:
  973.   aach stats:
  974.     10:
  975.       Message: Uruchom polecenie statystyk 10 razy!
  976.       Name: komendy_gracza_aachstats_10
  977.       DisplayName: Statystyki
  978.       Reward:
  979.         Money: 50
  980.         Experience: 20  
  981.    
  982. #===========================OOO=OOO===========================#
  983. # VI-------------------------------------------------------VI #
  984. # |                  Command achievements                   | #
  985. # 6---------------------------------------------------------6 #
  986. #===========================ooo=ooo===========================#
  987.    
  988. # Let achievement commands be given several times.
  989. MultiCommand: true
  990.    
  991. # A player with achievement.give (or the console) can use /aach give yourAch1 PLAYER to give
  992. # yourAch1 achievement to PLAYER. The /aach give command does NOT work with other achievements.
  993.    
  994. #===========================OOOOOOO===========================#
  995. # VII-----------------------------------------------------VII #
  996. # | Parameters in future plugin versions will  appear here  | #
  997. # 7---------------------------------------------------------7 #
  998. #===========================ooooooo===========================#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement