Advertisement
Guest User

Untitled

a guest
Aug 25th, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. GiantShop:
  2. global:
  3. version: 1.0
  4. name: Shop
  5. debug: false
  6. perPage: 5
  7. AcceptBrokenTools: false
  8. Updater:
  9. checkForUpdates: true
  10. broadcast: true
  11. metrics:
  12. useMetrics: true
  13. send:
  14. database: true
  15. updater: true
  16. logging: true
  17. permEngine: true
  18. ecoEngine: true
  19. stock: true
  20. gsl: true
  21. log:
  22. useLogging: true
  23. log:
  24. sell: true
  25. buy: true
  26. gift: true
  27. add: true
  28. update: true
  29. remove: true
  30. apistockupdate: true
  31. apimaxstockupdate: true
  32. unknown: true
  33. broadcast:
  34. buy: true
  35. sell: true
  36. gift: true
  37. db:
  38. driver: MySQL
  39. database: -
  40. prefix: shop_
  41. host: -
  42. port: 3306
  43. user: -
  44. password: -
  45. permissions:
  46. usePermissions: true
  47. Engine: PERMISSIONSEX
  48. opHasPerms: true
  49. Economy:
  50. Engine: BOSE7
  51. discounts:
  52. useDiscounts: true
  53. affectsSales: true
  54. stock:
  55. useStock: false
  56. hideEmptyStock: false
  57. allowOverStock: false
  58. defaultMaxStock: 50
  59. stockDefinesCost: true
  60. maxInflation: 50
  61. maxDeflation: 25
  62. amountTillMaxInflation: 10
  63. amountTillMaxDeflation: 50
  64. Location:
  65. perPage: 5
  66. useGiantShopLocation: false
  67. showPlayerEnteredShop: true
  68. tool:
  69. id: 351
  70. type: 6
  71. protect:
  72. Worlds:
  73. disableOffList: true
  74. protected:
  75. - Onyx
  76. allowed:
  77. - Jade
  78. - Dawn
  79. - Resource
  80. - Panic
  81. Commands:
  82. - buy
  83. - gift
  84. - sell
  85. - list
  86. - check
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement