Advertisement
Guest User

Untitled

a guest
Oct 21st, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 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. CurrencyTrading: true
  17. Name: Main Server
  18. Account:
  19. Enabled: true
  20. Name: Server_Account
  21. Balance: 500
  22. ThirdParty:
  23. Stats: true
  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. Currencies:
  43. USD:
  44. Info:
  45. Server: Main Server
  46. Identifier: USD
  47. Major_Single: Dollar
  48. Major_Plural: Dollars
  49. Minor_Single: Dollar
  50. Minor_Plural: Dollars
  51. Prefixes: kMGTPEZYXWVUN₮
  52. Symbol: ⦿
  53. Options:
  54. Default: true
  55. Disabled: false
  56. Format: <major.amount><decimal><minor.amount><symbol>
  57. MaxBalance: 900000000000000000000000000000000000000000000
  58. Balance: 0.0
  59. Decimal: .
  60. DecimalPlaces: 2
  61. Experience: false
  62. ItemCurrency: true
  63. EnderChest: false
  64. Major_Separate: true
  65. Major_Separator: ','
  66. Minor_Weight: 100
  67. Note:
  68. Notable: false
  69. Fee: 0.0
  70. Minimum: 0.0
  71. Conversion:
  72. Rate: 1.0
  73. Tiers:
  74. 5:
  75. Info:
  76. Type: Major
  77. Single: 5 лир
  78. Plural: 5 лир
  79. Options:
  80. Weight: 5
  81. Material: PAPER
  82. Damage: 0
  83. Name: §f5 лир
  84. Lore: ''
  85. Enchantments:
  86. - example_enchant
  87. 2:
  88. Info:
  89. Type: Major
  90. Single: 2 лиры
  91. Plural: 2 лиры
  92. Options:
  93. Weight: 2
  94. Material: PAPER
  95. Damage: 0
  96. Name: §f2 лиры
  97. Lore: ''
  98. Enchantments:
  99. - example_enchant
  100. 1:
  101. Info:
  102. Type: Major
  103. Single: 1 лира
  104. Plural: 1 лира
  105. Options:
  106. Weight: 1
  107. Material: PAPER
  108. Damage: 0
  109. Name: §f1 лира
  110. Lore: ''
  111. Enchantments:
  112. - example_enchant
  113. Coin:
  114. Info:
  115. Type: Minor
  116. Single: Дублон
  117. Plural: Дублоны
  118. Options:
  119. Weight: 1
  120. Material: GOLD_NUGGET
  121. Damage: 0
  122. Name: §6Дублон
  123. Lore: ''
  124. Enchantments:
  125. - example_enchant
  126. World:
  127. EnableChangeFee: false
  128. ChangeFee: 5.0
  129. Database:
  130. Type: h2
  131. Prefix: TNE
  132. Backup: true
  133. File: Economy
  134. MySQL:
  135. Host: localhost
  136. Port: 3306
  137. Database: TheNewEconomy
  138. User: user
  139. Password: password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement