Advertisement
Guest User

config.yml

a guest
Oct 23rd, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.72 KB | None | 0 0
  1. # The New Economy v0.0.3.3
  2. # Author: creatorfromhell
  3. # License: AGPLv3
  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. Core:
  7.   UUID: true
  8.   Multiworld: false
  9.   Balance: 200.0
  10.   Shorten: true
  11.   Metrics: false
  12.   Pins:
  13.     Enabled: false
  14.     Force: false
  15.   Commands:
  16.     PayShort: true
  17.     BalanceShort: true
  18.   Update:
  19.     Check: false
  20.     Notify: false
  21.   AutoSaver:
  22.     Enabled: true
  23.     Interval: 60
  24.   Currency:
  25.     Decimal: .
  26.     ItemCurrency: false
  27.     ItemMajor: GOLD_INGOT
  28.     ItemMinor: IRON_INGOT
  29.     MajorName:
  30.       Single: SkyBuck
  31.       Plural: SkyBucks
  32.     MinorName:
  33.       Single: SkyCent
  34.       Plural: SkyCents
  35.     Advanced: true
  36.   Shops:
  37.     Enabled: false
  38.     Cost: 10.0
  39.     Max: 5
  40.     Rows: 3
  41.     Shoppers: 10
  42.     Shares:
  43.       Enabled: true
  44.       Max: 3
  45.   Signs:
  46.     Bank:
  47.       Enabled: false
  48.       Place: 20.0
  49.       Use: 20.0
  50.     Shop:
  51.       Enabled: false
  52.       Place: 20.0
  53.       Use: 20.0
  54.   Death:
  55.     Lose: false
  56.     Robbing: false
  57.     RobbingInterval: 600
  58.   Bank:
  59.     Enabled: true
  60.     Command: true
  61.     NPC: false
  62.     Connected: false
  63.     Cost: 20.0
  64.     Rows: 3
  65.     Interest:
  66.       Enabled: true
  67.       Rate: 0.2
  68.       Interval: 18000
  69.     Sign: false
  70.   World:
  71.     EnableChangeFee: false
  72.     ChangeFee: 5.0
  73.   Database:
  74.     Type: flatfile
  75.     Prefix: TNE
  76.     Backup: true
  77.     FlatFile:
  78.       File: economy.tne
  79.     MySQL:
  80.       Host: *
  81.       Port: 3306
  82.       Database: *
  83.       User: *
  84.       Password: *
  85.     H2:
  86.       File: Economy
  87.     SQLite:
  88.       File: economy.db
  89.   Company:
  90.     Enabled: false
  91.     Cost: 20.0
  92.     InitialBalance: 100.0
  93.     PayRate: 2400
  94.     Failure: -2000.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement