Guest User

Untitled

a guest
Oct 10th, 2016
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.87 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 158 10; give PLAYER 126 5
  165. log:1:
  166. '100':
  167. Message: '&2You have cut dark oak 100 logs!'
  168. Name: Dark Oak Cutter
  169.  
  170. # When a specific mob is killed (specify an entity name or poweredcreeper or player, lower case).
  171. Kills:
  172. zombie:
  173. '1':
  174. Message: '&8The first time you killed a zombie!'
  175. Name: The Walking Dead
  176. Reward:
  177. Money: 1
  178. Item: diamond 1
  179.  
  180. # When a specific item is crafted (specify material name, lower case).
  181. Crafts:
  182. diamond_sword:
  183. '1':
  184. Message: The first time you crafted a blade!
  185. Name: Blacksmith Apprentice
  186. Reward:
  187. Money: 2
  188.  
  189. # When the player dies.
  190. Deaths:
  191. '1':
  192. Message: The first time you died!
  193. Name: Rest in Peace
  194.  
  195. # When an arrow is shot.
  196. Arrows:
  197. '5':
  198. Message: '50 arrows shot!'
  199. Name: Robin Hood
  200.  
  201. # When a snowball is thrown.
  202. Snowballs:
  203. '1000':
  204. Message: '1000 snowballs thrown. That''s the spirit!'
  205. Name: Winter Addict
  206.  
  207. # When an egg is thrown.
  208. Eggs:
  209. '1000':
  210. Message: '1000 eggs thrown!'
  211. Name: Omelet Addict
  212.  
  213. # When a fish is caught.
  214. Fish:
  215. '1':
  216. Message: The first time you caught a fish!
  217. Name: Time for Fish and Chips
  218.  
  219. # When a tool/armor/weapon is broken.
  220. ItemBreaks:
  221. '1':
  222. Message: You broke your favorite tool!
  223. Name: '&4Clumsy Guy'
  224.  
  225. # When an item is eaten.
  226. EatenItems:
  227. '1':
  228. Message: Just had a snack!
  229. Name: First Snack
  230.  
  231. # When a sheep is sheared.
  232. Shear:
  233. '100':
  234. Message: 100 sheep sheared!
  235. Name: '&1Wool Addict'
  236.  
  237. # When a cow is milked.
  238. Milk:
  239. '1':
  240. Message: Just milked a cow!
  241. Name: First Milk
  242.  
  243. # When a trade with a villager is made.
  244. Trades:
  245. '1':
  246. Message: Doing business with your first villager!
  247. Name: First Trade
  248.  
  249. # When an anvil is used.
  250. AnvilsUsed:
  251. '1':
  252. Message: You just repaired your first item!
  253. Name: First Repair
  254.  
  255. # When an enchantment is performed.
  256. Enchantments:
  257. '5':
  258. Message: 5 objects enchanted!
  259. Name: '&5Wizard'
  260.  
  261. # When a bed is entered.
  262. Beds:
  263. '5':
  264. Message: You entered a bed 5 times!
  265. Name: Sleepy guy
  266.  
  267. # Maximum level reached.
  268. MaxLevel:
  269. '10':
  270. Message: Level 10 reached!
  271. Name: '&4Rookie'
  272.  
  273. # When a potion is consumed.
  274. ConsumedPotions:
  275. '100':
  276. Message: Drinking weird beverages all the time...
  277. Name: Alcoholic
  278.  
  279. # Amount of time played on the server (in hours, use integers).
  280. PlayedTime:
  281. '1':
  282. Message: You played during one hour on the server!
  283. Name: First Hour
  284.  
  285. # When a distance is traveled by foot.
  286. DistanceFoot:
  287. '1000':
  288. Message: You traveled 1000 blocks by foot!
  289. Name: Big Walker
  290.  
  291. # When a distance is traveled on a pig.
  292. DistancePig:
  293. '100':
  294. Message: You traveled 100 blocks on a pig!
  295. Name: Carrot on a Stick Master
  296.  
  297. # When a distance is traveled on a horse.
  298. DistanceHorse:
  299. '500':
  300. Message: You traveled 500 blocks on a horse!
  301. Name: The Avener
  302.  
  303. # When a distance is traveled in a minecart.
  304. DistanceMinecart:
  305. '100':
  306. Message: You traveled 100 blocks in a minecart!
  307. Name: Carting Fan
  308.  
  309. # When a distance is traveled in a boat.
  310. DistanceBoat:
  311. '200':
  312. Message: You traveled 200 blocks in a boat!
  313. Name: Great Sailor
  314.  
  315. # When a distance is traveled with elytra.
  316. # (ignored on Minecraft versions prior to 1.9)
  317. DistanceGliding:
  318. '100':
  319. Message: You traveled 100 blocks with elytra!
  320. Name: Angel
  321.  
  322. # When an item is dropped on the ground.
  323. ItemDrops:
  324. '15':
  325. Message: You're killing the planet!
  326. Name: Polluter
  327.  
  328. # When soil is plowed with a hoe.
  329. HoePlowings:
  330. '10':
  331. Message: You plowed the ground 10 times!
  332. Name: Farmer
  333. Reward:
  334. Item: cookie 15
  335.  
  336. # When bone meal is used to fertilise plants.
  337. Fertilising:
  338. '15':
  339. Message: You used bone meal on plants 15 times!
  340. Name: Gardener
  341.  
  342. # When an animal is tamed.
  343. Taming:
  344. '1':
  345. Message: You tamed your first animal!
  346. Name: Tamer
  347.  
  348. # When a potion is brewed.
  349. Brewing:
  350. '1':
  351. Message: You brewed your first potion!
  352. Name: Alchemist
  353.  
  354. # When a firework is launched.
  355. Fireworks:
  356. '10':
  357. Message: You launched 10 fireworks!
  358. Name: Pyrotechnist
  359.  
  360. # When a music disc is played.
  361. MusicDiscs:
  362. '1':
  363. Message: One jukebox used!
  364. Name: DJ
  365.  
  366. # When a player teleports with an enderpearl.
  367. EnderPearls:
  368. '10':
  369. Message: 10 teleportations with ender pearls!
  370. Name: Teleport Man
  371.  
  372. #===========================OOO=OOO===========================#
  373. # VI-------------------------------------------------------VI #
  374. # | Command achievements | #
  375. # 6---------------------------------------------------------6 #
  376. #===========================ooo=ooo===========================#
  377.  
  378. # Let achievement commands be given several times.
  379. MultiCommand: true
  380.  
  381. # A player with achievement.give (or the console) can use /aach give yourAch1 PLAYER to give
  382. # yourAch1 achievement to PLAYER. The /aach give command does NOT work with other achievements.
  383. Commands:
  384. yourAch1:
  385. Message: You took part in the special event!
  386. Name: Special Event Achievement!
  387.  
  388. #===========================OOOOOOO===========================#
  389. # VII-----------------------------------------------------VII #
  390. # | Parameters to appear in future versions | #
  391. # 7---------------------------------------------------------7 #
  392. #===========================ooooooo===========================#
Add Comment
Please, Sign In to add comment