Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2017
690
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. System:
  2.    Default:
  3.        Currency:
  4.            Major: [ 'Berryl', 'Berryls' ]                # Major ([Major].Minor) 1.00 Berryl (With Seperate 1 Berryl)
  5.            Minor: [ 'Cent', 'Cents' ]                    # Minor (Major.[Minor]) 0.23 Coins  (With Seperate 0 Dollars, 23 Coins)
  6.        Account:
  7.            Holdings: 500.0                            # Default holdings on hand upon join / creation.
  8.        Bank:
  9.            Name: iConomy                             # Default Bank Name
  10.            Currency:
  11.                Major: [ 'Berryl', 'Berryls' ]
  12.                Minor: [ 'Cent', 'Cents' ]
  13.            Account:
  14.                Fee: 0.0                             # Default cost to register an account
  15.                Holdings: 500.0                        # Default initial account holdings
  16.    Formatting:
  17.        Minor: false                                  # Example (true) 0.23 Coins and 1.23 Berryls (false) 0.23 Berryls and 1.23 Dollars
  18.        Seperate: false                               # Example (true) 1 Dollar, 23 Coins (false) 1.23 Dollars (Only if Minor is true)
  19.    Logging:
  20.        Enabled: false                                # Logs transactions done inside iConomy only, other plugins must utilize the api. (Logs to SQL)
  21.    Banking:
  22.        Enabled: false
  23.        Accounts:
  24.            Multiple: true
  25.    Interest:
  26.        Enabled: true
  27.        Online: true                                  # Only give to players who are online?
  28.        Announce:
  29.            Enabled: false
  30.        Interval:
  31.            Seconds: 1200
  32.        Amount:
  33.            Cutoff: 0.0                               # Amount limit to be met until we stop giving interest. (0.0 for no limit)
  34.            On: 'Players'                             # Banks or Players
  35.            Percent: 0.0                              # Percent of holdings to give / take (Negative to take) (Overrides Min/Max)
  36.            Maximum: 500                               # (Range) Maximum amount for random in between. (Make Max/Min equal for a flat-rate amount ie: 5/5)
  37.            Minimum: 250                                # (Range) Minimum amount for random in between.
  38.    Database:
  39.        Type: 'MySQL'                                 # H2 or MySQL
  40.        Settings:
  41.          Name: 'minecraft'
  42.          Table: 'iConomy'
  43.          MySQL:
  44.              Username: 'web617'
  45.              Password: 'vgsagkqf2'
  46.              Hostname: 'sql-1.verygames.net'
  47.              Port: 3306
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement