Advertisement
Guest User

Configuration file for 1Stevenator14

a guest
Dec 1st, 2015
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.22 KB | None | 0 0
  1. #==============================O==============================#
  2. # I---------------------------------------------------------I #
  3. # | Advanced Achievements 2.1.1 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. Time: 900
  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: BURST
  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: "\u2618"
  45.  
  46. # Notify other connected players when an achievement is received.
  47. ChatNotify: false
  48.  
  49. # Separator between name, description and date on a book page.
  50. BookSeparator: ''
  51.  
  52. # Stop stats from increasing when player in creative mode (except Connections and PlayedTime).
  53. RestrictCreative: false
  54.  
  55. # Stop stats from increasing when player in a specific world (delete the [] before using).
  56. ExcludedWorlds: []
  57. # - yourWorld1
  58. # - yourWorld2
  59.  
  60. # Number of players displayed on /aach top command.
  61. TopList: 10
  62.  
  63. # Obfuscate achievements that have not yet been received in /aach list.
  64. ObfuscateNotReceived: false
  65.  
  66. # Hide categories with no achievements yet received in /aach list.
  67. HideNotReceivedCategories: false
  68.  
  69. #=============================OOO=============================#
  70. # III-----------------------------------------------------III #
  71. # | Database settings | #
  72. # 3---------------------------------------------------------3 #
  73. #=============================ooo=============================#
  74.  
  75. # DO NOT CHANGE OR DELETE.
  76. DatabaseVersion: 5
  77.  
  78. # Make a daily backup of your local database.
  79. DatabaseBackup: true
  80.  
  81. # Database type, sqlite or mysql.
  82. DatabaseType: sqlite
  83.  
  84. # Settings to link with MySQL database (ignore if sqlite).
  85. MYSQL:
  86. Database: 'jdbc:mysql://localhost:3306/minecraft'
  87. User: root
  88. Password: root
  89.  
  90. #============================OO=OO============================#
  91. # IV-------------------------------------------------------IV #
  92. # | Action achievements | #
  93. # 4---------------------------------------------------------4 #
  94. #============================oo=oo============================#
  95.  
  96. # When a player connects during the day.
  97. Connections:
  98. '1':
  99. Message: 'You connected to &1High&6Rez for the first time!'
  100. Name: Good Choice
  101.  
  102. # When a specific block is placed (specify block name, lower case).
  103. Places: {}
  104.  
  105. # When a specific block is broken (specify block name, lower case).
  106. Breaks: {}
  107.  
  108. # When a specific mob is killed (specify mob name or 'player', lower case).
  109. Kills:
  110. zombie:
  111. '100':
  112. Message: '&8You killed 100 zombies!'
  113. Name: Zombie Slayer
  114. Reward:
  115. Money: 1000
  116. zombie:
  117. '1000':
  118. Message: '&8You killed 1000 zombies!'
  119. Name: The Walking Dead
  120. Reward:
  121. Money: 10000
  122. player:
  123. '1000':
  124. Message: '&5You have killed 1000 players!'
  125. Name: Slayer
  126. Reward:
  127. Money: 10000
  128. player:
  129. '10000':
  130. Message: '&5You have killed 10000 players!'
  131. Name: Most Dangerous Game
  132. Reward:
  133. Money: 100000
  134.  
  135. # When a specific item is crafted (specify item name, lower case).
  136. Crafts: {}
  137.  
  138. # When the player dies.
  139. Deaths:
  140. '1':
  141. Message: The first time you died!
  142. Name: Rest in Peace
  143. '100':
  144. Message: You've died 100 times!
  145. Name: Noob
  146. '1000':
  147. Message: You've died 1000 times!
  148. Name: Get it Together
  149. '5000':
  150. Message: You've died 5000 times!
  151. Name: Get Rekt
  152. Reward:
  153. Money: 500000
  154.  
  155. # When an arrow is shot.
  156. Arrows: {}
  157.  
  158. # When a snowball is thrown.
  159. Snowballs:
  160. '1000':
  161. Message: '1000 snowballs thrown. That''s the spirit!'
  162. Name: Winter Addict
  163. Reward:
  164. Money: 10000
  165.  
  166. # When an egg is thrown.
  167. Eggs: {}
  168.  
  169. # When a fish is caught.
  170. Fish: {}
  171.  
  172. # When a tool/armor/weapon is broken.
  173. ItemBreaks:
  174. '100':
  175. Message: You broke 100 tools!
  176. Name: '&4Clumsy Guy'
  177.  
  178. # When an item is eaten.
  179. EatenItems:
  180. '1000':
  181. Message: Ate 1000 pieces of food!
  182. Name: Fat Kid
  183.  
  184. # When a sheep is sheared.
  185. Shear: {}
  186.  
  187. # When a cow is milked.
  188. Milk: {}
  189.  
  190. # When a trade with a villager is made.
  191. Trades: {}
  192.  
  193. # When an anvil is used.
  194. AnvilsUsed: {}
  195.  
  196. # When an anvil is used.
  197. Enchantments:
  198. '100':
  199. Message: 100 objects enchanted!
  200. Name: '&5Wizard'
  201. '100':
  202. Message: 1000 objects enchanted!
  203. Name: '&5Harry Potter'
  204.  
  205. # When a bed is entered.
  206. Beds: {}
  207.  
  208. # Maximum level reached.
  209. MaxLevel: {}
  210.  
  211. # When a potion is consumed.
  212. ConsumedPotions:
  213. '100':
  214. Message: Drinking weird beverages all the time...
  215. Name: Alcoholic
  216. Reward:
  217. Money: 10000
  218.  
  219. # Amount of time played on the server (in hours, use integers).
  220. PlayedTime:
  221. '1':
  222. Message: 'You played one hour on &1High&6Rez!'
  223. Name: First Hour
  224. '50':
  225. Message: 'You played fifty hours on &1High&6Rez!'
  226. Name: Experienced
  227. Reward:
  228. Money: 10000
  229. '100':
  230. Message: 'You played 100 hours on &1High&6Rez!'
  231. Name: Expert
  232. Reward:
  233. Money: 100000
  234.  
  235. # When a distance is travelled by foot.
  236. DistanceFoot:
  237. '100000':
  238. Message: You travelled 100000 blocks by foot!
  239. Name: Big Walker
  240.  
  241. # When a distance is travelled on a pig.
  242. DistancePig: {}
  243.  
  244. # When a distance is travelled on a horse.
  245. DistanceHorse: {}
  246.  
  247. # When a distance is travelled in a minecart.
  248. DistanceMinecart:
  249. '10000':
  250. Message: You travelled 10000 blocks in a car!
  251. Name: Driver
  252. '100000':
  253. Message: You travelled 100000 blocks in a car!
  254. Name: Expert Driver
  255. Reward:
  256. Money: 10000
  257.  
  258. # When a distance is travelled in a boat.
  259. DistanceBoat:
  260. '1000':
  261. Message: You travelled 1000 blocks in a boat!
  262. Name: Great Sailor
  263.  
  264. # When an item is dropped on the ground.
  265. ItemDrops: {}
  266.  
  267. # When soil is plowed with a hoe.
  268. HoePlowings: {}
  269.  
  270. # When bone meal is used to fertilise plants.
  271. Fertilising: {}
  272.  
  273. #============================OOOOO============================#
  274. # V---------------------------------------------------------V #
  275. # | Command achievements | #
  276. # 5--------------------------ooooo--------------------------5 #
  277. #============================ooooo============================#
  278.  
  279. # Let achievement commands be given several times.
  280. MultiCommand: true
  281.  
  282. # A player with achievement.give (or the console) can use the /aach give yourAch1 playerName
  283. # to give yourAch1 achievement to playerName.
  284. Commands:
  285. yourAch1:
  286. Message: You took part in the special event!
  287. Name: Special Event Achievement!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement