kamilpocwiard

Untitled

Aug 21st, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. # +----------------------------------------------------+
  2. # < Plugin na drop >
  3. # +----------------------------------------------------+
  4.  
  5. drops:
  6. DIAMOND_ORE:
  7. type: nodrop
  8. message: '&cTego nie mozesz wykopac'
  9. STONE:
  10. type: random
  11. drops:
  12. DIAMOND:
  13. chance: 3.5
  14. silktouch: DIAMOND_ORE
  15. message: '&bWydobyles diament'
  16. minheight: 20
  17. permission:
  18. vip: 100
  19. exp: 1
  20. GOLD_INGOT:
  21. chance: 12.0
  22. silktouch: GOLD_ORE
  23. message: '&6Wydobyles zloto'
  24. minheight: 20
  25. permission:
  26. vip: 100
  27. exp: 1
  28. IRON_INGOT:
  29. chance: 15.0
  30. silktouch: IRON_ORE
  31. message: '&7Wydobyles zelazo'
  32. minheight: 20
  33. permission:
  34. vip: 100
  35. exp: 1
  36. EMERALD:
  37. chance: 0.6
  38. silktouch: EMERALD_ORE
  39. message: '&AWydobyles szmaragd'
  40. minheight: 20
  41. permission:
  42. vip: 100
  43. exp: 1
  44. SAND:
  45. chance: 13.0
  46. silktouch: SAND
  47. message: '&FWydobyles piasek'
  48. minheight: 20
  49. permission:
  50. vip: 100
  51. exp: 1
  52. exp: 20
  53.  
  54. # Tryb wyswietlania wiadomosc
  55. # normal - normalna wiadomosc na chacie
  56. # barapi - wiadomosc na pasku bossa (wymagany plugin BarAPI)
  57. # HoloAPI - wyswietlane hologramy nad miejscem zniszczenia blok wymagany plugin HoloAPI'
  58. messagetype: barapi
  59. fortune:
  60. - DIAMOND
  61. - GOLD_ORE
  62. - IRON_ORE
  63. - EMERALD
  64. - COAL
Advertisement
Add Comment
Please, Sign In to add comment