Advertisement
Guest User

Untitled

a guest
Jul 14th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.09 KB | None | 0 0
  1. #==============================O==============================#
  2. # I---------------------------------------------------------I #
  3. # | Advanced Achievements 2.5.6 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: '\u2618'
  49.  
  50. # Set the color of the plugin (default: 5, dark purple).
  51. Color: '5'
  52.  
  53. # Notify other connected players when an achievement is received.
  54. ChatNotify: false
  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: ' \u2192 '
  61.  
  62. # Set the format of the achievement name in /aach list (default: '%ICON% %NAME% %ICON%').
  63. ListAchievementFormat: '%ICON% %NAME% %ICON%'
  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: true
  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: false
  92.  
  93. # Display achievement name and description as screen titles.
  94. TitleScreen: true
  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: You connected to our server for the first time!
  144. Name: Good Choice
  145.  
  146. # When a specific block is placed (specify material name, lower case).
  147. Places:
  148. stone:
  149. '100':
  150. Message: '&4One hundred placed stones!'
  151. Name: Stone Addict
  152. '1000':
  153. Message: '&4One thousand placed stones!'
  154. Name: Stone God
  155.  
  156. # When a specific block is broken (specify material name, lower case).
  157. # Below, the notation log:1 means log item with metadata 1.
  158. Breaks:
  159. stone:
  160. '1':
  161. Message: '&1The first time you went mining!'
  162. Name: Cobble!
  163. Reward:
  164. Command: give PLAYER 1 64
  165. log:1:
  166. '100':
  167. Message: '&2You have cut dark oak 100 logs!'
  168. Name: Dark Oak Cutter
  169. Reward:
  170. Command: give PLAYER 17 32; give PLAYER 6 64
  171.  
  172. # When a specific mob is killed (specify an entity name or poweredcreeper or player, lower case).
  173. Kills:
  174. zombie:
  175. '1':
  176. Message: '&8The first time you killed a zombie!'
  177. Name: The Walking Dead
  178. Reward:
  179. Money: 100
  180. Item: iron 1
  181. zombie:
  182. '100':
  183. Message: '&8Killed 100 zombies!'
  184. Name: Undead Slayer
  185. Reward:
  186. Money: 500
  187. Item: iron 6
  188. creeper:
  189. '25':
  190. Message: '&8Killed 25 creepers!'
  191. Name: Defuser
  192. Reward:
  193. Money: 500
  194. Item:
  195. skeleton:
  196. '50':
  197. Message: '&8Killed 50 skeletons!'
  198. Name: Necromancer
  199. Reward:
  200. Money: 500
  201. Item: Bow 1; Arrow 16
  202. ghast:
  203. '1':
  204. Message: '&8The first time you killed a Ghast!'
  205. Name: Ghast Destroyer
  206. Reward:
  207. Money: 500
  208. Item: ghast_tear 2
  209. chicken:
  210. '15':
  211. Message: '&8Killed 15 chickens!'
  212. Name: Fried Chicken?
  213. Reward:
  214. Money: 100
  215. Item: Egg 16
  216. cow:
  217. '15':
  218. Message: '&8Killed 15 cows!'
  219. Name: Moooooo
  220. Reward:
  221. Money: 100
  222. Item: cooked_beef 16
  223. # When a specific item is crafted (specify material name, lower case).
  224. Crafts:
  225. diamond_sword:
  226. '1':
  227. Message: The first time you crafted a blade!
  228. Name: Blacksmith Apprentice
  229. Reward:
  230. Money: 200
  231. diamond_pickaxe:
  232. '1':
  233. Message: The first time you crafted a real pick!
  234. Name: Advanced Toolage
  235. Reward:
  236. Money: 250
  237. diamond_shovel:
  238. '1':
  239. Message: The first time you crafted a real shovel!
  240. Name: Diggy Diggy Hole
  241. Reward:
  242. Money: 190
  243.  
  244. # When the player dies.
  245. Deaths:
  246. '1':
  247. Message: The first time you died!
  248. Name: Rest in Peace
  249.  
  250. # When an arrow is shot.
  251. Arrows:
  252. '50':
  253. Message: '50 arrows shot!'
  254. Name: Arrows Around the Place
  255.  
  256. # When a snowball is thrown.
  257. Snowballs:
  258. '1000':
  259. Message: '1000 snowballs thrown. That's the spirit!'
  260. Name: Winter Addict
  261.  
  262. # When an egg is thrown.
  263. Eggs:
  264. '1000':
  265. Message: '1000 eggs thrown!'
  266. Name: Omelet Addict
  267.  
  268. # When a fish is caught.
  269. Fish:
  270. '1':
  271. Message: The first time you caught a fish!
  272. Name: Time for Fish and Chips
  273.  
  274. # When a tool/armor/weapon is broken.
  275. ItemBreaks:
  276. '1':
  277. Message: You broke your favorite tool!
  278. Name: '&4Clumsy Guy'
  279.  
  280. # When an item is eaten.
  281. EatenItems:
  282. '1':
  283. Message: Just had a snack!
  284. Name: First Snack
  285.  
  286. # When a sheep is sheared.
  287. Shear:
  288. '100':
  289. Message: 100 sheep sheared!
  290. Name: '&1Wool Addict'
  291.  
  292. # When a cow is milked.
  293. Milk:
  294. '1':
  295. Message: Just milked a cow!
  296. Name: First Milk
  297.  
  298. # When a trade with a villager is made.
  299. Trades:
  300. '1':
  301. Message: Doing business with your first villager!
  302. Name: First Trade
  303.  
  304. # When an anvil is used.
  305. AnvilsUsed:
  306. '1':
  307. Message: You just repaired your first item!
  308. Name: First Repair
  309.  
  310. # When an enchantment is performed.
  311. Enchantments:
  312. '5':
  313. Message: 5 objects enchanted!
  314. Name: '&5Wizard'
  315.  
  316. # When a bed is entered.
  317. Beds:
  318. '5':
  319. Message: You entered a bed 5 times!
  320. Name: Sleepy guy
  321.  
  322. # Maximum level reached.
  323. MaxLevel:
  324. '10':
  325. Message: Level 10 reached!
  326. Name: '&4Rookie'
  327.  
  328. # When a potion is consumed.
  329. ConsumedPotions:
  330. '100':
  331. Message: Drinking weird beverages all the time...
  332. Name: Alcoholic
  333.  
  334. # Amount of time played on the server (in hours, use integers).
  335. PlayedTime:
  336. '1':
  337. Message: You played during one hour on the server!
  338. Name: First Hour
  339.  
  340. # When a distance is traveled by foot.
  341. DistanceFoot:
  342. '1000':
  343. Message: You traveled 1000 blocks by foot!
  344. Name: Big Walker
  345.  
  346. # When a distance is traveled on a pig.
  347. DistancePig:
  348. '100':
  349. Message: You traveled 100 blocks on a pig!
  350. Name: Carrot on a Stick Master
  351.  
  352. # When a distance is traveled on a horse.
  353. DistanceHorse:
  354. '500':
  355. Message: You traveled 500 blocks on a horse!
  356. Name: The Avener
  357.  
  358. # When a distance is traveled in a minecart.
  359. DistanceMinecart:
  360. '100':
  361. Message: You traveled 100 blocks in a minecart!
  362. Name: Carting Fan
  363.  
  364. # When a distance is traveled in a boat.
  365. DistanceBoat:
  366. '200':
  367. Message: You traveled 200 blocks in a boat!
  368. Name: Great Sailor
  369.  
  370. # When a distance is traveled with elytra.
  371. # (ignored on Minecraft versions prior to 1.9)
  372. DistanceGliding:
  373. '100':
  374. Message: You traveled 100 blocks with elytra!
  375. Name: Angel
  376.  
  377. # When an item is dropped on the ground.
  378. ItemDrops:
  379. '15':
  380. Message: You're killing the planet!
  381. Name: Polluter
  382.  
  383. # When soil is plowed with a hoe.
  384. HoePlowings:
  385. '10':
  386. Message: You plowed the ground 10 times!
  387. Name: Farmer
  388. Reward:
  389. Item: cookie 16
  390.  
  391. # When bone meal is used to fertilise plants.
  392. Fertilising:
  393. '15':
  394. Message: You used bone meal on plants 15 times!
  395. Name: Gardener
  396.  
  397. # When an animal is tamed.
  398. Taming:
  399. '1':
  400. Message: You tamed your first animal!
  401. Name: Tamer
  402.  
  403. # When a potion is brewed.
  404. Brewing:
  405. '1':
  406. Message: You brewed your first potion!
  407. Name: Alchemist
  408.  
  409. # When a firework is launched.
  410. Fireworks:
  411. '10':
  412. Message: You launched 10 fireworks!
  413. Name: Pyrotechnist
  414.  
  415. # When a music disc is played.
  416. MusicDiscs:
  417. '1':
  418. Message: One jukebox used!
  419. Name: DJ
  420.  
  421. # When a player teleports with an enderpearl.
  422. EnderPearls:
  423. '10':
  424. Message: 10 teleportations with ender pearls!
  425. Name: Teleport Man
  426.  
  427. #===========================OOO=OOO===========================#
  428. # VI-------------------------------------------------------VI #
  429. # | Command achievements | #
  430. # 6---------------------------------------------------------6 #
  431. #===========================ooo=ooo===========================#
  432.  
  433. # Let achievement commands be given several times.
  434. MultiCommand: true
  435.  
  436. # A player with achievement.give (or the console) can use /aach give yourAch1 PLAYER to give
  437. # yourAch1 achievement to PLAYER. The /aach give command does NOT work with other achievements.
  438. Commands:
  439. yourAch1:
  440. Message: You took part in the special event!
  441. Name: Special Event Achievement!
  442.  
  443. #===========================OOOOOOO===========================#
  444. # VII-----------------------------------------------------VII #
  445. # | Parameters to appear in future versions | #
  446. # 7---------------------------------------------------------7 #
  447. #===========================ooooooo===========================#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement