Momshroom

Untitled

Nov 28th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.82 KB | None | 0 0
  1. # The New Economy v0.0.5.0
  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.   Metrics: true
  10.   Debug: false
  11.   Pins:
  12.     Enabled: true
  13.     Force: true
  14.   Commands:
  15.     PayShort: true
  16.     BalanceShort: true
  17.   Update:
  18.     Check: true
  19.     Notify: true
  20.   Transactions:
  21.     Track: true
  22.     Format: M, d y
  23.     Timezone: US/Eastern
  24.   AutoSaver:
  25.     Enabled: true
  26.     Interval: 600
  27.   Currency:
  28.     Default:
  29.       Format: <symbol><major><decimal><minor><shorten>
  30.       Balance: 100.0
  31.       Default: false
  32.       Conversion: 1.0
  33.       Symbol: $
  34.       Decimal: .
  35.       ItemCurrency: false
  36.       ItemMajor: GOLD_INGOT
  37.       ItemMinor: IRON_INGOT
  38.       MajorName:
  39.         Single: Dollar
  40.         Plural: Dollars
  41.       MinorName:
  42.         Single: Cent
  43.         Plural: Cents
  44.     Dollar:
  45.       Format: <symbol><major><decimal><minor><shorten>
  46.       Balance: 100.0
  47.       Default: true
  48.       Conversion: 1.0
  49.       Symbol: $
  50.       Decimal: .
  51.       ItemCurrency: false
  52.       ItemMajor: GOLD_INGOT
  53.       ItemMinor: IRON_INGOT
  54.       MajorName:
  55.         Single: Dollar
  56.         Plural: Dollars
  57.       MinorName:
  58.         Single: Cent
  59.         Plural: Cents
  60.   Auctions:
  61.     Enabled: true
  62.     Cost: 0
  63.     AllowWorld: true
  64.     Multiple: false
  65.     MaxMultiple: 3
  66.     PersonalQueue: 3
  67.     MaxQueue: 10
  68.     MaxStart: 20000
  69.     MinStart: 1
  70.     MaxIncrement: 1000
  71.     MinIncrement: 1
  72.     MaxTime: 90
  73.     MinTime: 30
  74.     AntiSnipe: true
  75.     SnipePeriod: 30
  76.     SnipeTime: 20
  77.     Announce: true
  78.     Interval: 10
  79.     Countdown: true
  80.     CountdownTime: 10
  81.   Shops:
  82.     Enabled: false
  83.     Cost: 10.0
  84.     Max: 5
  85.     Rows: 3
  86.     Shoppers: 10
  87.     Shares:
  88.       Enabled: true
  89.       Max: 3
  90.   Signs:
  91.     Bank:
  92.       Enabled: false
  93.       Place: 20.0
  94.       Use: 20.0
  95.     Shop:
  96.       Enabled: false
  97.       Place: 20.0
  98.       Use: 20.0
  99.   Death:
  100.     Lose: false
  101.     Bank:
  102.       Drop: 0
  103.       IncludeEmpty: true
  104.       PlayerOnly: true
  105.   Bank:
  106.     Enabled: true
  107.     Command: true
  108.     NPC: false
  109.     Connected: false
  110.     Cost: 20.0
  111.     Rows: 3
  112.     Interest:
  113.       Enabled: false
  114.       Rate: 0.1
  115.       Interval: 1800
  116.   World:
  117.     EnableChangeFee: false
  118.     ChangeFee: 5.0
  119.   Database:
  120.     Type: MySQL
  121.     Prefix: TNE
  122.     Backup: true
  123.     FlatFile:
  124.       File: economy.tne
  125.     MySQL:
  126.       Host: localhost
  127.       Port: 3306
  128.       Database: mc25911
  129.       User: mc25911
  130.       Password: cc2ea16b60
  131.     H2:
  132.       File: Economy
  133.     SQLite:
  134.       File: economy.db
  135.   Conversion:
  136.     Convert: true
  137.     Name: CraftConomy
  138.     Format: MySQL
  139.     Options:
  140.       Host: localhost
  141.       Port: 3306
  142.       Database: mc25911
  143.       User: mc25911
  144.       Password: cc2ea16b60
Add Comment
Please, Sign In to add comment