Advertisement
Guest User

Untitled

a guest
Jan 29th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.58 KB | None | 0 0
  1. #==============================O==============================#
  2. # I---------------------------------------------------------I #
  3. # | Advanced Achievements 2.3.3 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: 'e'
  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 most 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: Você conectado ao nosso servidor pela primeira vez !
  125. Name: Boa Sorte
  126.  
  127. # When a specific block is placed (specify block name, lower case).
  128. Places:
  129. stone:
  130. '100':
  131. Message: '&100 pedras colocadas!'
  132. Name: Colocar Pedras
  133. '1000':
  134. Message: '&a1000 pedras colocadas'
  135. Name: Deus das Pedras
  136.  
  137. # When a specific block is broken (specify block name, lower case).
  138. Breaks:
  139. stone:
  140. '1':
  141. Message: '&aA Sua primeira vez na mineração!'
  142. Name: Pedregulho!
  143. Reward:
  144. Command: give PLAYER 50 64; give PLAYER 364 5
  145. log:
  146. '100':
  147. Message: '&aVocê cortou 100 madeiras!'
  148. Name: Lenhador
  149.  
  150. # When a specific mob is killed (specify mob name or 'player', lower case).
  151. Kills:
  152. zombie:
  153. '1':
  154. Message: '&aVocê Matou seu primeiro zombie'
  155. Name: The Walking Dead
  156. Reward:
  157. Money: 350
  158. Item: diamond 1
  159.  
  160. # When a specific item is crafted (specify item name, lower case).
  161. Crafts:
  162. diamond_sword:
  163. '1':
  164. Message: A primeira vez que você construiu uma lâmina!
  165. Name: ferreiro Aprendiz
  166. Reward:
  167. Money: 60
  168.  
  169. # When the player dies.
  170. Deaths:
  171. '1':
  172. Message: Sua Primeira Morte :(
  173. Name: Descance em paz
  174.  
  175. # When an arrow is shot.
  176. Arrows:
  177. '50':
  178. Message: 'Atirou 50 flechas'
  179. Name: Flechas
  180.  
  181. # When a snowball is thrown.
  182. Snowballs:
  183. '1000':
  184. Message: '1000 bolas de neve lançadas. Esse é o espírito!'
  185. Name: Inverno
  186.  
  187. # When an egg is thrown.
  188. Eggs:
  189. '1000':
  190. Message: '1000 Ovos Lançados'
  191. Name: Omelet Addict
  192.  
  193. # When a fish is caught.
  194. Fish:
  195. '1':
  196. Message: O primeiro peixe que você pescou
  197. Name: Peixes
  198.  
  199. # When a tool/armor/weapon is broken.
  200. ItemBreaks:
  201. '1':
  202. Message: Você quebrou sua ferramenta favorita !
  203. Name: '&4Despedida de Ferramenta'
  204.  
  205. # When an item is eaten.
  206. EatenItems:
  207. '1':
  208. Message: Apenas tivemos um lanche!
  209. Name: Primeiro Lanche
  210.  
  211. # When a sheep is sheared.
  212. Shear:
  213. '100':
  214. Message: 100 ovelhas tosquiadas !
  215. Name: '&aTosquiador de ovelhas'
  216.  
  217. # When a cow is milked.
  218. Milk:
  219. '1':
  220. Message: Apenas ordenhado uma vaca !
  221. Name: Primeiro leite
  222.  
  223. # When a trade with a villager is made.
  224. Trades:
  225. '1':
  226. Message: Fazendo negócios com a sua primeira aldeão!
  227. Name: Primeiro negocio!
  228.  
  229. # When an anvil is used.
  230. AnvilsUsed:
  231. '1':
  232. Message: Você reparou seu primeiro item
  233. Name: Primeira Reparação
  234.  
  235. # When an anvil is used.
  236. Enchantments:
  237. '5':
  238. Message: 5 Objetos Encantados
  239. Name: '&5Magico'
  240.  
  241. # When a bed is entered.
  242. Beds:
  243. '5':
  244. Message: Entrou na cama 5 vezes
  245. Name: Preguiçoso
  246.  
  247. # Maximum level reached.
  248. MaxLevel:
  249. '10':
  250. Message: Nível 10 atingido
  251. Name: '&4Rookie'
  252.  
  253. # When a potion is consumed.
  254. ConsumedPotions:
  255. '100':
  256. Message: A ingestão de bebidas estranhas o tempo todo ..
  257. Name: Alcolico
  258.  
  259. # Amount of time played on the server (in hours, use integers).
  260. PlayedTime:
  261. '1':
  262. Message: Você jogou durante uma hora no servidor !
  263. Name: Uma hora jogados
  264.  
  265. # When a distance is traveled by foot.
  266. DistanceFoot:
  267. '1000':
  268. Message: Você viajou 1.000 blocos a pé!
  269. Name: Viajante
  270.  
  271. # When a distance is traveled on a pig.
  272. DistancePig:
  273. '100':
  274. Message: Você viajou 100 blocos em um porco !
  275. Name: Porco tunado
  276.  
  277. # When a distance is traveled on a horse.
  278. DistanceHorse:
  279. '500':
  280. Message: Você viajou 500 blocos em um cavalo !
  281. Name: Cavalo Forte
  282.  
  283. # When a distance is traveled in a minecart.
  284. DistanceMinecart:
  285. '100':
  286. Message: Você viajou 100 blocos em um minecart !
  287. Name: Montanha russa
  288.  
  289. # When a distance is traveled in a boat.
  290. DistanceBoat:
  291. '200':
  292. Message: Você viajou 200 blocos em um barco !
  293. Name: Navegador
  294.  
  295. # When an item is dropped on the ground.
  296. ItemDrops:
  297. '15':
  298. Message: Você está matando o planeta! Poluidor
  299. Name: Poluidor
  300.  
  301. # When soil is plowed with a hoe.
  302. HoePlowings:
  303. '10':
  304. Message: Você Roçou a terra 10 vezes
  305. Name: Fazendeiro
  306. Reward:
  307. Item: cookie 15
  308.  
  309. # When bone meal is used to fertilise plants.
  310. Fertilising:
  311. '15':
  312. Message: Você usou farinha de ossos em plantas de 15 vezes!
  313. Name: Jardineiro
  314.  
  315. # When an animal is tamed.
  316. Taming:
  317. '1':
  318. Message: Você domesticou o seu primeiro animal !
  319. Name: Treinador
  320.  
  321. # When a potion is brewed.
  322. Brewing:
  323. '1':
  324. Message: Você fabricado sua primeira poção !
  325. Name: Macumbeiro
  326.  
  327. # When a firework is launched.
  328. Fireworks:
  329. '10':
  330. Message: Você lançou 10 fogos de artifício!
  331. Name: Copa do Mundo
  332.  
  333. #===========================OOO=OOO===========================#
  334. # VI-------------------------------------------------------VI #
  335. # | Command achievements | #
  336. # 6---------------------------------------------------------6 #
  337. #===========================ooo=ooo===========================#
  338.  
  339. # Let achievement commands be given several times.
  340. MultiCommand: true
  341.  
  342. # A player with achievement.give (or the console) can use the /aach give yourAch1 playerName
  343. # to give yourAch1 achievement to playerName.
  344. Commands:
  345. yourAch1:
  346. Message: Você participou do evento especial!
  347. Name: Achievement evento especial!
  348.  
  349. #===========================OOOOOOO===========================#
  350. # VII-----------------------------------------------------VII #
  351. # | Parameters to appear in future version | #
  352. # 7---------------------------------------------------------7 #
  353. #===========================ooooooo===========================#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement