Advertisement
Guest User

config.yml

a guest
Dec 11th, 2018
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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: false
  15.     ExperienceGain: false
  16.     CurrencyTrading: true
  17.     Name: Azocraft Server
  18.     Account:
  19.       Enabled: true
  20.       Name: Azocraft_Account
  21.       Balance: 1000000000
  22.     ThirdParty:
  23.       Stats: true
  24.       Town: town-
  25.       Nation: nation-
  26.       Faction: faction-
  27.       McMMORewards: true
  28.       TopThirdParty: true
  29.     TNEMod: false
  30.     CurrencyCrafting: true
  31.   Commands:
  32.     Triggers: /
  33.     PayShort: true
  34.     BalanceShort: true
  35.     TopShort: true
  36.   Update:
  37.     Check: true
  38.     Notify: true
  39.   Transactions:
  40.     Format: M, d y
  41.     Timezone: US/Western
  42.   AutoSaver:
  43.     Enabled: true
  44.     Interval: 30
  45.   Currency:
  46.     Info:
  47.       Advanced: true
  48.     Basic:
  49.       Major_Single: Dollar
  50.       Major_Plural: Dollars
  51.       Minor_Single: Cent
  52.       Minor_Plural: Cents
  53.       Prefixes: kMGTPEZYXWVUN₮
  54.       Symbol: $
  55.       ItemCurrency: false
  56.       ExperienceCurrency: false
  57.       Items:
  58.         GOLD_INGOT: 1
  59.         GOLD_NUGGET: 0.01
  60.       Virtual:
  61.         Dollar: 1
  62.         Cent: 0.01
  63.       Options:
  64.         Format: <symbol><major.amount><decimal><minor.amount>
  65.         MaxBalance: 900000000000000000000000000000000000000000000
  66.         Balance: 200.0
  67.         Decimal: .
  68.         EnderChest: true
  69.         Major_Separate: true
  70.         Major_Separator: ','
  71.         Minor_Weight: 100
  72.       Note:
  73.         Notable: false
  74.         Fee: 0.0
  75.         Minimum: 0.0
  76.       Server: Main Server
  77.   World:
  78.     EnableChangeFee: false
  79.     ChangeFee: 5.0
  80.   Database:
  81.     Type: mysql
  82.     Prefix: cur
  83.     Backup: true
  84.     File: Economy
  85.     MySQL:
  86.       Host: localhost
  87.       Port: 3306
  88.       Database: ***
  89.       User: ***
  90.       Password: ***
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement