Help with Iconomy5's Bank and Interest

Discussion in 'Bukkit Help' started by marco213, May 25, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    marco213

    Hum hi. I'm new in interest and i try send the interest info the bank. First, i saw the Default bank doesnt exit, so I create it. The other thing is when i join the bank, he have no interest? wtf

    Here's my config file if it could help:

    Show Spoiler

    # iConomy 5.0
    # %author Nijikokun <[email protected]>
    # %license GPLv2
    # %copyright Copyright AniGaiku LLC (C) 2010-2011
    ##
    # Setup Notes
    # - Default
    # This node consists of all the 'default' data.
    # - Formatting
    # Allows you to control the output of how you will
    # see the currency in-game with the major/minor features.
    # - Banking
    # Allows users to store money in a seperate location as
    # well as transfer from bank to bank between users
    # - Multiple
    # Allows users to create multiple accounts with banks
    # - Q & A
    # Q: Why?
    # A: Money on hand can be lost, money in banks should not
    # be altered upon plugin specifictions in iConomy 5.0
    # - Interest amount is done in seconds.
    # - Online
    # If only true, only one bank / account will recieve money for that player.
    # If only false, it will go through each bank / account and deposit money.
    # - Announce
    # Sends message each time a player recieves money.
    # - Amount
    # - On
    # Each time interest runs you can either deposit the money into a bank (Interest)
    # or directly into a players holdings (Wage).
    # - Interval
    # - Seconds
    # Basic Table:
    # 1 minute = 60 seconds
    # 1 hour = 1 minute * 60 = 3600 seconds
    # 1 day = 1 hour * 24 = 86400 seconds
    # 1 week = 1 day * 7 = 604800 seconds
    # - Database
    # - Type
    # Can only be h2 or MySQL, no longer supports SQLite.
    # - Settings
    # If you choose h2, only the first two are needed, do not alter MySQL.
    # - MySQL
    # Do not use remote databases from free sites, please use either a
    # remote database from a personal hosted VPS or DEDI or a local
    # database. This will prevent any 'timeout' or 'invalid settings'
    # or 'cannot connect to database' issues. Thank you :)!
    ##

    System:
    Default:
    Currency:
    Major: [ 'Omg', 'Omgs' ] # Major ([Major].Minor) 1.00 Dollar (With Seperate 1 Dollar)
    Minor: [ 'Wtf', 'Wtfs' ] # Minor (Major.[Minor]) 0.23 Coins (With Seperate 0 Dollars, 23 Coins)
    Account:
    Holdings: 100.0 # Default holdings on hand upon join / creation.
    Bank:
    Name: iConomy # Default Bank Name
    Currency:
    Major: [ 'Epic', 'Epics' ]
    Minor: [ 'Lol', 'Lols' ]
    Account:
    Fee: 30.0 # Default cost to register an account
    Holdings: 10.0 # Default initial account holdings
    Formatting:
    Minor: true # Example (true) 0.23 Coins and 1.23 Dollars (false) 0.23 Dollars and 1.23 Dollars
    Seperate: true # Example (true) 1 Dollar, 23 Coins (false) 1.23 Dollars (Only if Minor is true)
    Logging:
    Enabled: false # Logs transactions done inside iConomy only, other plugins must utilize the api. (Logs to SQL)
    Banking:
    Enabled: true
    Accounts:
    Multiple: false
    Interest:
    Enabled: true
    Online: true # Only give to players who are online?
    Announce:
    Enabled: false
    Interval:
    Seconds: 60
    Amount:
    Cutoff: 0.0 # Amount limit to be met until we stop giving interest. (0.0 for no limit)
    On: 'Banks' # Banks or Players
    Percent: 0.0 # Percent of holdings to give / take (Negative to take) (Overrides Min/Max)
    Maximum: 0 # (Range) Maximum amount for random in between. (Make Max/Min equal for a flat-rate amount ie: 5/5)
    Minimum: 10 # (Range) Minimum amount for random in between.
    Database:
    Type: 'H2SQL' # H2 or MySQL
    Settings:
    Name: 'minecraft'
    Table: 'iConomy'
    MySQL:
    Username: 'root'
    Password: 'pass'
    Hostname: 'localhost'
    Port: 3306


    I'm using iConomy5 (no dah) build 766

    Ty for reading =)
     
  2. Offline

    marco213

    Up? o-o
     
  3. Offline

    Lolmewn

    Ask the iConomy creator, instead of the whole community.
     
Thread Status:
Not open for further replies.

Share This Page