Advertisement
Momshroom

Untitled

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