Advertisement
Guest User

Untitled

a guest
Nov 15th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. # The New Economy v0.0.4.2
  2. # Author: creatorfromhell
  3. # License: AGPLv3
  4. # If you would like to contribute to the plugin
  5. # you can do so via Github at https://github.com/TheNewEconomy/TNE-Bukkit
  6. Core:
  7. UUID: true
  8. Multiworld: false
  9. Balance: 200.0
  10. Shorten: true
  11. Metrics: true
  12. Pins:
  13. Enabled: false
  14. Force: false
  15. Commands:
  16. PayShort: true
  17. BalanceShort: true
  18. Update:
  19. Check: true
  20. Notify: true
  21. Transactions:
  22. Track: true
  23. Format: M, d y
  24. Timezone: US/Eastern
  25. AutoSaver:
  26. Enabled: true
  27. Interval: 60
  28. Currency:
  29. Format: <symbol><major><decimal><minor><shorten>
  30. Conversion: 1.0
  31. Symbol: $
  32. Decimal: .
  33. ItemCurrency: false
  34. ItemMajor: GOLD_INGOT
  35. ItemMinor: IRON_INGOT
  36. MajorName:
  37. Single: SkyBuck
  38. Plural: SkyBucks
  39. MinorName:
  40. Single: SkyCoin
  41. Plural: SkyCoins
  42. Auctions:
  43. Enabled: true
  44. Cost: 10
  45. AllowWorld: true
  46. Multiple: false
  47. MaxMultiple: 3
  48. PersonalQueue: 3
  49. MaxQueue: 10
  50. MaxStart: 2000
  51. MinStart: 1
  52. MaxIncrement: 1000
  53. MinIncrement: 1
  54. MaxTime: 60
  55. MinTime: 30
  56. AntiSnipe: true
  57. SnipePeriod: 30
  58. SnipeTime: 20
  59. Announce: true
  60. Interval: 10
  61. Countdown: true
  62. CountdownTime: 10
  63. Shops:
  64. Enabled: false
  65. Cost: 10.0
  66. Max: 5
  67. Rows: 3
  68. Shoppers: 10
  69. Shares:
  70. Enabled: true
  71. Max: 3
  72. Signs:
  73. Bank:
  74. Enabled: false
  75. Place: 20.0
  76. Use: 20.0
  77. Shop:
  78. Enabled: false
  79. Place: 20.0
  80. Use: 20.0
  81. Death:
  82. Lose: false
  83. Bank:
  84. Drop: 0
  85. IncludeEmpty: true
  86. PlayerOnly: true
  87. Bank:
  88. Enabled: true
  89. Command: true
  90. NPC: false
  91. Connected: false
  92. Cost: 20.0
  93. Rows: 3
  94. Interest:
  95. Enabled: false
  96. Rate: 0.2
  97. Interval: 1800
  98. World:
  99. EnableChangeFee: false
  100. ChangeFee: 5.0
  101. Database:
  102. Type: FlatFile
  103. Prefix: TNE
  104. Backup: true
  105. FlatFile:
  106. File: economy.tne
  107. MySQL:
  108. Host: localhost
  109. Port: 3306
  110. Database: MCDATA
  111. User: yeticraft
  112. Password: edud2k2
  113. H2:
  114. File: Economy
  115. SQLite:
  116. File: economy.db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement