Advertisement
Guest User

Untitled

a guest
Jun 19th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. Config:
  2. MultipleBackpacksInInventory:
  3. average: false
  4. add: true
  5. Backpacks:
  6. vipbackpack:
  7. Size: 27
  8. Purchasable: false
  9. Price: 5000
  10. UseRecipe: false
  11. Recipe:
  12. - 334,334,334
  13. - 334,35:12,334
  14. - 334,334,334
  15. BackpackItem:
  16. id: '19'
  17. name: '&aLarge Backpack'
  18. lore:
  19. - '&cA container for carrying items.'
  20. - '&cItems in here will not drop on death.'
  21. onDeath:
  22. dropContents: false
  23. destroyContents: false
  24. dropBackpack: false
  25. keepBackpack: true
  26. WalkSpeedFeature:
  27. enabled: false
  28. walkingSpeed: 0.19
  29. IncreasedHungerFeature:
  30. enabled: false
  31. extraHungerBarsToDeplete: 1
  32. hungerBarsToSubtractWhenEating: 0
  33. normalbackpack:
  34. Size: 9
  35. Purchasable: true
  36. Price: 5000
  37. UseRecipe: false
  38. Recipe:
  39. - 334,334,334
  40. - 334,35:12,334
  41. - 334,334,334
  42. BackpackItem:
  43. id: '325'
  44. name: '&aSmall Backpack'
  45. lore:
  46. - '&cA container for carrying items.'
  47. - '&cItems in here will not drop on death.'
  48. onDeath:
  49. dropContents: false
  50. destroyContents: false
  51. dropBackpack: false
  52. keepBackpack: true
  53. WalkSpeedFeature:
  54. enabled: false
  55. walkingSpeed: 0.19
  56. IncreasedHungerFeature:
  57. enabled: false
  58. extraHungerBarsToDeplete: 1
  59. hungerBarsToSubtractWhenEating: 0
  60. Data:
  61. FileSystem: mysql
  62. MySQL:
  63. database: *****
  64. username: *****
  65. password: *****
  66. ip: localhost
  67. port: 3306
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement