Advertisement
Guest User

Untitled

a guest
May 29th, 2016
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.27 KB | None | 0 0
  1. #==============================O==============================#
  2. # I---------------------------------------------------------I #
  3. # | Advanced Achievements 2.5.5 configuration - Readme | #
  4. # 1---------------------------------------------------------1 #
  5. #==============================o==============================#
  6.  
  7. # You can use Minecraft chat colours in Message/Name, but include '' around the whole text: '&4Colour'.
  8. # When using colours, you must also double apostrophes: '&2I''ve doubled apostrophes!'.
  9. # In command rewards, PLAYER designates the name of the player who got the achievement.
  10. # Only spaces, no tabs. Don't forget the indents, plugin won't work otherwise!
  11. # To check your file, use: yaml-online-parser.appspot.com
  12. # Do NOT delete any sections in the configuration file.
  13. # Possible items for rewards/Crafts/Places/Breaks: hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  14. # Possible mobs for the Kills section: hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
  15. # Default config.yml file: github.com/PyvesB/AdvancedAchievements/blob/master/src/main/resources/config.yml
  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. # Time in seconds between each /aach list.
  27. TimeList: 0
  28.  
  29. # Check for update on plugin launch and notify when an OP joins the game.
  30. CheckForUpdate: true
  31.  
  32. # Set to true to activate firework effects when a player receives an achievement.
  33. Firework: true
  34.  
  35. # Choose BALL_LARGE, BALL, BURST, CREEPER or STAR.
  36. FireworkStyle: BALL_LARGE
  37.  
  38. # Number of players displayed on /aach top command.
  39. TopList: 5
  40.  
  41. # Set to true to activate particle effects when receiving book and for players in top list.
  42. AdditionalEffects: true
  43.  
  44. # Set to true to activate sound effects when receiving book and for players in top list.
  45. Sound: true
  46.  
  47. # Set the icon of the plugin (default: shamrock, '\u2618').
  48. Icon: 'Realms'
  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. ChatNotify: true
  55.  
  56. # Separator between name, description and date on a book page.
  57. BookSeparator: ''
  58.  
  59. # Separator between name and level in /aach list (default: arrow and spaces, ' \u2192 ').
  60. ListItemSeparator: ' ยป '
  61.  
  62. # Set the format of the achievement name in /aach list (default: '%ICON% %NAME% %ICON%').
  63. ListAchievementFormat: '%NAME%'
  64.  
  65. # Stop stats from increasing when player in creative mode (except Connections and PlayedTime).
  66. RestrictCreative: false
  67.  
  68. # Stop stats from increasing when player in a specific world (delete the [] before using).
  69. ExcludedWorlds: []
  70. # - yourWorld1
  71. # - yourWorld2
  72.  
  73. # Ignore vertical dimension (Y axis) when calculating distance statistics.
  74. IgnoreVerticalDistance: false
  75.  
  76. # Don't show these categories in the achievement GUI or in the stats output (delete the [] before using).
  77. # Also prevent obtaining achievements for these categories and prevent stats from increasing.
  78. # If changed, do a full server reload, and not just /aach reload.
  79. DisabledCategories: []
  80. # - Beds
  81. # - ItemBreaks
  82. # - Crafts
  83.  
  84. # Obfuscate achievements that have not yet been received in /aach list.
  85. ObfuscateNotReceived: false
  86.  
  87. # Hide categories with no achievements yet received in /aach list.
  88. HideNotReceivedCategories: false
  89.  
  90. # Hide the reward display in /aach list.
  91. HideRewardDisplayInList: true
  92.  
  93. # Display achievement name and description as screen titles.
  94. TitleScreen: false
  95.  
  96. #=============================OOO=============================#
  97. # III-----------------------------------------------------III #
  98. # | Database settings | #
  99. # 3---------------------------------------------------------3 #
  100. #=============================ooo=============================#
  101.  
  102. # Make a daily backup of your local database (if sqlite).
  103. DatabaseBackup: true
  104.  
  105. # Database type, sqlite or mysql.
  106. DatabaseType: sqlite
  107.  
  108. # Settings to link with MySQL database (ignore if sqlite).
  109. MYSQL:
  110. Database: 'jdbc:mysql://localhost:3306/minecraft'
  111. User: root
  112. Password: root
  113.  
  114. #============================OO=OO============================#
  115. # IV-------------------------------------------------------IV #
  116. # | Performance settings | #
  117. # 4---------------------------------------------------------4 #
  118. #============================oo=oo============================#
  119.  
  120. # DO NOT CHANGE THE FOLLOWING UNLESS YOU ARE AN EXPERIENCED USER. The intervals are in seconds.
  121. # If any of the performance settings are changed, do a full server reload, and not just /aach reload.
  122. # Frequency of play time checks for players. Smaller values give more precision but more CPU usage.
  123. PlaytimeTaskInterval: 150
  124.  
  125. # Calculates distance traveled by players. Smaller values give more precision but more CPU usage.
  126. DistanceTaskInterval: 5
  127.  
  128. # Frequency of some statistics writes to the database.
  129. PooledRequestsTaskInterval: 60
  130.  
  131. # Enable multithreading for database write operations.
  132. AsyncPooledRequestsSender: true
  133.  
  134. #============================OOOOO============================#
  135. # V---------------------------------------------------------V #
  136. # | Action achievements | #
  137. # 5---------------------------------------------------------5 #
  138. #============================ooooo============================#
  139.  
  140. # When a player connects during the day.
  141. Connections:
  142. '1':
  143. Message: 'Welcome to the Mine-imator Realms!'
  144. Name: Noob
  145. '5':
  146. Message: 'You connected 5 times total!'
  147. Name: Beginner Player
  148. '10':
  149. Message: 'You connected 10 times total!'
  150. Name: Novice Player
  151.  
  152. # When a specific block is placed (specify material name, lower case).
  153. Places:
  154. wood:
  155. '100':
  156. Message: 'You placed 100 wood!'
  157. Name: One hundred wood
  158.  
  159. # When a specific block is broken (specify material name, lower case).
  160. # Below, the notation log:1 means log item with metadata 1.
  161. Breaks:
  162. stone:
  163. '1000':
  164. Message: 'You mined 1000 stone!'
  165. Name: Miner
  166. Reward:
  167. Item: diamond 1
  168. log:0:
  169. '1000':
  170. Message: You cut 1000 oak logs!
  171. Name: Woodcutter
  172. Reward:
  173. Item: diamond 1
  174. dirt:
  175. '1000':
  176. Message: You dug 1000 dirt!
  177. Name: Excavator
  178. Reward:
  179. Item: diamond 1
  180. diamond_ore:
  181. '1':
  182. Message: You just mined your first diamond!
  183. Name: Shiny!
  184.  
  185. # When a specific mob is killed (specify an entity name or poweredcreeper or player, lower case).
  186. Kills:
  187. player:
  188. '1':
  189. Message: 'You killed 1 person!'
  190. Name: Murderer
  191. Reward:
  192. Item: diamond 1
  193. '5':
  194. Message: 'You killed 5 people!'
  195. Name: Bounty Hunter
  196. Reward:
  197. Item: diamond 1
  198. '10':
  199. Message: 'You killed 10 people!'
  200. Name: Star Lord
  201. Reward:
  202. Item: diamond 1
  203. # When a specific item is crafted (specify material name, lower case).
  204. Crafts:
  205. wood:
  206. '4':
  207. Message: You just crafted your first item! I hope. Wood should be your first :/
  208. Name: Getting wood
  209. Reward:
  210. Item: sapling 1
  211. melon_block:
  212. '1':
  213. Message: You just crafted a melon block!
  214. Name: 'MELONcholy'
  215. Reward:
  216. Item: melon_seeds 1
  217.  
  218. # When the player dies.
  219. Deaths:
  220. '1':
  221. Message: You died your first death!
  222. Name: William Hartnell
  223. '2':
  224. Message: You died 2 times!
  225. Name: Patrick Troughton
  226. '3':
  227. Message: You died 3 times!
  228. Name: Jon Pertwee
  229. '4':
  230. Message: You died 4 times!
  231. Name: Tom Baker
  232. '5':
  233. Message: You died 5 times!
  234. Name: Peter Davison
  235. '6':
  236. Message: You died 6 times!
  237. Name: Colin Baker
  238. '7':
  239. Message: You died 7 times!
  240. Name: Sylvester McCoy
  241. '8':
  242. Message: You died 8 times!
  243. Name: Paul McGann
  244. '9':
  245. Message: You died 9 times!
  246. Name: John Hurt
  247. '10':
  248. Message: You died 10 times!
  249. Name: Christopher Eccleston
  250. '11':
  251. Message: You died 11 times!
  252. Name: David Tennant
  253. '12':
  254. Message: You died 12 times!
  255. Name: Matt Smith
  256. '13':
  257. Message: You died 13 times!
  258. Name: Peter Capaldi
  259. #
  260. #
  261. #
  262. # When an arrow is shot.
  263. Arrows:
  264. '1000':
  265. Message: 'You shot 1000 arrows!'
  266. Name: Arrow to the knee
  267.  
  268. # When a snowball is thrown.
  269. Snowballs:
  270. '1000':
  271. Message: 'You thrown 1000 snowballs!'
  272. Name: Winter Addict
  273.  
  274. # When an egg is thrown.
  275. Eggs:
  276. '1000':
  277. Message: 'You thrown 1000 eggs!'
  278. Name: Omelet Addict
  279.  
  280. # When a fish is caught.
  281. Fish:
  282. '1':
  283. Message: You just caught your first fish!
  284. Name: Bait
  285. '10':
  286. Message: You caught 10 fish!
  287. Name: Fisherman Jan
  288.  
  289. # When a tool/armor/weapon is broken.
  290. ItemBreaks:
  291. '1':
  292. Message: You just broke your first tool!
  293. Name: Clumsy Guy
  294. '10':
  295. Message: You broke 10 tools!
  296. Name: Wants a refund
  297. '25':
  298. Message: You broke 25 tools!
  299. Name: Tool Breaker
  300. '50':
  301. Message: You broke 50 tools!
  302. Name: Likes to break things. A lot.
  303.  
  304. # When an item is eaten.
  305. EatenItems:
  306. '1':
  307. Message: You just ate your first item!
  308. Name: First Snack
  309.  
  310. # When a sheep is sheared.
  311. Shear:
  312. '100':
  313. Message: You sheared 100 sheep!
  314. Name: Wool Addict
  315.  
  316. # When a cow is milked.
  317. Milk:
  318. '1':
  319. Message: You just milked your first cow!
  320. Name: Cownter-productive
  321. '5':
  322. Message: You just milked 5 cows!
  323. Name: Moob
  324. '10':
  325. Message: You just milked 10 cows!
  326. Name: Cownt Milkula
  327. '25':
  328. Message: You just milked 25 cows!
  329. Name: '&o"You just milk" -Blox'
  330. '50':
  331. Message: You just milked 50 cows!
  332. Name: Udderly great
  333. '100':
  334. Message: You just milked 100 cows!
  335. Name: Pervert
  336.  
  337. # When a trade with a villager is made.
  338. Trades:
  339. '1':
  340. Message: You just traded your first item!
  341. Name: First Trade
  342. '10':
  343. Message: You traded 10 items!
  344. Name: Barginer
  345. '25':
  346. Message: You traded 25 items!
  347. Name: Haggler
  348. '50':
  349. Message: You traded 50 items!
  350. Name: Coupon Master
  351. Reward:
  352. Item: emerald 1
  353. '100':
  354. Message: You traded 100 items!
  355. Name: Buisnessman
  356. Reward:
  357. Item: emerald_block 1
  358.  
  359.  
  360. # When an anvil is used.
  361. AnvilsUsed:
  362. '1':
  363. Message: You just repaired your first item!
  364. Name: First Repair
  365. '10':
  366. Message: You repaired 10 items!
  367. Name: Fixer-Upper
  368. '25':
  369. Message: You repaired 25 items!
  370. Name: Novice Blacksmith
  371. '50':
  372. Message: You repaired 50 items!
  373. Name: Experienced Blacksmith
  374. '100':
  375. Message: You repaired 100 items!
  376. Name: Expert Blacksmith
  377. '1000':
  378. Message: You repaired 1000 items!
  379. Name: Holy flubbing defecation Blacksmith
  380.  
  381. # When an enchantment is performed.
  382. Enchantments:
  383. '1':
  384. Message: You enchanted your first item!
  385. Name: Baby Enchanter
  386. Reward:
  387. Command: xp PLAYER 1L
  388. Item: lapis_block 1
  389. '10':
  390. Message: You enchanted 10 items!
  391. Name: Beginner Enchanter
  392. Reward:
  393. Command: xp PLAYER 5L
  394. Item: lapis_block 1
  395. '25':
  396. Message: You enchanted 25 items!
  397. Name: Novice Enchanter
  398. Reward:
  399. Command: xp PLAYER 5L
  400. Item: lapis_block 5
  401. '50':
  402. Message: You enchanted 50 items!
  403. Name: Advanced Enchanter
  404. Reward:
  405. Command: xp PLAYER 10L
  406. Item: lapis_block 5
  407. '100':
  408. Message: You enchanted 100 items!
  409. Name: Tim the Enchanter
  410. Reward:
  411. Command: xp PLAYER 10L
  412. Item: lapis_block 10
  413.  
  414. Beds:
  415. '1':
  416. Message: You entered a bed for the first time!
  417. Name: How does one "sleep"
  418. '5':
  419. Message: You entered a bed 5 times!
  420. Name: On Nyquill
  421. '10':
  422. Message: You entered a bed 10 times!
  423. Name: Light sleeper
  424. '50':
  425. Message: You entered a bed 50 times!
  426. Name: Heavy Sleeper
  427.  
  428. MaxLevel:
  429. '1':
  430. Message: You reached 1 XP level!
  431. Name: '5/5'
  432. '10':
  433. Message: You reached 10 XP levels!
  434. Name: '5*2'
  435. '25':
  436. Message: You reached 25 XP levels!
  437. Name: '5^2'
  438. '50':
  439. Message: You reached 50 XP levels!
  440. Name: '5^2*2'
  441. '100':
  442. Message: You reached 100 XP levels!
  443. Name: '5^3-25'
  444. '500':
  445. Message: You reached 500 XP levels!
  446. Name: '(5^3-25)*5'
  447.  
  448. PlayedTime:
  449. '1':
  450. Message: You played for a whole hour!
  451. Name: First Hour
  452. '12':
  453. Message: You played for 12 hours!
  454. Name: '''Round the clock'
  455. '24':
  456. Message: You played 24 hours!
  457. Name: Military Time
  458. DistanceGliding:
  459. '1':
  460. Message: You flew with an elytra!
  461. Name: Little Duckling
  462. '100':
  463. Message: You traveled 100 blocks with an elytra!
  464. Name: Angel
  465. '1000':
  466. Message: You traveled 1000 blocks with elytra!
  467. Name: 1k Club
  468. '10000':
  469. Message: You traveled 10000 blocks with elytra!
  470. Name: Frequent Flier
  471. Reward:
  472. Item: diamond 128
  473.  
  474. DistanceFoot:
  475. '1':
  476. Message: You took your first step!
  477. Name: Baby steps
  478. '804672':
  479. Message: You traveled 500 miles!
  480. Name: But I would walk 500 miles
  481.  
  482. MusicDiscs:
  483. '1':
  484. Message: You played your first music disc!
  485. Name: iPod Nano
  486. '10':
  487. Message: You played 10 music discs!
  488. Name: Casual radio listener
  489. '25':
  490. Message: You played 25 music discs!
  491. Name: Bought the album
  492. '50':
  493. Message: You played 50 music discs!
  494. Name: Owns 5000 songs
  495. '100':
  496. Message: You played 100 music discs!
  497. Name: DJ Kahled
  498.  
  499. # When a player teleports with an enderpearl.
  500. EnderPearls:
  501. '1':
  502. Message: Shworp!
  503. Name: Enderpearler
  504. '10':
  505. Message: Blorp!
  506. Name: TENderpearler
  507. '100':
  508. Message: Mworp!
  509. Name: One Hunna
  510. '500':
  511. Message: Gorp!
  512. Name: Ethoslab
  513.  
  514. Brewing:
  515. '1':
  516. Message: You brewed your first potion!
  517. Name: Brewer
  518. '10':
  519. Message: You brewed 10 potions!
  520. Name: Alchemist
  521. '50':
  522. Message: You brewed 50 potions!
  523. Name: Half Metal Alchemist
  524. '100':
  525. Message: You brewed 100 potions!
  526. Name: Full Metal Alchemist
  527.  
  528. ConsumedPotions:
  529. '1':
  530. Message: You drank your first potion!
  531. Name: Turned 21 yesterday
  532. '10':
  533. Message: You drank 10 potions!
  534. Name: Drinking in moderation
  535. '25':
  536. Message: You drank 10 potions!
  537. Name: Drinking in moderation
  538. '50':
  539. Message: You drank 50 potions!
  540. Name: Wine enthusiast
  541. '100':
  542. Message: You drank 100 potions!
  543. Name: Cana Alberona
  544.  
  545.  
  546. #===========================OOO=OOO===========================#
  547. # VI-------------------------------------------------------VI #
  548. # | Command achievements | #
  549. # 6---------------------------------------------------------6 #
  550. #===========================ooo=ooo===========================#
  551.  
  552. # Let achievement commands be given several times.
  553. MultiCommand: false
  554.  
  555. # A player with achievement.give (or the console) can use /aach give yourAch1 PLAYER to give
  556. # yourAch1 achievement to PLAYER. The /aach give command does NOT work with other achievements.
  557. Commands:
  558. Ezcha:
  559. Message: You just neared Ezcha!
  560. Name: Get near Ezcha
  561. Voxy:
  562. Message: You just neared Voxy!
  563. Name: Get near Voxy
  564. c90s:
  565. Message: Radical!
  566. Name: Bring back the 90's
  567. cWeb:
  568. Message: You just crafted a cobweb!
  569. Name: Sticky situation
  570. cFrozone:
  571. Message: Where's my super suit?!
  572. Name: Compress some ice
  573. cE20:
  574. Message: You just crafted a glider!
  575. Name: Time to glide
  576. cAlAk:
  577. Message: '&l&oALLAHU AKBAR!!!'
  578. Name: Become a suicide bomber
  579. cDatGrass:
  580. Message: 'Dat [Gr]ass'
  581. Name: Make some grass
  582. cTCyc:
  583. Message: '&d&oTHE CYCLOPS!!! -Patrick, 2004'
  584. Name: Become a "Cyclops"
  585. cEllieGolding:
  586. Message: '&oAnd we gonna let it burn, burn, burn, burn'
  587. Name: Burn things
  588. cSS:
  589. Message: 'PLAYER USED SMOKESCREEN'
  590. Name: Smokescreen
  591. cLMAYAQ:
  592. Message: '&oCaaaaarl that kills people'
  593. Name: Can I AXE you a question?
  594. cXPStorage:
  595. Message: '*insert witty comment about xp tanks here'
  596. Name: Store some XP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement