Advertisement
Guest User

AACH Config

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