Advertisement
Guest User

Untitled

a guest
Mar 26th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.31 KB | None | 0 0
  1. #==============================O==============================#
  2. # I---------------------------------------------------------I #
  3. # | Advanced Achievements 2.4.2 configuration - Readme | #
  4. # 1---------------------------------------------------------1 #
  5. #==============================o==============================#
  6.  
  7. # You can use Minecraft chat colours in messages and names, but include ' ' around the whole text.
  8. # If you want to use a ' in a text, write two ' instead, and include additional ' ' around the whole text.
  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. # Available mobs for the Kills section: hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
  13. # Available items for rewards/Crafts/Places/Breaks: hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  14. # Default file: dev.bukkit.org/bukkit-plugins/advanced-achievements/pages/configuration/
  15.  
  16. #=============================O=O=============================#
  17. # II-------------------------------------------------------II #
  18. # | General settings | #
  19. # 2---------------------------------------------------------2 #
  20. #=============================o=o=============================#
  21.  
  22. # Time in seconds between each /aach book.
  23. TimeBook: 900
  24.  
  25. # Time in seconds between each /aach list.
  26. TimeList: 0
  27.  
  28. # Check for update on plugin launch and notify when an OP joins the game.
  29. CheckForUpdate: true
  30.  
  31. # Set to true to activate firework effects when a player receives an achievement.
  32. Firework: true
  33.  
  34. # Choose BALL_LARGE, BALL, BURST, CREEPER or STAR.
  35. FireworkStyle: BALL_LARGE
  36.  
  37. # Set to true to activate particle effects when receiving book and when player in top list.
  38. AdditionalEffects: true
  39.  
  40. # Set to true to activate sound effects when receiving book and when player in top list.
  41. Sound: true
  42.  
  43. # Set to true if you are using a version of Vault prior to 1.4.
  44. RetroVault: false
  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: '6'
  51.  
  52. # Notify other connected players when an achievement is received.
  53. ChatNotify: false
  54.  
  55. # Separator between name, description and date on a book page.
  56. BookSeparator: ''
  57.  
  58. # Stop stats from increasing when player in creative mode (except Connections and PlayedTime).
  59. RestrictCreative: false
  60.  
  61. # Stop stats from increasing when player in a specific world (delete the [] before using).
  62. ExcludedWorlds: []
  63. # - yourWorld1
  64. # - yourWorld2
  65.  
  66. # Number of players displayed on /aach top command.
  67. TopList: 5
  68.  
  69. # Obfuscate achievements that have not yet been received in /aach list.
  70. ObfuscateNotReceived: true
  71.  
  72. # Hide categories with no achievements yet received in /aach list.
  73. HideNotReceivedCategories: false
  74.  
  75. # Display achievement name and description as screen titles.
  76. TitleScreen: true
  77.  
  78. #=============================OOO=============================#
  79. # III-----------------------------------------------------III #
  80. # | Database settings | #
  81. # 3---------------------------------------------------------3 #
  82. #=============================ooo=============================#
  83.  
  84. # Make a daily backup of your local database.
  85. DatabaseBackup: true
  86.  
  87. # Database type, sqlite or mysql.
  88. DatabaseType: sqlite
  89.  
  90. # Settings to link with MySQL database (ignore if sqlite).
  91. MYSQL:
  92. Database: 'jdbc:mysql://localhost:3306/minecraft'
  93. User: root
  94. Password: root
  95.  
  96. #============================OO=OO============================#
  97. # IV-------------------------------------------------------IV #
  98. # | Performance settings | #
  99. # 4---------------------------------------------------------4 #
  100. #============================oo=oo============================#
  101.  
  102. # DO NOT CHANGE THE FOLLOWING UNLESS YOU ARE AN EXPERIENCED USER. The intervals are in seconds.
  103. # Frequency of play time checks for players. Smaller values give more precision but more CPU usage.
  104. PlaytimeTaskInterval: 150
  105.  
  106. # Calculates distance traveled by players. Smaller values give more precision but more CPU usage.
  107. DistanceTaskInterval: 5
  108.  
  109. # Frequency of some statistics writes to the database.
  110. PooledRequestsTaskInterval: 60
  111.  
  112. # Enable multithreading for database write operations.
  113. AsyncPooledRequestsSender: true
  114.  
  115. #============================OOOOO============================#
  116. # V---------------------------------------------------------V #
  117. # | Action achievements | #
  118. # 5---------------------------------------------------------5 #
  119. #============================ooooo============================#
  120.  
  121. # When a player connects during the day.
  122. Connections:
  123. '1':
  124. Message: You connected to our server for the first time!
  125. Name: Good Choice
  126. Reward:
  127. Money: 100
  128.  
  129. # When a specific block is placed (specify block name, lower case).
  130. Places:
  131. stone:
  132. '100':
  133. Message: '&4One hundred placed stones!'
  134. Name: Stone Addict
  135. Reward:
  136. Money:100
  137. '1000':
  138. Message: '&4One thousand placed stones!'
  139. Name: Stone God
  140. Reward:
  141. Money: 150
  142.  
  143. # When a specific block is broken (specify block name, lower case).
  144. Breaks:
  145. stone:
  146. '1':
  147. Message: '&1The first time you went mining!'
  148. Name: Cobble!
  149. Reward:
  150. Money: 50
  151. log_2:1:
  152. '100':
  153. Message: '&2You have cut 100 dark oak logs!'
  154. Name: Dark Oak Cutter
  155. Reward:
  156. Money: 100
  157.  
  158. # When a specific mob is killed (specify mob name or 'player', lower case).
  159. Kills:
  160. zombie:
  161. '1':
  162. Message: '&8The first time you killed a zombie!'
  163. Name: The Walking Dead
  164. Reward:
  165. Money: 100
  166.  
  167. # When a specific item is crafted (specify item name, lower case).
  168. Crafts:
  169. diamond_sword:
  170. '1':
  171. Message: The first time you crafted a blade!
  172. Name: Blacksmith Apprentice
  173. Reward:
  174. Money: 200
  175.  
  176. # When the player dies.
  177. Deaths:
  178. '1':
  179. Message: The first time you died!
  180. Name: Rest in Peace
  181. Reward:
  182. Money: 50
  183.  
  184. # When an arrow is shot.
  185. Arrows:
  186. '50':
  187. Message: '50 arrows shot!'
  188. Name: Arrows Around the Place
  189. Reward:
  190. Money: 100
  191.  
  192. # When a snowball is thrown.
  193. Snowballs:
  194. '1000':
  195. Message: '1000 snowballs thrown. That''s the spirit!'
  196. Name: Winter Addict
  197. Reward:
  198. Money: 150
  199.  
  200. # When an egg is thrown.
  201. Eggs:
  202. '1000':
  203. Message: '1000 eggs thrown!'
  204. Name: Omelet Addict
  205. Reward:
  206. Money: 150
  207.  
  208. # When a fish is caught.
  209. Fish:
  210. '1':
  211. Message: The first time you caught a fish!
  212. Name: Time for Fish and Chips
  213. Reward:
  214. Money: 100
  215.  
  216. # When a tool/armor/weapon is broken.
  217. ItemBreaks:
  218. '1':
  219. Message: You broke your favorite tool!
  220. Name: '&4Clumsy Guy'
  221. Reward:
  222. Money: 100
  223.  
  224. # When an item is eaten.
  225. EatenItems:
  226. '1':
  227. Message: Just had a snack!
  228. Name: First Snack
  229. Reward:
  230. Money: 150
  231.  
  232. # When a sheep is sheared.
  233. Shear:
  234. '100':
  235. Message: 100 sheep sheared!
  236. Name: '&1Wool Addict'
  237. Reward:
  238. Money: 150
  239.  
  240. # When a cow is milked.
  241. Milk:
  242. '1':
  243. Message: Just milked a cow!
  244. Name: First Milk
  245. Reward:
  246. Money: 100
  247. # When a trade with a villager is made.
  248. Trades:
  249. '1':
  250. Message: Doing business with your first villager!
  251. Name: First Trade
  252. Reward:
  253. Money: 100
  254.  
  255. # When an anvil is used.
  256. AnvilsUsed:
  257. '1':
  258. Message: You just repaired your first item!
  259. Name: First Repair
  260. Reward:
  261. Money: 200
  262.  
  263. # When an anvil is used.
  264. Enchantments:
  265. '5':
  266. Message: 5 objects enchanted!
  267. Name: '&5Wizard'
  268. Reward:
  269. Money: 250
  270.  
  271. # When a bed is entered.
  272. Beds:
  273. '5':
  274. Message: You entered a bed 5 times!
  275. Name: Sleepy guy
  276. Reward:
  277. Money: 100
  278.  
  279. # Maximum level reached.
  280. MaxLevel:
  281. '10':
  282. Message: Level 10 reached!
  283. Name: '&4Rookie'
  284. Reward:
  285. Money: 100
  286.  
  287. # When a potion is consumed.
  288. ConsumedPotions:
  289. '100':
  290. Message: Drinking weird beverages all the time...
  291. Name: Alcoholic
  292. Reward:
  293. Money: 150
  294.  
  295. # Amount of time played on the server (in hours, use integers).
  296. PlayedTime:
  297. '1':
  298. Message: You played for one hour on the server!
  299. Name: First Hour
  300. Reward:
  301. Money: 100
  302.  
  303. # When a distance is traveled by foot.
  304. DistanceFoot:
  305. '1000':
  306. Message: You traveled 1000 blocks by foot!
  307. Name: Big Walker
  308. Reward:
  309. Money: 200
  310.  
  311. # When a distance is traveled on a pig.
  312. DistancePig:
  313. '100':
  314. Message: You traveled 100 blocks on a pig!
  315. Name: Carrot on a Stick Master
  316. Reward:
  317. Money: 250
  318.  
  319. # When a distance is traveled on a horse.
  320. DistanceHorse:
  321. '500':
  322. Message: You traveled 500 blocks on a horse!
  323. Name: Dark Horse
  324. Reward:
  325. Money: 150
  326.  
  327. # When a distance is traveled in a minecart.
  328. DistanceMinecart:
  329. '100':
  330. Message: You traveled 100 blocks in a minecart!
  331. Name: Carting Fan
  332. Reward:
  333. Money: 150
  334.  
  335. # When a distance is traveled in a boat.
  336. DistanceBoat:
  337. '200':
  338. Message: You traveled 200 blocks in a boat!
  339. Name: Great Sailor
  340. Reward:
  341. Money: 150
  342.  
  343. # When an item is dropped on the ground.
  344. ItemDrops:
  345. '15':
  346. Message: You're killing the planet!
  347. Name: Polluter
  348. Reward:
  349. Money: 100
  350.  
  351. # When soil is plowed with a hoe.
  352. HoePlowings:
  353. '10':
  354. Message: You plowed the ground 10 times!
  355. Name: Farmer
  356. Reward:
  357. Money: 100
  358.  
  359. # When bone meal is used to fertilise plants.
  360. Fertilising:
  361. '15':
  362. Message: You used bone meal on plants 15 times!
  363. Name: Gardener
  364. Reward:
  365. Money: 150
  366.  
  367. # When an animal is tamed.
  368. Taming:
  369. '1':
  370. Message: You tamed your first animal!
  371. Name: Tamer
  372. Reward:
  373. Money: 150
  374.  
  375. # When a potion is brewed.
  376. Brewing:
  377. '1':
  378. Message: You brewed your first potion!
  379. Name: Alchemist
  380. Reward:
  381. Money: 200
  382.  
  383. # When a firework is launched.
  384. Fireworks:
  385. '10':
  386. Message: You launched 10 fireworks!
  387. Name: Pyrotechnist
  388. Reward:
  389. Money: 200
  390.  
  391. #===========================OOO=OOO===========================#
  392. # VI-------------------------------------------------------VI #
  393. # | Command achievements | #
  394. # 6---------------------------------------------------------6 #
  395. #===========================ooo=ooo===========================#
  396.  
  397. # Let achievement commands be given several times.
  398. MultiCommand: true
  399.  
  400. # A player with achievement.give (or the console) can use the /aach give yourAch1 playerName
  401. # to give yourAch1 achievement to playerName.
  402. Commands:
  403. yourAch1:
  404. Message: You took part in the special event!
  405. Name: Special Event Achievement!
  406.  
  407. #===========================OOOOOOO===========================#
  408. # VII-----------------------------------------------------VII #
  409. # | Parameters to appear in future version | #
  410. # 7---------------------------------------------------------7 #
  411. #===========================ooooooo===========================#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement