Advertisement
Momshroom

Untitled

Aug 23rd, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.78 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: false
  15.     ExperienceGain: false
  16.     CurrencyTrading: true
  17.     Name: TrekCraft
  18.     Account:
  19.       Enabled: false
  20.       Name: Server_Account
  21.       Balance: 500
  22.     ThirdParty:
  23.       Town: town-
  24.       Nation: nation-
  25.       Faction: faction-
  26.       McMMORewards: true
  27.   Commands:
  28.     PayShort: true
  29.     BalanceShort: true
  30.     TopShort: true
  31.   Update:
  32.     Check: true
  33.     Notify: true
  34.   Transactions:
  35.     Format: M, d y
  36.     Timezone: US/Eastern
  37.   AutoSaver:
  38.     Enabled: true
  39.     Interval: 600
  40.   Currencies:
  41.     USD:
  42.       Info:
  43.         Server: Main Server
  44.         Identifier: USD
  45.         Major_Single: Dollar
  46.         Major_Plural: Dollars
  47.         Minor_Single: Dollar
  48.         Minor_Plural: Dollars
  49.         Prefixes: kMGTPEZYXWV
  50.         Symbol: $
  51.       Options:
  52.         Default: true
  53.         Disabled: false
  54.         Format: <symbol><major.amount><decimal><minor.amount>
  55.         MaxBalance: 900000000000000000000000000000000000
  56.         Balance: 200.0
  57.         Decimal: .
  58.         DecimalPlaces: 2
  59.         Experience: false
  60.         ItemCurrency: false
  61.         EnderChest: true
  62.         Major_Separate: true
  63.         Major_Separator: ','
  64.         Minor_Weight: 100
  65.       Note:
  66.         Notable: true
  67.         Fee: 0.1
  68.         Minimum: 1.0
  69.       Conversion:
  70.         Rate: 1.0
  71.       Tiers:
  72.         One:
  73.           Info:
  74.             Type: Major
  75.             Single: One
  76.             Plural: Ones
  77.           Options:
  78.             Weight: 1
  79.             Material: PAPER
  80.             Damage: 0
  81.             Name: One
  82.             Lore: Server Currency
  83.             Enchantments:
  84.            - example_enchant
  85.         Penny:
  86.           Info:
  87.             Type: Minor
  88.             Single: Penny
  89.             Plural: Pennies
  90.           Options:
  91.             Weight: 1
  92.             Material: PAPER
  93.             Damage: 0
  94.             Name: Penny
  95.             Lore: Server Currency
  96.             Enchantments:
  97.            - example_enchant
  98.   World:
  99.     EnableChangeFee: false
  100.     ChangeFee: 5.0
  101.   Database:
  102.     Type: MySQL
  103.     Prefix: TNE
  104.     Backup: true
  105.     File: Economy
  106.     MySQL:
  107.       Host: localhost
  108.       Port: 3306
  109.       Database: removed
  110.       User: removed
  111.       Password: removed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement