Advertisement
Guest User

Untitled

a guest
Dec 20th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.96 KB | None | 0 0
  1. #==============================O==============================#
  2. # I---------------------------------------------------------I #
  3. # | Advanced Achievements 5.4 configuration - Readme | #
  4. # 1---------------------------------------------------------1 #
  5. #==============================o==============================#
  6. # You can use Minecraft chat colors in Message|DisplayName|Goal, but include double quotes around the whole text: "&4Color".
  7. # Only spaces, NO tabs. Don't forget the indents (2 spaces per indentation level), plugin won't work otherwise!
  8. # To check syntax errors in your file, use: yaml-online-parser.appspot.com
  9. # Do NOT delete any top level (= not indentented) sections in the configuration file.
  10. # Possible items for rewards/Crafts/Places/Breaks: hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  11. # Possible mobs for the Kills section: hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
  12. # Default config.yml file: github.com/PyvesB/AdvancedAchievements/blob/master/src/main/resources/config.yml
  13. # Visit the wiki for some valuable additional documentation: github.com/PyvesB/AdvancedAchievements/wiki
  14. #=============================O=O=============================#
  15. # II-------------------------------------------------------II #
  16. # | General settings | #
  17. # 2---------------------------------------------------------2 #
  18. #=============================o=o=============================#
  19. # Time in seconds between each /aach book (unless user has permission achievement.*).
  20. TimeBook: 900
  21.  
  22. # Check for update on plugin launch and notify when an OP joins the game.
  23. CheckForUpdate: true
  24.  
  25. # Set to true to activate firework effects when a player receives an achievement.
  26. Firework: true
  27.  
  28. # Choose BALL_LARGE, BALL, BURST, CREEPER, STAR or RANDOM.
  29. FireworkStyle: BALL_LARGE
  30.  
  31. # Set to true to activate simpler effects and a calm sound when a player receives an achievement.
  32. # Ignored if Firework setting is set to true.
  33. SimplifiedReception: false
  34.  
  35. # Number of players displayed in /aach top, week and month commands.
  36. TopList: 8
  37.  
  38. # Set to true to activate particle effects when performing /aach book, /aach stats with all achievements and
  39. # /aach top, week or month when ranked in the top list.
  40. AdditionalEffects: true
  41.  
  42. # Set to true to activate sounds when performing /aach book, /aach stats with all achievements and
  43. # /aach top, week or month when ranked in the top list.
  44. Sound: true
  45.  
  46. # Set the icon of the plugin (default: shamrock, \u2618).
  47. Icon: \u2618
  48.  
  49. # Set the color of the plugin (default: 5, dark purple).
  50. Color: 5
  51.  
  52. # Notify other connected players when an achievement is received.
  53. # Default behaviour, a player can override what he sees by using /aach toggle.
  54. NotifyOtherPlayers: true
  55.  
  56. # When NotifyOtherPlayers is enabled, notifications are done using action bars when ActionBarNotify is true.
  57. # When ActionBarNotify is false, chat messages are used.
  58. ActionBarNotify: true
  59.  
  60. # Display achievement Name and Message as screen titles. No effect if using Minecraft 1.7.9 or 1.7.10.
  61. TitleScreen: true
  62.  
  63. # When a player receives an achievement, the Name, Message and rewards of the achievement are displayed in
  64. # the chat. If HoverableReceiverChatText is true, a single hoverable text will be displayed to the receiver.
  65. # Otherwise texts will be displayed one after the other.
  66. HoverableReceiverChatText: false
  67.  
  68. # Separator between name, description and date on a book page.
  69. BookSeparator: ''
  70.  
  71. # Set the format of the achievement name in /aach list (default: "%ICON% %NAME% %ICON%").
  72. ListAchievementFormat: '%ICON% %NAME% %ICON%'
  73.  
  74. # Set the format of the header used for most chat messages (default: "&7[%ICON%&7]").
  75. ChatHeader: '&7[%ICON%&7]'
  76.  
  77. # Stop all stats from increasing when player in creative mode, including PlayedTime.
  78. # Connection achievements will only be handled once a player switches to a non-creative mode.
  79. RestrictCreative: false
  80.  
  81. # Stop all stats from increasing when player in spectator mode, including PlayedTime.
  82. # Connection achievements will only be handled once a player switches to a non-spectator mode.
  83. # No effect if using Minecraft 1.7.9 or 1.7.10.
  84. RestrictSpectator: true
  85.  
  86. # Stop all stats from increasing when player in adventure mode, including PlayedTime.
  87. # Connection achievements will only be handled once a player switches to a non-adventure mode.
  88. RestrictAdventure: false
  89.  
  90. # Stop all stats from increasing when player in a specific world, including PlayedTime (delete the [] before adding values).
  91. # Connection achievements will only be handled once a player enters a non-excluded world.
  92. ExcludedWorlds:
  93. -Plotworld
  94. # Ignore vertical dimension (Y axis) when calculating distance statistics.
  95. IgnoreVerticalDistance: true
  96.  
  97. # Don't show these categories in the achievement GUI or in the stats output (delete the [] before adding values).
  98. # Also prevent obtaining achievements for these categories and prevent stats from increasing.
  99. # If changed, do a full server restart, and not just /aach reload.
  100. DisabledCategories:
  101. - Snowballs
  102. - Eggs
  103. - Fish
  104. - Treasures
  105. - ItemBreaks
  106. - EatenItems
  107. - Shear
  108. - Milk
  109. - LavaBuckets
  110. - WaterBuckets
  111. - Trades
  112. - AnvilsUsed
  113. - Enchantments
  114. - Beds
  115. - MaxLevel
  116. - ConsumedPotions
  117. - HoePlowings
  118. - Fertilising
  119. - Taming
  120. - Brewing
  121. - Fireworks
  122. - MusicDiscs
  123. - EnderPearls
  124. - PetMasterGive
  125. - PetMasterReceive
  126. - Smelting
  127. - DistancePig
  128. - DistanceHorse
  129. - DistanceMinecart
  130. - DistanceBoat
  131. - DistanceGliding
  132. - DistanceLlama
  133. - Places
  134. - Breaks
  135. - Kills
  136. - Crafts
  137. - Breeding
  138. - ItemDrops
  139. - ItemPickups
  140.  
  141. # - PetMasterGive
  142. # - PetMasterReceive
  143. # - DistanceLlama
  144. # - DistanceGliding
  145. # Obfuscate achievements that have not yet been received in /aach list.
  146. ObfuscateNotReceived: false
  147.  
  148. # For categories with a series of related achievements where the only thing changing is the number of times
  149. # the event has occurred, show achievements that have been obtained and show the next obtainable achievement,
  150. # but obfuscate the additional achievements. For example, under Places, stone, the first achievement could have a
  151. # target of 100 stone, the second 500 stone, and the third 1000 stone. When ObfuscateProgressiveAchievements
  152. # is true, initially only the 100 stone achievement will be readable in the GUI. Once 100 stone have been placed,
  153. # the 500 stone achievement will become legible.
  154. ObfuscateProgressiveAchievements: true
  155.  
  156. # Hide categories with no achievements yet received in /aach list by marking them as locked.
  157. HideNotReceivedCategories: false
  158.  
  159. # Completely hide categories for which the player does not have the corresponding count permissions.
  160. HideNoPermissionCategories: false
  161.  
  162. # Hide the reward display in /aach list.
  163. HideRewardDisplayInList: false
  164.  
  165. # Display precise statistic information in the /aach list progress bars.
  166. EnrichedListProgressBars: true
  167.  
  168. # Annotate each achievement displayed in a /aach list category with a number.
  169. NumberedItemsInList: false
  170.  
  171. # Sort pages of the book in chronological order (false for reverse chronological order).
  172. BookChronologicalOrder: true
  173.  
  174. # Do not take into account items broken with Silk Touch for the Breaks achievements.
  175. DisableSilkTouchBreaks: false
  176.  
  177. # Do not take into account ores broken with Silk Touch for the Breaks achievements.
  178. # DisableSilkTouchBreaks takes precedence over this. Not applicable to iron or gold ores.
  179. DisableSilkTouchOreBreaks: false
  180.  
  181. # Name of the language file.
  182. LanguageFileName: lang.yml
  183.  
  184. # Time in seconds between each statistic count for the following categories.
  185. # LavaBuckets, WaterBuckets, Beds, Brewing, MusicDiscs.
  186. StatisticCooldown: 10
  187.  
  188. # Display action bar message when player performs an action while in the cooldown period.
  189. # No effect if using Minecraft 1.7.9 or 1.7.10.
  190. CooldownActionBar: false
  191.  
  192. # Locale used to format dates in /aach book and /aach list. You must select an ISO 639 language code.
  193. # The list of possible language codes can be found at www.loc.gov/standards/iso639-2/php/code_list.php
  194. DateLocale: en
  195.  
  196. # Display time of reception of achievements in /aach book and /aach list in addition to the date. For achievements
  197. # received in plugin versions prior to 3.0, the precise time information is not available and will be displayed as midnight.
  198. DateDisplayTime: true
  199.  
  200. # Register advancements with a description corresponding to the Goal parameter of each achievement.
  201. # If changed, run /aach generate to regenerate advancements with the new parameter value taken into account.
  202. # No effect if using Minecraft versions prior to 1.12.
  203. RegisterAdvancementDescriptions: false
  204.  
  205. # If true, hide advancements from the advancement GUI. Advancement notifications will still appear when receiving achievements.
  206. # No effect if using Minecraft versions prior to 1.12.
  207. HideAdvancements: false
  208.  
  209. # If true, PlayedTime will no longer increase when the player is AFK. Requires Essentials to work.
  210. IgnoreAFKPlayedTime: false
  211.  
  212. #=============================OOO=============================#
  213. # III-----------------------------------------------------III #
  214. # | Database settings | #
  215. # 3---------------------------------------------------------3 #
  216. #=============================ooo=============================#
  217. # Make a daily backup of your local database (if sqlite).
  218. DatabaseBackup: true
  219.  
  220. # Database type, sqlite, postgresql or mysql. Do a full server restart for this to take effect.
  221. DatabaseType: sqlite
  222.  
  223. # Prefix added to the tables in the database. If you switch from the default tables names (no prefix),
  224. # the plugin will attempt an automatic renaming. Otherwise you have to rename your tables manually.
  225. # Do a full server restart for this to take effect.
  226. TablePrefix: ''
  227.  
  228. # Specify additional options when opening a connection to a MySQL/PostgreSQL database. Start each option with &,
  229. # for instance "&useUnicode=yes&characterEncoding=UTF-8".
  230. AdditionalConnectionOptions: ''
  231.  
  232. # Settings to link with MySQL database (ignored if sqlite or postgresql).
  233. MYSQL:
  234. Database: jdbc:mysql://localhost:3306/minecraft
  235. User: root
  236. Password: root
  237.  
  238. # Settings to link with PostgresSQL database (ignored if sqlite or mysql).
  239. # Refer to https://github.com/PyvesB/AdvancedAchievements/wiki/Installation to set up PostgreSQL.
  240. POSTGRESQL:
  241. Database: jdbc:postgresql://localhost:5432/minecraft
  242. User: root
  243. Password: root
  244.  
  245. #============================OO=OO============================#
  246. # IV-------------------------------------------------------IV #
  247. # | Performance settings | #
  248. # 4---------------------------------------------------------4 #
  249. #============================oo=oo============================#
  250. # DO NOT CHANGE THE FOLLOWING UNLESS YOU ARE AN EXPERIENCED USER. The intervals are in seconds.
  251. # If any of the performance settings are changed, do a full server restart, and not just /aach reload.
  252. # Frequency of play time checks for players. Smaller values give more precision but more CPU usage.
  253. PlaytimeTaskInterval: 60
  254.  
  255. # Calculates distance traveled by players. Smaller values give more precision but more CPU usage.
  256. DistanceTaskInterval: 5
  257.  
  258. # Frequency of some statistics writes to the database.
  259. PooledRequestsTaskInterval: 10
  260.  
  261. #============================OOOOO============================#
  262. # V---------------------------------------------------------V #
  263. # | Action achievements | #
  264. # 5---------------------------------------------------------5 #
  265. #============================ooooo============================#
  266.  
  267. # When a player connects during the day; statistic increases at most once per day.
  268. Connections:
  269. 1:
  270. Message: Joined ImagineMC for the first time!
  271. Name: connect_1
  272. DisplayName: Type /aach list to see achievements
  273.  
  274. # When the player dies.
  275. Deaths:
  276. 1:
  277. Message: Somehow managed to die.
  278. Name: deaths_1
  279. DisplayName: Ded!
  280.  
  281. # When an arrow is shot.
  282. Arrows:
  283. 10:
  284. Message: Shot some arrows
  285. Name: arrows_10
  286. DisplayName: Pew Pew Pew!
  287.  
  288. # Amount of time played on the server (in hours, use integers).
  289. PlayedTime:
  290. 1:
  291. Message: You played during one hour on the server!
  292. Name: playedtime_1
  293. DisplayName: First Hour
  294.  
  295. # When a distance is traveled by foot.
  296. DistanceFoot:
  297. 8000:
  298. Message: You traveled 8000 blocks by foot!
  299. Name: distancefoot_8000
  300. DisplayName: 500 Chunks
  301.  
  302. # When a player enters a specific command (specify command prefixes in lower case without initial slash).
  303. # For instance a command /awf add world from the AntiWorldFly plugin matches with subcategory 'awf add'.
  304. # Aliases of a given command will also be taken into account.
  305. PlayerCommands:
  306. jukebox:
  307. 1:
  308. Message: Connected to McJukebox!
  309. Name: McJukebox
  310. DisplayName: Please don't stop the music
  311. warp:
  312. 1:
  313. Message: Used /warp
  314. Name: warp_1
  315. DisplayName: Prepare for warp-drive
  316. 10:
  317. Message: warped 10 times
  318. Name: warp_10
  319. DisplayName: Interstellar travel
  320. 25:
  321. Message: warped 25 times
  322. Name: warp_25
  323. DisplayName: Warp core failure
  324. rules:
  325. 1:
  326. Message: Read the rules
  327. Name: rules
  328. DisplayName: Edgmicated
  329.  
  330. #===========================OOO=OOO===========================#
  331. # VI-------------------------------------------------------VI #
  332. # | Command achievements | #
  333. # 6---------------------------------------------------------6 #
  334. #===========================ooo=ooo===========================#
  335. # Let achievement commands be given several times.
  336. MultiCommand: false
  337.  
  338. # A player with achievement.give (or the console) can use /aach give yourAch1 PLAYER to give
  339. # yourAch1 achievement to PLAYER. The /aach give command does NOT work with other achievements.
  340. Commands:
  341. action:
  342. Message: Activated the Funland fountain
  343. Name: action
  344. DisplayName: Action!
  345. slender:
  346. Message: Experienced Slender
  347. Name: slender
  348. DisplayName: Sees without eyes
  349. tot:
  350. Message: Rode the Tower of Terror
  351. Name: tot
  352. DisplayName: A dimension of mind
  353. jp:
  354. Message: Rode Jurassic Park River Adventure
  355. Name: jp
  356. DisplayName: A relaxing river journey
  357. jaws:
  358. Message: Rode Jaws
  359. Name: jaws
  360. DisplayName: That's the biggest one I've ever...
  361. trans:
  362. Message: Rode Transdevilium
  363. Name: trans
  364. DisplayName: Shambles
  365. hm:
  366. Message: Rode the Haunted Mansion
  367. Name: hm
  368. DisplayName: Foolish Mortals
  369. ghostbusters:
  370. Message: Rode Ghosbuters The return of Gozer
  371. Name: ghostbusters
  372. DisplayName: I ain't afraid
  373. mtnE:
  374. Message: Rode Mountain Express
  375. Name: mtnE
  376. DisplayName: Rail still under construction
  377. skullsIsland:
  378. Message: Explored Skulls Island
  379. Name: skullsIsland
  380. DisplayName: Dead men tell no tales
  381. saMagic:
  382. Message: Explored the SA Magic
  383. Name: saMagic
  384. DisplayName: We must go deeper!
  385. ilss:
  386. Message: Rode Innovation Lab's Super Shooter
  387. Name: ilss
  388. DisplayName: People, only a little more dead
  389. sj:
  390. Message: Rode Space Journey
  391. Name: sj
  392. DisplayName: We choose to go to the moon
  393. tron:
  394. Message: Rode Tron
  395. Name: tron
  396. DisplayName: A digital frontier
  397. bttf:
  398. Message: Rode Back to the Future
  399. Name: bttf
  400. DisplayName: Great scott!
  401. fireflies:
  402. Message: Rode fireflies
  403. Name: fireflies
  404. DisplayName: You would not believe your eyes
  405. witchsHut:
  406. Message: Rode Witch's Hut
  407. Name: witchsHut
  408. DisplayName: Potions and splosions'
  409. te:
  410. Message: Rode Treasure Expedition
  411. Name: te
  412. DisplayName: Near depth experience
  413. hogwarts:
  414. Message: Explored hogwarts
  415. Name: hogwarts
  416. DisplayName: There once was a boy...
  417. mtnC:
  418. Message: Rode the Mountain Castle
  419. Name: mtnC
  420. DisplayName: World's fastest castle
  421. fnaf:
  422. Message: Rode Five nights at Freddy's 2
  423. Name: fnaf
  424. DisplayName: Death by a sly fox
  425. mk:
  426. Message: Rode Mario Kart
  427. Name: mk
  428. DisplayName: Letsa Go!
  429. preshow:
  430. Message: Survived a preshow
  431. Name: preshow
  432. DisplayName: Fast lips
  433. wonkaFav:
  434. Message: Used the Funland exit
  435. Name: wonkaFav
  436. DisplayName: MrWonka's favorite player
  437. pe:
  438. Message: Rode the Polar Express
  439. Name: pe
  440. DisplayName: All aboard!
  441. yesterland:
  442. Message: Visisted Yesterland
  443. Name: yesterland
  444. DisplayName: Preserving the past for the future
  445.  
  446. #===========================OOOOOOO===========================#
  447. # VII-----------------------------------------------------VII #
  448. # | Parameters in future plugin versions will appear here | #
  449. # 7---------------------------------------------------------7 #
  450. #===========================ooooooo===========================#
  451. #When a snowball is thrown.
  452. Snowballs: {}
  453.  
  454. #When an egg is thrown.
  455. Eggs: {}
  456.  
  457. #When a fish is caught.
  458. Fish: {}
  459.  
  460. #When a treasure is caught with a fishing rod.
  461. Treasures: {}
  462.  
  463. #When a tool/armor/weapon is broken.
  464. ItemBreaks: {}
  465.  
  466. #When an item is eaten (excludes potions and milk).
  467. EatenItems: {}
  468.  
  469. #When a sheep is sheared.
  470. Shear: {}
  471.  
  472. #When a cow is milked.
  473. Milk: {}
  474.  
  475. #When a bucket is filled with lava.
  476. LavaBuckets: {}
  477.  
  478. #When a bucket is filled with water.
  479. WaterBuckets: {}
  480.  
  481. #When a trade with a villager is made.
  482. Trades: {}
  483.  
  484. #When an anvil is used.
  485. AnvilsUsed: {}
  486.  
  487. #When an enchantment is performed.
  488. Enchantments: {}
  489.  
  490. #When a bed is entered.
  491. Beds: {}
  492.  
  493. #Maximum level reached.
  494. MaxLevel: {}
  495.  
  496. #When a potion is consumed.
  497. ConsumedPotions: {}
  498.  
  499. #When soil is plowed with a hoe.
  500. HoePlowings: {}
  501.  
  502. #When bone meal is used to fertilise plants.
  503. Fertilising: {}
  504.  
  505. #When an animal is tamed.
  506. Taming: {}
  507.  
  508. #When a potion is brewed.
  509. Brewing: {}
  510.  
  511. #When a firework is launched.
  512. Fireworks: {}
  513.  
  514. #When a music disc is played.
  515. MusicDiscs: {}
  516.  
  517. #When a player teleports with an enderpearl.
  518. EnderPearls: {}
  519.  
  520. #When a player gives a pet to another player (requires PetMaster plugin version 1.3 or above).
  521. PetMasterGive: {}
  522.  
  523. #When a player receives a pet from another player (requires PetMaster plugin version 1.3 or above).
  524. PetMasterReceive: {}
  525.  
  526. #When an item is smelt in a furnace.
  527. Smelting: {}
  528.  
  529. #When a distance is traveled on a pig.
  530. DistancePig: {}
  531.  
  532. #When a distance is traveled on a horse.
  533. DistanceHorse: {}
  534.  
  535. #When a distance is traveled in a minecart.
  536. DistanceMinecart: {}
  537.  
  538. #When a distance is traveled in a boat.
  539. DistanceBoat: {}
  540.  
  541. #When a distance is traveled with elytra.
  542. DistanceGliding: {}
  543.  
  544. #When a distance is traveled on a llama.
  545. DistanceLlama: {}
  546.  
  547. #When a specific block is placed (specify material name, lower case).
  548. Places: {}
  549.  
  550. #When a specific block is broken (specify material name, lower case).
  551. Breaks: {}
  552.  
  553. #When a specific mob is killed (specify an entity name or poweredcreeper or player, lower case).
  554. Kills: {}
  555.  
  556. #When a specific item is crafted (specify material name, lower case).
  557. Crafts: {}
  558.  
  559. #When animals breed (specify an entity name, lower case).
  560. Breeding: {}
  561.  
  562. #When an item is dropped on the ground.
  563. ItemDrops: {}
  564.  
  565. #When an item is picked up from the ground.
  566. ItemPickups: {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement