Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.72 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: true
  15.  
  16. #The name of the world to use if multiworld is set to false. Setting to TNE_SYSTEM will let TNE decide the default world.
  17. DefaultWorld: "survie"
  18.  
  19. #Whether or not to load TNE in debug mode.
  20. Debug: false
  21.  
  22. #All configurations relating to the server in general.
  23. Server:
  24.  
  25. #The material to use to activate the TNE Action Menu.
  26. MenuMaterial: "GOLD_INGOT"
  27.  
  28. #Whether or not mob drops that are a currency item should be disabled.
  29. MobDrop: true
  30.  
  31. #Whether or not to consolidate item-based currencies automatically.
  32. Consolidate: false
  33.  
  34. #Whether or not experience gains should be disabled. This will help for servers that use Experience as currency.
  35. ExperienceGain: false
  36.  
  37. #Whether or not players are able to use currency in villager trades.
  38. CurrencyTrading: true
  39.  
  40. #The name of this server for data-related purposes. Max length is 100 characters.
  41. Name: "money1"
  42.  
  43. #All configurations relating to the server's economy account.
  44. Account:
  45.  
  46. #Whether or not the server account has been enabled.
  47. Enabled: true
  48.  
  49. #The name of the server account. Max length is 100 characters.
  50. Name: "Server_Account"
  51.  
  52. #The starting balance for the server account.
  53. Balance: 20
  54.  
  55. #Configurations relating to third-party support.
  56. ThirdParty:
  57.  
  58. #Whether or not bstats should be enabled.
  59. Stats: true
  60.  
  61. #The prefix used by the Towny plugin to denote town UUIDs
  62. Town: "town-"
  63.  
  64. #The prefix used by the Towny plugin to denote nation UUIDs
  65. Nation: "nation-"
  66.  
  67. #The prefix used by the Factions plugin to denote faction UUIDs
  68. Faction: "faction-"
  69.  
  70. #Whether or not mcmmo skill rewards that are a currency item should be disabled.
  71. McMMORewards: 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. #Configurations relating to the money top command.
  90. Top:
  91.  
  92. #A list of values to use to exclude certain users from baltop if the username contains these values.
  93. Exclusions:
  94. - "town-%"
  95. - "nation-%"
  96. - "faction-%"
  97. - "towny-%"
  98.  
  99. #Extra configurations regarding the pay command
  100. Pay:
  101.  
  102. #Can players use /pay on offline players?
  103. Offline: true
  104.  
  105. #How close to another player someone must be, in blocks, in order to use /pay on them. Set to 0 to disable.
  106. Radius: 0
  107.  
  108. #All configurations relating to update checking
  109. Update:
  110.  
  111. #Whether or not TNE should check if the server is using the latest build
  112. Check: true
  113.  
  114. #Whether or not admins(anyone with perm. node tne.admin) should be notified on login if TNE is outdated.
  115. Notify: true
  116.  
  117. #All configurations relating to the transaction system.
  118. Transactions:
  119.  
  120. #The time format to use when displaying transaction history data.
  121. Format: "Md y"
  122.  
  123. #The timezone to use for transactions.
  124. Timezone: "EU/Paris"
  125.  
  126. #All configurations relating to the data auto saver
  127. AutoSaver:
  128.  
  129. #Whether or not the auto saver is enabled(will auto save player data)
  130. Enabled: true
  131.  
  132. #The interval at which the auto saver will save data(in seconds)
  133. Interval: 600
  134.  
  135. #All configurations relating to currency.
  136. Currency:
  137.  
  138. #Configurations relating to basic information about currencies.
  139. Info:
  140.  
  141. #Whether or not you wish to use advanced currencies, which utilize the currency.yml configuration file.
  142. Advanced: false
  143.  
  144. #Whether or not to format the balances in /bal.
  145. FormatMoney: true
  146.  
  147. #Whether or not to format the balances in /baltop.
  148. FormatTop: true
  149.  
  150. #Configurations relating to basic currency configurations.
  151. #This is only used if Currency.Info.Advanced is set to false.
  152. Basic:
  153. Identifier: "Bifton"
  154.  
  155. #The singular form of this currency's major denomination.
  156. Major_Single: "Bifton"
  157.  
  158. #The plural form of this currency's major denomination.
  159. Major_Plural: "Biftons"
  160.  
  161. #The singular form of this currency's minor denomination.
  162. Minor_Single: "Cent"
  163.  
  164. #The plural form of this currency's minor denomination.
  165. Minor_Plural: "Cents"
  166.  
  167. #The SI Prefixes used when <shorten> is used for the currency's format.
  168. #TNE's default prefixes are based off of the Internation Bureau of Weights and Measures official list.
  169. #http://www.unitarium.com/si-prefixes along with a few addition shorts for above Nonillion.
  170. #The order in which the characters are:
  171. #Thousand - k
  172. #Million - M
  173. #Billion - G
  174. #Trillion - T
  175. #Quadrillion - P
  176. #Quintillion - E
  177. #Sextillion - Z
  178. #Septillion - Y
  179. #Octillion - X
  180. #Nonillion - W
  181. #Decillion - V
  182. #Undecillion - U
  183. #Nondecillion - N
  184. #Nonvigintillion - ?
  185. Prefixes: "kMGTPEZYXWVUN?"
  186.  
  187. #The character to use as the symbol for this currency.
  188. Symbol: "B"
  189.  
  190. #The currency type to use for this currency.
  191. #Valid Types: virtual, item, experience
  192. Type: "virtual"
  193.  
  194. #Configurations relating to item currencies for the basic currency.
  195. #Format: Material: Value(using a period "." as the decimal)
  196. Items:
  197.  
  198. GOLD_BLOCK: 9
  199. GOLD_INGOT: 1
  200.  
  201. #Configurations relating to virtual currency tiers for the basic currency.
  202. #Format: Name: Value(using a period "." as the decimal)
  203. Virtual:
  204.  
  205. Bifton: 1
  206. Cent: 0.01
  207.  
  208. #Various options for the basic currency configurations.
  209. Options:
  210.  
  211. #The format to use when outputting this currency into chat.
  212. #The variables you're able to use here.
  213. #<symbol> - The currency's symbol
  214. #<decimal> - The currency's decimal.
  215. #<major> - A combination of the currency's major amount and name
  216. #<minor> - A combination of the currency's minor amount and name
  217. #<major.name> - The currency's major name.
  218. #<minor.name> - The currency's minor name.
  219. #<major.amount> - The currency's major amount.
  220. #<minor.amount> - The currency's minor amount.
  221. #<short.amount> - The currency's shortened amount.
  222. #<shorten> - Added to make the outputted value shortened
  223. # If shortened, it will ignore the value of Format.
  224. #It's also possible to include all colour variables from messages.yml
  225. #Example: <major> and <minor>
  226. Format: "<major.amount><decimal><minor.amount><symbol>"
  227.  
  228. #The maximum balance possible for this currency.
  229. # Maximum possible value: 900000000000000000000000000000000000000000000
  230. MaxBalance: 900000000000000000000000000000000000000000000
  231.  
  232. #The initial balance for accounts.
  233. #Will be used if no world-specific configurations are found if multiworld is enabled
  234. Balance: 20.0
  235.  
  236. #The character to use as the decimal place holder.
  237. Decimal: "."
  238.  
  239. #Would you like your item currency balances to also check the player's ender chest?
  240. EnderChest: true
  241.  
  242. #Whether or not the major value should be separated every three numeric places.
  243. Major_Separate: true
  244.  
  245. #The separator to use for numeric separation.
  246. Major_Separator: ","
  247.  
  248. #This is used to determine how many of minor it takes to make one major
  249. Minor_Weight: 100
  250.  
  251. #All configurations relating to currency notes.
  252. Note:
  253.  
  254. #Whether or not this currency is able to be noted using the note command
  255. Notable: false
  256.  
  257. #The fee to note this currency.
  258. Fee: 0.00
  259.  
  260. #The minimum amount required to create a note for this currency.
  261. Minimum: 0.00
  262.  
  263. #Configurations relating to the note item.
  264. Item:
  265.  
  266. #The material to use.
  267. Material: "PAPER"
  268.  
  269. #The custom model data value used for this item. Defaults to 0.
  270. #Optional.
  271. ModelData: 0
  272.  
  273. #The base64 texture to use if the material is PLAYER_HEAD
  274. Texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDA0NzE5YjNiOTdkMTk1YTIwNTcxOGI2ZWUyMWY1Yzk1Y2FmYTE2N2U3YWJjYTg4YTIxMDNkNTJiMzdkNzIyIn19fQ=="
  275.  
  276. #All configurations relating to enchantment identification for the note item
  277. #The format is - enchantment name
  278. #Optional.
  279. Enchantments:
  280. - "example_enchant"
  281.  
  282. #All configurations relating to item flags identification for the note item
  283. #The format is - item flag
  284. #Optional.
  285. Flags:
  286. - "example_flag"
  287.  
  288. #All configurations relating to worlds
  289. World:
  290.  
  291. #Whether or not changing worlds costs money
  292. EnableChangeFee: false
  293.  
  294. #How much it costs to change worlds if ChangeFee is enabled
  295. ChangeFee: 5.0
  296.  
  297.  
  298. #All configurations relating to the database
  299. Database:
  300.  
  301. #The database type to use. Current options: MySQL, H2.
  302. Type: "MySQL"
  303.  
  304. #The prefix to use for TheNewEconomy MySQL and H2 Tables
  305. Prefix: "TNE"
  306.  
  307. #Whether or not to backup your database automatically before converting to newer versions of TNE
  308. Backup: true
  309.  
  310. #The file to which all the data will be saved if using a file-based database
  311. File: "Economy"
  312.  
  313. #All configurations relating to the MySQL Database
  314. MySQL:
  315.  
  316. #The MySQL host
  317. Host: "localhost"
  318.  
  319. #Whether or not to use SSL.
  320. SSL: false
  321.  
  322. #The MySQL port
  323. Port: 3306
  324.  
  325. #The MySQL database
  326. DB: "************"
  327.  
  328. #Your MySQL user's name
  329. User: "************"
  330.  
  331. #Your MySQL user's password
  332. Password: "************"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement