MineConomy restet config when i connect to MySQL #68


  • New
  • Defect
Open
Assigned to _ForgeUser7226032
  • _ForgeUser10536563 created this issue Jul 20, 2013

    Hello when i will configure MineConomy for MySQL the refresh the Plugin the config.yml

    Balance:
      Starting Balance: 0.0
      Max Debt: 0.0
    Display GUI: false
    Warn Ops: true
    Log Priority: 5
    Check Version: true
    Interest:
      Amount: 0.0
      Interval: 0
      Mode: none
    Tax:
      Amount: 0.0
      Interval: 0
      Mode: none
    Database:
      URL: wi.ut-hoster.de
      Name: TimePlayerTV
      Username: TimePlayerTV
      Password: xxxxxxxxxxxxxxxx
      Type: mysql
    Lang: en
    Auto-Save Interval: 3600
    iConomy Compatibility Mode: false
    Migration Mode: none

    When i restart is this the config:

    Balance:
      Starting Balance: 0.0
      Max Debt: 0.0
    Display GUI: false
    Warn Ops: true
    Log Priority: 5
    Check Version: true
    Interest:
      Amount: 0.0
      Interval: 0
      Mode: none
    Tax:
      Amount: 0.0
      Interval: 0
      Mode: none
    Database:
      URL: ''
      Name: ''
      Username: ''
      Password: ''
      Type: none
    Lang: en
    Auto-Save Interval: 3600
    iConomy Compatibility Mode: false
    Migration Mode: none

    And the log:
    2013-07-20 19:44:50 [INFO] [MineConomy] Enabling MineConomy v1.6
    2013-07-20 19:44:50 [INFO] [MineConomy] [INFO] Enabling plugin...
    2013-07-20 19:44:50 [INFO] [MineConomy] [VERY IMPORTANT] Found non-Bukkit server; Unable to check server version.
    2013-07-20 19:44:50 [INFO] [MineConomy] [INFO] Loading Config file...
    2013-07-20 19:44:50 [INFO] [MineConomy] [INFO] Config file loaded!
    2013-07-20 19:44:50 [INFO] [MineConomy] [INFO] YML is enabled for Accounts.
    2013-07-20 19:44:50 [INFO] [MineConomy] [INFO] Loading Accounts file...
    2013-07-20 19:44:50 [INFO] [MineConomy] [INFO] Accounts file loaded!
    2013-07-20 19:44:50 [INFO] [MineConomy] [INFO] Loading Banks file...
    2013-07-20 19:44:50 [INFO] [MineConomy] [INFO] Banks file loaded!
    2013-07-20 19:44:50 [INFO] [MineConomy] [INFO] Loading Currency file...
    2013-07-20 19:44:50 [INFO] [MineConomy] [INFO] Currency file loaded!
    2013-07-20 19:44:50 [INFO] [MineConomy] [INFO] Loading Language file...
    2013-07-20 19:44:50 [INFO] [MineConomy] [INFO] Language file loaded!
    2013-07-20 19:44:50 [INFO] [MineConomy] [INFO] Interest Disabled.
    2013-07-20 19:44:50 [INFO] [MineConomy] [INFO] Tax Disabled.
    2013-07-20 19:44:50 [INFO] [MineConomy] [INFO] GUI Disabled.
    2013-07-20 19:44:50 [INFO] [MineConomy] [INFO] Checking for updates...
    2013-07-20 19:44:50 [INFO] [MineConomy] [INFO] No updates available. MineConomy is up to date!
    2013-07-20 19:44:50 [INFO] [MineConomy] [IMPORTANT] Version 1.6 by MjolnirCommando is enabled!

    Thanks for Help ;)

  • _ForgeUser10536563 added the tags New Defect Jul 20, 2013

To post a comment, please login or register a new account.