Advertisement
Guest User

Untitled

a guest
May 7th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. #Format
  2. # 53 item limit
  3. # arbitrayNumber: Choose any integer between 2,147,483,647 and -2,147,483,647. Don't repeat them
  4. # - itemID
  5. # - "Display name"
  6. # - damageValue
  7. # - price
  8. hostname: mysql.mc-em.com
  9. port: '3306'
  10. database: test
  11. username: root
  12. password: oxAiokua5OYgourAi
  13. MinimumSQLPoolConnections: 1 #Connection pool minimum
  14. MaximumSQLPoolConnections: 20 #Connection pool max
  15. SQLPoolConnectionTimeout: 1000 #Time before timeout
  16. SQLPoolTestQuery: '' #Test Query
  17.  
  18. discountIncrement: .1
  19. discountMax: .5
  20.  
  21. items:
  22. 1:
  23. - 267
  24. - "Iron Sword"
  25. - 0
  26. - 4
  27. - "Damage_all:5"
  28. 2:
  29. - 373
  30. - "&dSpeed I Potion"
  31. - 8258
  32. - 5
  33. 3:
  34. - 373
  35. - "&dHealth II Splash Potion"
  36. - 16421
  37. - 3
  38. 4:
  39. - 373
  40. - "&dRegen I Potion"
  41. - 8193
  42. - 4
  43. 5:
  44. - 373
  45. - "&dFire Resistance Potion"
  46. - 8259
  47. - 9
  48. 6:
  49. - 322
  50. - "&6Golden Apple"
  51. - 0
  52. - 4
  53. 7:
  54. - 267
  55. - "Iron Sword"
  56. - 0
  57. - 4
  58. 8:
  59. - 306
  60. - "Iron Helmet"
  61. - 0
  62. - 3
  63. 9:
  64. - 307
  65. - "Iron Chestplate"
  66. - 0
  67. - 5
  68. 10:
  69. - 308
  70. - "Iron Leggings"
  71. - 0
  72. - 4
  73. 11:
  74. - 309
  75. - "Iron Boots"
  76. - 0
  77. - 2
  78. 12:
  79. - 276
  80. - "&bDiamond Sword"
  81. - 0
  82. - 7
  83. 13:
  84. - 310
  85. - "&bDiamond Helmet"
  86. - 0
  87. - 9
  88. 14:
  89. - 311
  90. - "&bDiamond Chestplate"
  91. - 0
  92. - 12
  93. 15:
  94. - 312
  95. - "&bDiamond Leggings"
  96. - 0
  97. - 11
  98. 16:
  99. - 313
  100. - "&bDiamond Boots"
  101. - 0
  102. - 8
  103. 17:
  104. - 346
  105. - "&aFishing Rod"
  106. - 0
  107. - 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement