Advertisement
Guest User

Untitled

a guest
Feb 12th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.33 KB | None | 0 0
  1. #==============================O==============================#
  2. # I---------------------------------------------------------I #
  3. # | Advanced Achievements 4.1.5 configuration - Readme | #
  4. # 1---------------------------------------------------------1 #
  5. #==============================o==============================#
  6.  
  7. # You can use Minecraft chat colors in Message|DisplayName|Goal, but include '' around the whole text: '&4Color'.
  8. # When using colours, you must also double apostrophes: '&2I''ve doubled apostrophes!'.
  9. # Only spaces, no tabs. Don't forget the indents, plugin won't work otherwise!
  10. # To check your file, use: yaml-online-parser.appspot.com
  11. # Do NOT delete any main achievement sections in the configuration file.
  12. # Possible items for rewards/Crafts/Places/Breaks: hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  13. # Possible mobs for the Kills section: hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
  14. # Default config.yml file: github.com/PyvesB/AdvancedAchievements/blob/master/src/main/resources/config.yml
  15. # Visit the wiki for some additional documentation: github.com/PyvesB/AdvancedAchievements/wiki
  16.  
  17. #=============================O=O=============================#
  18. # II-------------------------------------------------------II #
  19. # | General settings | #
  20. # 2---------------------------------------------------------2 #
  21. #=============================o=o=============================#
  22.  
  23. # Time in seconds between each /aach book.
  24. TimeBook: 900
  25.  
  26. # Check for update on plugin launch and notify when an OP joins the game.
  27. CheckForUpdate: true
  28.  
  29. # Set to true to activate firework effects when a player receives an achievement.
  30. Firework: true
  31.  
  32. # Choose BALL_LARGE, BALL, BURST, CREEPER, STAR or RANDOM.
  33. FireworkStyle: BALL_LARGE
  34.  
  35. # Number of players displayed in /aach top, week and month commands.
  36. TopList: 7
  37.  
  38. # Set to true to activate particle effects when receiving book and for players in top list.
  39. AdditionalEffects: true
  40.  
  41. # Set to true to activate sound effects when receiving book and for players in top list.
  42. Sound: true
  43.  
  44. # Set the icon of the plugin (default: shamrock, '\u2618').
  45. Icon: 'Achievements'
  46.  
  47. # Set the color of the plugin (default: 5, dark purple).
  48. Color: 'e'
  49.  
  50. # Notify other connected players when an achievement is received.
  51. ChatNotify: false
  52.  
  53. # Separator between name, description and date on a book page.
  54. BookSeparator: ''
  55.  
  56. # Set the format of the achievement name in /aach list (default: '%ICON% %NAME% %ICON%').
  57. ListAchievementFormat: '%ICON% %NAME% %ICON%'
  58.  
  59. # Stop all stats from increasing when player in creative mode, including PlayedTime.
  60. # Connection achievements will only be handled once a player switches to a non-creative mode.
  61. RestrictCreative: false
  62.  
  63. # Stop all stats from increasing when player in a specific world, including PlayedTime (delete the [] before using).
  64. # Connection achievements will only be handled once a player enters a non-excluded world.
  65. ExcludedWorlds: []
  66. # - yourWorld1
  67. # - yourWorld2
  68.  
  69. # Ignore vertical dimension (Y axis) when calculating distance statistics.
  70. IgnoreVerticalDistance: false
  71.  
  72. # Don't show these categories in the achievement GUI or in the stats output (delete the [] before using).
  73. # Also prevent obtaining achievements for these categories and prevent stats from increasing.
  74. # If changed, do a full server reload, and not just /aach reload.
  75. DisabledCategories: []
  76. # - Beds
  77. # - ItemBreaks
  78. # - Crafts
  79.  
  80. # Obfuscate achievements that have not yet been received in /aach list.
  81. ObfuscateNotReceived: false
  82.  
  83. # Obfuscate progressive achievements:
  84. # For categories with a series of related achievements where the only thing changing is the number of times
  85. # the event has occurred, show achievements that have been obtained and show the next obtainable achievement,
  86. # but obfuscate the additional achievements. In order for this to work properly, achievements must be sorted
  87. # in order of increasing difficulty. For example, under Places, stone, the first achievement could have a
  88. # target of 100 stone, the second 500 stone, and the third 1000 stone. When ObfuscateProgressiveAchievements
  89. # is true, initially only the 100 stone achievement will be readable in the GUI. Once 100 stone have been placed,
  90. # the 500 stone achievement will become legible.
  91. ObfuscateProgressiveAchievements: false
  92.  
  93. # Hide categories with no achievements yet received in /aach list.
  94. HideNotReceivedCategories: false
  95.  
  96. # Hide the reward display in /aach list.
  97. HideRewardDisplayInList: false
  98.  
  99. # Display precise statistic information in the /aach list progress bars.
  100. EnrichedListProgressBars: true
  101.  
  102. # Annotate each achievement displayed in a /aach list category with a number. Due to a Minecraft limitation,
  103. # if you have more than 64 achievements for a category, the counting will start back at 1 after number 64.
  104. NumberedItemsInList: false
  105.  
  106. # Display achievement name and description as screen titles.
  107. TitleScreen: true
  108.  
  109. # Sort pages of the book in chronological order (false for reverse chronological order).
  110. BookChronologicalOrder: true
  111.  
  112. # Do not take into account items broken with Silk Touch for the Breaks achievements.
  113. DisableSilkTouchBreaks: false
  114.  
  115. # Do not take into account ores broken with Silk Touch for the Breaks achievements.
  116. # DisableSilkTouchBreaks takes precedence over this. Not applicable to iron or gold ores.
  117. DisableSilkTouchOreBreaks: false
  118.  
  119. # Name of the language file.
  120. LanguageFileName: 'lang.yml'
  121.  
  122. # Time in seconds between each statistic count for the following categories.
  123. # LavaBuckets, WaterBuckets, Beds, Brewing, MusicDiscs.
  124. StatisticCooldown: 10
  125.  
  126. # Display action bar message when player does an action while in the cooldown period.
  127. CooldownActionBar: true
  128.  
  129. # Locale used to format dates in /aach book and /aach list. You must select an ISO 639 language code.
  130. # The list of possible language codes can be found here at www.loc.gov/standards/iso639-2/php/code_list.php
  131. DateLocale: 'en'
  132.  
  133. # Display time of reception of achievements in /aach book and /aach list in addition to the date. For achievements
  134. # received in plugin versions prior to 3.0, the precise time information is not available and will be displayed as midnight.
  135. DateDisplayTime: true
  136.  
  137. #=============================OOO=============================#
  138. # III-----------------------------------------------------III #
  139. # | Database settings | #
  140. # 3---------------------------------------------------------3 #
  141. #=============================ooo=============================#
  142.  
  143. # Make a daily backup of your local database (if sqlite).
  144. DatabaseBackup: true
  145.  
  146. # Database type, sqlite, postgresql or mysql. Do a full server reload or restart to make this effective.
  147. DatabaseType: sqlite
  148.  
  149. # Prefix added to the tables in the database. If you switch from the default tables names (no prefix),
  150. # the plugin will attempt an automatic renaming. Otherwise you have to rename your tables manually.
  151. # Do a full server reload or restart to make this effective.
  152. TablePrefix: ''
  153.  
  154. # Settings to link with MySQL database (ignore if sqlite or postgresql).
  155. MYSQL:
  156. Database: 'jdbc:mysql://localhost:3306/minecraft'
  157. User: root
  158. Password: root
  159.  
  160. # Settings to link with PostgresSQL database (ignore if sqlite or mysql).
  161. POSTGRESQL:
  162. Database: 'jdbc:postgresql://localhost:5432/minecraft'
  163. User: root
  164. Password: root
  165.  
  166. #============================OO=OO============================#
  167. # IV-------------------------------------------------------IV #
  168. # | Performance settings | #
  169. # 4---------------------------------------------------------4 #
  170. #============================oo=oo============================#
  171.  
  172. # DO NOT CHANGE THE FOLLOWING UNLESS YOU ARE AN EXPERIENCED USER. The intervals are in seconds.
  173. # If any of the performance settings are changed, do a full server reload, and not just /aach reload.
  174. # Frequency of play time checks for players. Smaller values give more precision but more CPU usage.
  175. PlaytimeTaskInterval: 60
  176.  
  177. # Calculates distance traveled by players. Smaller values give more precision but more CPU usage.
  178. DistanceTaskInterval: 5
  179.  
  180. # Frequency of some statistics writes to the database.
  181. PooledRequestsTaskInterval: 120
  182.  
  183. # Enable multithreading for database write operations.
  184. AsyncPooledRequestsSender: true
  185.  
  186. #============================OOOOO============================#
  187. # V---------------------------------------------------------V #
  188. # | Action achievements | #
  189. # 5---------------------------------------------------------5 #
  190. #============================ooooo============================#
  191.  
  192. # When a player connects during the day; statistic increases at most once per day.
  193. Connections:
  194.  
  195. # When a specific block is placed (specify material name, lower case).
  196. Places:
  197.  
  198.  
  199. # When a specific block is broken (specify material name, lower case).
  200. # Below, the notation sand:1 means sand item with metadata 1 (red sand).
  201. Breaks:
  202. cobblestone:
  203. '100':
  204. Message: '&eBreak 100 cobblestone!'
  205. Name: break_100_cobble
  206. DisplayName: &6Miner
  207. Reward:
  208. Command: xp PLAYER 25
  209. stone:
  210. '300':
  211. Message: '&eBreak 300 Stone!'
  212. Name: break_300_stone
  213. DisplayName: &6Prospector
  214. # Use semicolons for multiple command rewards. PLAYER will be replaced by player's name.
  215. Reward:
  216. Command: xp PLAYER 60
  217.  
  218. # When a specific mob is killed (specify an entity name or poweredcreeper or player, lower case).
  219. Kills:
  220.  
  221.  
  222. # When a specific item is crafted (specify material name, lower case).
  223. Crafts:
  224. diamond_sword:
  225. '1':
  226. Message: &eA hero's rise!
  227. Name: craft_1_blade
  228. DisplayName: Warrior
  229. Reward:
  230. Command: xp PLAYER 35
  231.  
  232. # When the player dies.
  233. Deaths:
  234. '1':
  235. Message: You died!
  236. Name: deaths_1
  237. DisplayName: Wasted
  238. Reward:
  239. Command: xp PLAYER 20
  240.  
  241. # When an arrow is shot.
  242. Arrows:
  243.  
  244. # When a snowball is thrown.
  245. Snowballs:
  246.  
  247. # When an egg is thrown.
  248.  
  249. # When a fish is caught.
  250. Fish:
  251. '10':
  252. Message: Filling chests with fish!
  253. Name: fish_1
  254. DisplayName: Fish Hoarder
  255.  
  256. # When a treasure is caught with a fishing rod.
  257. Treasures:
  258. '1':
  259. Message: Your first treasure!
  260. Name: treasure_1
  261. DisplayName: Treasure Hunter
  262.  
  263. # When a tool/armor/weapon is broken.
  264. ItemBreaks:
  265. '1':
  266. Message: You broke your first tool!
  267. Name: itembreaks_1
  268. DisplayName: '&6Tool Waster'
  269.  
  270. # When an item is eaten (excludes potions and milk).
  271. EatenItems:
  272.  
  273. # When a sheep is sheared.
  274. Shear:
  275.  
  276.  
  277. # When a cow is milked.
  278. Milk:
  279.  
  280.  
  281. # When a bucket is filled with lava.
  282. LavaBuckets:
  283.  
  284.  
  285. # When a bucket is filled with water.
  286. WaterBuckets:
  287.  
  288. # When a trade with a villager is made.
  289. Trades:
  290. '1':
  291. Message: &eDoing business!
  292. Name: trades_1
  293. DisplayName: &6First Trade
  294.  
  295. # When an anvil is used.
  296. AnvilsUsed:
  297.  
  298.  
  299. # When an enchantment is performed.
  300. Enchantments:
  301. '5':
  302. Message: &e5 objects enchanted!
  303. Name: enchantments_5
  304. DisplayName: '&6Enchanter'
  305.  
  306. # When a bed is entered.
  307. Beds:
  308.  
  309. # Maximum level reached.
  310. MaxLevel:
  311. '10':
  312. Message: &eLevel 10 reached!
  313. Name: maxlevel_10
  314. DisplayName: '&6Learner'
  315.  
  316. # When a potion is consumed.
  317. ConsumedPotions:
  318.  
  319. # Amount of time played on the server (in hours, use integers).
  320. PlayedTime:
  321. '24':
  322. Message: &eYou've dedicated a whole day to the server!
  323. Name: playedtime_24
  324. DisplayName: Dedicated
  325.  
  326. # When a distance is traveled by foot.
  327. DistanceFoot:
  328. '1000':
  329. Message: You traveled 1000 blocks by foot!
  330. Name: distancefoot_1000
  331. DisplayName: Big Walker
  332.  
  333. # When a distance is traveled on a pig.
  334. DistancePig:
  335. '100':
  336. Message: You traveled 100 blocks on a pig!
  337. Name: distancepig_100
  338. DisplayName: Carrot on a Stick Master
  339.  
  340. # When a distance is traveled on a horse.
  341. DistanceHorse:
  342. '500':
  343. Message: You traveled 500 blocks on a horse!
  344. Name: distancehorse_500
  345. DisplayName: The Avener
  346.  
  347. # When a distance is traveled in a minecart.
  348. DistanceMinecart:
  349.  
  350. # When a distance is traveled in a boat.
  351. DistanceBoat:
  352.  
  353. # When a distance is traveled with elytra.
  354. # (ignored on Minecraft versions prior to 1.9, should be added to DisabledCategories)
  355. DistanceGliding:
  356. # When a distance is traveled on a llama.
  357. # (ignored on Minecraft versions prior to 1.11, should be added to DisabledCategories)
  358. DistanceLlama:
  359. '50':
  360. Message: You traveled 50 blocks on a llama!
  361. Name: distancellama_50
  362. DisplayName: Llama Rider
  363.  
  364. # When an item is dropped on the ground.
  365. ItemDrops:
  366. '15':
  367. Message: &eYou're killing the planet!
  368. Name: itemdrops_15
  369. DisplayName: &6Polluter
  370.  
  371. # When an item is picked up from the ground.
  372. ItemPickups:
  373. '40':
  374. Message: &eYou're saving the planet!
  375. Name: itempickups_40
  376. DisplayName: &6Environmentalist
  377.  
  378. # When soil is plowed with a hoe.
  379. HoePlowings:
  380.  
  381. # When bone meal is used to fertilise plants.
  382. Fertilising:
  383. '15':
  384. Message: You used bone meal on plants 15 times!
  385. Name: fertilising_15
  386. DisplayName: Gardener
  387.  
  388. # When an animal is tamed.
  389. Taming:
  390. '1':
  391. Message: You tamed your first animal!
  392. Name: taming_1
  393. DisplayName: Tamer
  394.  
  395. # When a potion is brewed.
  396. Brewing:
  397.  
  398. # When a firework is launched.
  399. Fireworks:
  400.  
  401. # When a music disc is played.
  402. MusicDiscs:
  403. '1':
  404. Message: Used your first jukebox!
  405. Name: musicdiscs_1
  406. DisplayName: Dropping beats
  407.  
  408. # When a player teleports with an enderpearl.
  409. EnderPearls:
  410.  
  411. # When a player gives a pet to another player (requires Pet Master plugin version 1.4 or above).
  412. PetMasterGive:
  413.  
  414. # When a player receives a pet from another player (requires Pet Master plugin version 1.4 or above).
  415. PetMasterReceive:
  416.  
  417. # When an item is smelt in a furnace.
  418. Smelting:
  419.  
  420. # When a player enters a specific command (specify command prefixes in lower case without initial slash).
  421. # For instance a command /awf add world from the AntiWorldFly plugin matches with subcategory 'awf add'.
  422. PlayerCommands:
  423. 'aach stats':
  424. '10':
  425. Message: Run the stats command 10 times!
  426. Name: playercommand_aachstats_10
  427. DisplayName: Statistician
  428.  
  429. #===========================OOO=OOO===========================#
  430. # VI-------------------------------------------------------VI #
  431. # | Command achievements | #
  432. # 6---------------------------------------------------------6 #
  433. #===========================ooo=ooo===========================#
  434.  
  435. # Let achievement commands be given several times.
  436. MultiCommand: true
  437.  
  438. # A player with achievement.give (or the console) can use /aach give yourAch1 PLAYER to give
  439. # yourAch1 achievement to PLAYER. The /aach give command does NOT work with other achievements.
  440. Commands:
  441. yourAch1:
  442. Message: You took part in the Astra event!
  443. Name: eventAstra1
  444. DisplayName: Astra Event Achievement!
  445.  
  446. #===========================OOOOOOO===========================#
  447. # VII-----------------------------------------------------VII #
  448. # | Parameters in future plugin versions will appear here | #
  449. # 7---------------------------------------------------------7 #
  450. #===========================ooooooo===========================#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement