Advertisement
Guest User

Untitled

a guest
Mar 4th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. ##############
  2. #
  3. # Settings
  4. #
  5. ###############
  6. # MySQL settings
  7. mysql:
  8. hostname: 127.0.0.1
  9. port: 3306
  10. database: magik1_souls
  11. username: root
  12. password:
  13.  
  14. # Multipliers settings
  15. Multipliers:
  16. # Key reppresents the suffix of the permission needed to have the multiplier.
  17. # souls.multiplier.<key>
  18. first: 1
  19. second: 1.5
  20. third: 2.0
  21.  
  22. # Percentages settings
  23. Percentages:
  24. kill: 20
  25. death: 30
  26.  
  27. # Stacking settings
  28. Stacking:
  29. item:
  30. material: EXP_BOTTLE
  31. display: "Stacked Souls"
  32. bottle-capacity: 2
  33. bottle-usage: 1
  34. # EntitySouls settings
  35. EntitySouls:
  36. ZOMBIE:
  37. display: "Trasher"
  38. souls: 50
  39. SKELETON:
  40. display: "&4NiceSkellyFromAnotherPlugin"
  41. souls: 25
  42. PIG:
  43. display: "&4NicePiggeyFromAnotherPlugin"
  44. souls: 15
  45.  
  46. # Classes settings
  47. Classes:
  48. wizard:
  49. max-levels: 12
  50. levels:
  51. 1:
  52. attributes:
  53. GENERIC_MAX_HEALTH: 36
  54. 2:
  55. spells:
  56. - 'Wiz_Missile|2'
  57. attributes:
  58. 3:
  59. spells:
  60. - 'Wiz_Missile|3'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement