Advertisement
Guest User

Untitled

a guest
Aug 8th, 2018
764
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. # The New Economy v0.1.1.1
  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: true
  15. ExperienceGain: false
  16. CurrencyCrafting: false
  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: false
  35. Notify: false
  36. Transactions:
  37. Format: M, d y
  38. Timezone: Europe/Amsterdam
  39. AutoSaver:
  40. Enabled: true
  41. Interval: 600
  42. Currency:
  43. Default:
  44. Name:
  45. Major:
  46. Single: BC Cash
  47. Plural: BC Cash
  48. Minor:
  49. Single: BC Cent
  50. Plural: BC Cents
  51. Disabled: false
  52. Server: Main Server
  53. Format: <symbol><major.amount><decimal><minor.amount>
  54. MaxBalance: 900000000000000000000000000000000000
  55. Prefixes: kMGTPEZYXWV
  56. Balance: 0.0
  57. Notable: false
  58. Default: true
  59. Conversion: 1.0
  60. Symbol: ยค
  61. Decimal: .
  62. DecimalPlaces: 2
  63. Experience: false
  64. ItemCurrency: true
  65. EnderChest: true
  66. Tiers:
  67. One:
  68. Type: Major
  69. Weight: 1
  70. Item:
  71. Material: SUNFLOWER
  72. Damage: 0
  73. Name: GOLD BC Coin
  74. Lore: BC Currency
  75. Enchantments:
  76. luck: '*'
  77. Name:
  78. Single: Gold Coin
  79. Plural: Gold Coins
  80. ten:
  81. Type: Major
  82. Weight: 10
  83. Item:
  84. Material: GREEN_CARPET
  85. Damage: 0
  86. Name: 10 BCC Note
  87. Lore: BC Currency
  88. Enchantments:
  89. luck: '1'
  90. Name:
  91. Single: note of 10 BC Cash
  92. Plural: notes of 10 BC Cash
  93. twenty:
  94. Type: Major
  95. Weight: 20
  96. Item:
  97. Material: LIGHT_BLUE_CARPET
  98. Damage: 0
  99. Name: 20 BCC Note
  100. Lore: BC Currency
  101. Enchantments:
  102. luck: '2'
  103. Name:
  104. Single: note of 20 BC Cash
  105. Plural: notes of 20 BC Cash
  106. fifty:
  107. Type: Major
  108. Weight: 50
  109. Item:
  110. Material: ORANGE_CARPET
  111. Damage: 0
  112. Name: 50 BCC Note
  113. Lore: BC Currency
  114. Enchantments:
  115. luck: '5'
  116. Name:
  117. Single: note of 50 BC Cash
  118. Plural: notes of 50 BC Cash
  119. hundred:
  120. Type: Major
  121. Weight: 100
  122. Item:
  123. Material: PURPLE_CARPET
  124. Damage: 0
  125. Name: 100 BCC Note
  126. Lore: BC Currency
  127. Enchantments:
  128. luck: '10'
  129. Name:
  130. Single: note of 100 BC Cash
  131. Plural: notes of 100 BC Cash
  132. fiftycents:
  133. Type: Minor
  134. Weight: 50
  135. Item:
  136. Material: LIME_DYE
  137. Damage: 0
  138. Name: 50 BC Cents
  139. Lore: BC Currency
  140. Enchantments:
  141. luck: '*'
  142. Name:
  143. Single: 50 BC Cent
  144. Plural: 50 BC Cents
  145. twentycents:
  146. Type: Minor
  147. Weight: 20
  148. Item:
  149. Material: PURPLE_DYE
  150. Damage: 0
  151. Name: 20 BC Cents
  152. Lore: BC Currency
  153. Enchantments:
  154. luck: '*'
  155. Name:
  156. Single: 20 BC Cent
  157. Plural: 20 BC Cents
  158. tencents:
  159. Type: Minor
  160. Weight: 10
  161. Item:
  162. Material: PINK_DYE
  163. Damage: 0
  164. Name: 10 BC Cents
  165. Lore: BC Currency
  166. Enchantments:
  167. luck: '*'
  168. Name:
  169. Single: 10 BC Cent
  170. Plural: 10 BC Cents
  171. penny:
  172. Type: Minor
  173. Weight: 1
  174. Item:
  175. Material: GRAY_DYE
  176. Damage: 0
  177. Name: BC Penny
  178. Lore: BC Currency
  179. Enchantments:
  180. luck: '*'
  181. Name:
  182. Single: BC Penny
  183. Plural: BC Pennys
  184. Major:
  185. Separate: true
  186. Separator: ','
  187. Minor:
  188. Weight: 100
  189. World:
  190. EnableChangeFee: false
  191. ChangeFee: 5.0
  192. Database:
  193. Type: h2
  194. Prefix: TNE
  195. Backup: true
  196. File: Economy
  197. MySQL:
  198. Host: localhost
  199. Port: 3306
  200. Database: TheNewEconomy
  201. User: user
  202. Password: password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement