Advertisement
Guest User

Untitled

a guest
Jul 24th, 2018
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. # The New Economy v0.1.0.0
  2. # Author: creatorfromhell
  3. # License: http://creativecommons.org/licenses/by-nc-nd/4.0/
  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. # To donate to the continued development of TNE with perks, https://patreon.com/creatorfromhell
  7. # To view a commented version of this file, visit https://github.com/TheNewEconomy/TNE-Bukkit/blob/master/TNE/src/net/tnemc/resources/config.yml.
  8. Core:
  9. UUID: true
  10. Multiworld: false
  11. Server:
  12. MenuMaterial: GOLD_INGOT
  13. MobDrop: true
  14. Consolidate: false
  15. ExperienceGain: false
  16. CurrencyCrafting: true
  17. CurrencyTrading: true
  18. Name: Main Server
  19. Account:
  20. Enabled: true
  21. Name: Server_Account
  22. Balance: 500
  23. ThirdParty:
  24. Town: town-
  25. Nation: nation-
  26. Faction: faction-
  27. McMMORewards: true
  28. Commands:
  29. Triggers: /
  30. PayShort: true
  31. BalanceShort: true
  32. TopShort: true
  33. Update:
  34. Check: true
  35. Notify: true
  36. Transactions:
  37. Format: M, d y
  38. Timezone: US/Eastern
  39. AutoSaver:
  40. Enabled: true
  41. Interval: 600
  42. Currency:
  43. USN:
  44. Name:
  45. Major:
  46. Single: Dollar
  47. Plural: Dollars
  48. Minor:
  49. Single: Cent
  50. Plural: Cents
  51. Disabled: false
  52. Server: Main Server
  53. Format: <symbol><major.amount><decimal><minor.amount>
  54. MaxBalance: 900000000000000000000000000000000000
  55. Prefixes: kMGTPEZYXWV
  56. Balance: 200.0
  57. Notable: false
  58. Default: true
  59. Conversion: 1.0
  60. Symbol: SN$
  61. Decimal: .
  62. DecimalPlaces: 2
  63. Experience: false
  64. ItemCurrency: false
  65. EnderChest: true
  66. Tiers:
  67. One:
  68. Type: Major
  69. Weight: 1
  70. Item:
  71. Material: PAPER
  72. Damage: 0
  73. Name: One
  74. Lore: Server Currency
  75. Enchantments:
  76. ExampleEnchantment: '*'
  77. Name:
  78. Single: Ones
  79. Plural: One
  80. Penny:
  81. Type: Minor
  82. Weight: 1
  83. Item:
  84. Material: PAPER
  85. Damage: 0
  86. Name: Penny
  87. Lore: Server Currency
  88. Enchantments:
  89. ExampleEnchantment: '*'
  90. Name:
  91. Single: Penny
  92. Plural: Pennies
  93. Major:
  94. Separate: true
  95. Separator: ','
  96. Minor:
  97. Weight: 100
  98. Coltron:
  99. Name:
  100. Major:
  101. Single: Caul
  102. Plural: Caulen
  103. Minor:
  104. Single: Centim
  105. Plural: Centimen
  106. Disabled: false
  107. Server: Main Server
  108. Format: <symbol><major.amount><decimal><minor.amount>
  109. MaxBalance: 900000000000000000000000000000000000
  110. Prefixes: kMGTPEZYXWV
  111. Balance: 200.0
  112. Notable: false
  113. Default: true
  114. Conversion: 0.85834
  115. Symbol: Cā‚¬
  116. Decimal: .
  117. DecimalPlaces: 2
  118. Experience: false
  119. ItemCurrency: false
  120. EnderChest: true
  121. Tiers:
  122. One:
  123. Type: Major
  124. Weight: 1
  125. Item:
  126. Material: PAPER
  127. Damage: 0
  128. Name: One
  129. Lore: Server Currency
  130. Enchantments:
  131. ExampleEnchantment: '*'
  132. Name:
  133. Single: Ones
  134. Plural: One
  135. Penny:
  136. Type: Minor
  137. Weight: 1
  138. Item:
  139. Material: PAPER
  140. Damage: 0
  141. Name: Penny
  142. Lore: Server Currency
  143. Enchantments:
  144. ExampleEnchantment: '*'
  145. Name:
  146. Single: Penny
  147. Plural: Pennies
  148. Major:
  149. Separate: true
  150. Separator: ' '
  151. Minor:
  152. Weight: 100
  153. World:
  154. EnableChangeFee: false
  155. ChangeFee: 5.0
  156. Database:
  157. Type: h2
  158. Prefix: TNE
  159. Backup: true
  160. File: Economy
  161. MySQL:
  162. Host: localhost
  163. Port: 3306
  164. Database: TheNewEconomy
  165. User: user
  166. Password: password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement