Advertisement
Momshroom

Untitled

Feb 28th, 2019
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.03 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.  
  10. #Whether or not to enable UUID support(results may vary if turned off).
  11. UUID: true
  12.  
  13. #Whether or not players should have different balances, banks, etc in different worlds
  14. Multiworld: false
  15.  
  16. #Whether or not to load TNE in debug mode.
  17. Debug: false
  18.  
  19. #All configurations relating to the server in general.
  20. Server:
  21.  
  22. #The material to use to activate the TNE Action Menu.
  23. MenuMaterial: "GOLD_INGOT"
  24.  
  25. #Whether or not mob drops that are a currency item should be disabled.
  26. MobDrop: true
  27.  
  28. #Whether or not to consolidate item-based currencies automatically.
  29. Consolidate: false
  30.  
  31. #Whether or not experience gains should be disabled. This will help for servers that use Experience as currency.
  32. ExperienceGain: false
  33.  
  34. #Whether or not players are able to use currency in villager trades.
  35. CurrencyTrading: true
  36.  
  37. #The name of this server for data-related purposes. Max length is 100 characters.
  38. Name: "TrekCraft"
  39.  
  40. #All configurations relating to the server's economy account.
  41. Account:
  42.  
  43. #Whether or not the server account has been enabled.
  44. Enabled: false
  45.  
  46. #The name of the server account. Max length is 100 characters.
  47. Name: "Server"
  48.  
  49. #The starting balance for the server account.
  50. Balance: 500
  51.  
  52. #Configurations relating to third-party support.
  53. ThirdParty:
  54.  
  55. #Whether or not bstats should be enabled.
  56. Stats: true
  57.  
  58. #The prefix used by the Towny plugin to denote town UUIDs
  59. Town: "town-"
  60.  
  61. #The prefix used by the Towny plugin to denote nation UUIDs
  62. Nation: "nation-"
  63.  
  64. #The prefix used by the Factions plugin to denote faction UUIDs
  65. Faction: "faction-"
  66.  
  67. #Whether or not mcmmo skill rewards that are a currency item should be disabled.
  68. McMMORewards: true
  69.  
  70. #Whether or not baltop should contain third-party accounts.
  71. TopThirdParty: true
  72.  
  73. #All configurations relating to TNE commands
  74. Commands:
  75.  
  76. #The command trigger(s) used to identify what is and isn't a command.
  77. #To use multiple triggers, separate with comma, i.e. /,!.
  78. Triggers: "/"
  79.  
  80. #Whether or not players should be able to use /pay instead of /money pay
  81. PayShort: true
  82.  
  83. #Whether or not players should be able to use /balance instead of /money
  84. BalanceShort: true
  85.  
  86. #Whether or not players should be able to use /baltop instead of /money top
  87. TopShort: true
  88.  
  89. #All configurations relating to update checking
  90. Update:
  91.  
  92. #Whether or not TNE should check if the server is using the latest build
  93. Check: true
  94.  
  95. #Whether or not admins(anyone with perm. node tne.admin) should be notified on login if TNE is outdated.
  96. Notify: true
  97.  
  98. #All configurations relating to the transaction system.
  99. Transactions:
  100.  
  101. #The time format to use when displaying transaction history data.
  102. Format: "Md y"
  103.  
  104. #The timezone to use for transactions.
  105. Timezone: "US/Eastern"
  106.  
  107. #All configurations relating to the data auto saver
  108. AutoSaver:
  109.  
  110. #Whether or not the auto saver is enabled(will auto save player data)
  111. Enabled: true
  112.  
  113. #The interval at which the auto saver will save data(in seconds)
  114. Interval: 600
  115.  
  116. #All configurations relating to currency.
  117. Currency:
  118.  
  119. #Configurations relating to basic information about currencies.
  120. Info:
  121.  
  122. #Whether or not you wish to use advanced currencies, which utilize the currency.yml configuration file.
  123. Advanced: false
  124.  
  125. #Whether or not to format the balances in /bal.
  126. FormatMoney: true
  127.  
  128. #Whether or not to format the balances in /baltop.
  129. FormatTop: true
  130.  
  131. #Configurations relating to basic currency configurations.
  132. #This is only used if Currency.Info.Advanced is set to false.
  133. Basic:
  134.  
  135. #The singular form of this currency's major denomination.
  136. Major_Single: "Dollar"
  137.  
  138. #The plural form of this currency's major denomination.
  139. Major_Plural: "Dollars"
  140.  
  141. #The singular form of this currency's minor denomination.
  142. Minor_Single: "Cent"
  143.  
  144. #The plural form of this currency's minor denomination.
  145. Minor_Plural: "Cents"
  146.  
  147. #The SI Prefixes used when <shorten> is used for the currency's format.
  148. #TNE's default prefixes are based off of the Internation Bureau of Weights and Measures official list.
  149. #http://www.unitarium.com/si-prefixes along with a few addition shorts for above Nonillion.
  150. #The order in which the characters are:
  151. #Thousand - k
  152. #Million - M
  153. #Billion - G
  154. #Trillion - T
  155. #Quadrillion - P
  156. #Quintillion - E
  157. #Sextillion - Z
  158. #Septillion - Y
  159. #Octillion - X
  160. #Nonillion - W
  161. #Decillion - V
  162. #Undecillion - U
  163. #Nondecillion - N
  164. #Nonvigintillion - ₮
  165. Prefixes: "kMGTPEZYXWVUN₮"
  166.  
  167. #The character to use as the symbol for this currency.
  168. Symbol: "$"
  169.  
  170. #Whether or not you wish to use an item as currency.
  171. ItemCurrency: false
  172.  
  173. #Whether or not you wish to use experience as currency.
  174. ExperienceCurrency: false
  175.  
  176. #Configurations relating to item currencies for the basic currency.
  177. #Format: Material: Value(using a period "." as the decimal)
  178. Items:
  179.  
  180. GOLD_BLOCK: 9
  181. GOLD_INGOT: 1
  182.  
  183. #Configurations relating to virtual currency tiers for the basic currency.
  184. #Format: Name: Value(using a period "." as the decimal)
  185. Virtual:
  186.  
  187. Dollar: 1
  188. Cent: 0.01
  189.  
  190. #Various options for the basic currency configurations.
  191. Options:
  192.  
  193. #The format to use when outputting this currency into chat.
  194. #The variables you're able to use here.
  195. #<symbol> - The currency's symbol
  196. #<decimal> - The currency's decimal.
  197. #<major> - A combination of the currency's major amount and name
  198. #<minor> - A combination of the currency's minor amount and name
  199. #<major.name> - The currency's major name.
  200. #<minor.name> - The currency's minor name.
  201. #<major.amount> - The currency's major amount.
  202. #<minor.amount> - The currency's minor amount.
  203. #<short.amount> - The currency's shortened amount.
  204. #<shorten> - Added to make the outputted value shortened
  205. # If shortened, it will ignore the value of Format.
  206. #It's also possible to include all colour variables from messages.yml
  207. #Example: <major> and <minor>
  208. Format: "<symbol><major.amount><decimal><minor.amount>"
  209.  
  210. #The maximum balance possible for this currency.
  211. # Maximum possible value: 900000000000000000000000000000000000000000000
  212. MaxBalance: 900000000000000000000000000000000000000000000
  213.  
  214. #The initial balance for accounts.
  215. #Will be used if no world-specific configurations are found if multiworld is enabled
  216. Balance: 200.0
  217.  
  218. #The character to use as the decimal place holder.
  219. Decimal: "."
  220.  
  221. #Would you like your item currency balances to also check the player's ender chest?
  222. EnderChest: true
  223.  
  224. #Whether or not the major value should be separated every three numeric places.
  225. Major_Separate: true
  226.  
  227. #The separator to use for numeric separation.
  228. Major_Separator: ","
  229.  
  230. #This is used to determine how many of minor it takes to make one major
  231. Minor_Weight: 100
  232.  
  233. #All configurations relating to currency notes.
  234. Note:
  235.  
  236. #Whether or not this currency is able to be noted using the note command
  237. Notable: true
  238.  
  239. #The fee to note this currency.
  240. Fee: 0.10
  241.  
  242. #The minimum amount required to create a note for this currency.
  243. Minimum: 1.00
  244.  
  245. #All configurations relating to worlds
  246. World:
  247.  
  248. #Whether or not changing worlds costs money
  249. EnableChangeFee: false
  250.  
  251. #How much it costs to change worlds if ChangeFee is enabled
  252. ChangeFee: "5.0 #All configurations relating to the database"
  253. Database:
  254.  
  255. #The database type to use. Current options: MySQL, H2.
  256. Type: "MySQL"
  257.  
  258. #The prefix to use for TheNewEconomy MySQL and H2 Tables
  259. Prefix: "TNE"
  260.  
  261. #Whether or not to backup your database automatically before converting to newer versions of TNE
  262. Backup: true
  263.  
  264. #The file to which all the data will be saved if using a file-based database
  265. File: "Economy"
  266.  
  267. #All configurations relating to the MySQL Database
  268. MySQL:
  269.  
  270. #The MySQL host
  271. Host: "localhost"
  272.  
  273. #The MySQL port
  274. Port: 3306
  275.  
  276. #The MySQL database
  277. DB: redacted
  278.  
  279. #Your MySQL user's name
  280. User: redacted
  281.  
  282. #Your MySQL user's password
  283. Password: redacted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement