Advertisement
Guest User

Untitled

a guest
Jul 16th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. # PlayerBounty created by AliumCraft.
  2. #
  3. # Database: Input all your information here for the database.
  4. # Bounty: All things to do with the organization of the bounty.
  5. # HeadDrops: Used to customize the head drops when a bounty is claimed.
  6. # Inventory: Used to customize all the information input into the GUI.
  7.  
  8. Database:
  9. Enabled: true
  10. HOST: 'localhost'
  11. PORT: '[redacted]'
  12. NAME: '[redacted]'
  13. TABLE: 'playerbounty'
  14. USER: '[redacted]'
  15. PASS: '[redacted]'
  16.  
  17. Bounty:
  18. Min-Bounty-Kill-Broadcast: 1500.00
  19. Min-Bounty-Increase: 100.00
  20. Particles: true
  21. Expire: false
  22. ExpireTime: 3600
  23.  
  24. HeadDrops:
  25. Drop: true
  26. Name: '&fSkull of &b&l%player%'
  27. Lore:
  28. - '&7Defeated by &f%killer% &7on'
  29. - '&f%date% &7with a(n)'
  30. - '%weapon%'
  31. - '&7to claim a bounty on their'
  32. - '&7head worth &a$&f%amount%&7.'
  33.  
  34. Inventory:
  35. Enabled: true
  36. Name: '&9Bounties Page: &5&l%page%'
  37. Offline: false
  38. Heads:
  39. Name: '&r&fSkull of &b%player%'
  40. Lore:
  41. - '&dAmount: $&b%amount%'
  42. - '&7Kill this player to collect the reward.'
  43. - ''
  44. - '%status%'
  45. Divider:
  46. Name: '&4'
  47. Lore:
  48. - ''
  49. NextPage:
  50. Name: '&e&lNext Page ->'
  51. Lore:
  52. - ''
  53. PrevPage:
  54. Name: '&e&l<- Previous Page'
  55. Lore:
  56. - ''
  57.  
  58. BountyStreak:
  59. Rewards:
  60. 100:
  61. Cash: 0.00
  62.  
  63. Broadcast:
  64. 5: '&8&l[&6&lPlayer&6&lBounty&8&l] &f%player% &bhas reached a bounty kill streak of &15&b!'
  65. 10: '&8&l[&6&lPlayer&6&lBounty&8&l] &f%player% &bhas reached a bounty kill streak of &15&b!'
  66. 100: '&8&l[&6&lPlayer&6&lBounty&8&l] &f%player% &bhas reached a bounty kill streak of &15&b!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement