me.mjolnir.mineconomy.internal
Class Settings

java.lang.Object
  extended by me.mjolnir.mineconomy.internal.Settings

public class Settings
extends java.lang.Object

Handles loading settings from saved YML.

Author:
MjolnirCommando

Field Summary
static int autosaveInterval
           
static java.lang.String dbname
           
static java.lang.String dbpass
           
static java.lang.String dbtype
           
static java.lang.String dburl
           
static java.lang.String dbuser
           
static boolean gui
           
static boolean iconomy
           
static double interestAmount
           
static int interestInterval
           
static java.lang.String interestMode
           
static java.lang.String lang
           
static int logPriority
           
static double maxDebt
           
static java.lang.String migrate
           
static boolean ops
           
static double startingBalance
           
static double taxAmount
           
static int taxInterval
           
static java.lang.String taxMode
           
 
Constructor Summary
Settings()
           
 
Method Summary
static void load()
          Loads the Configuration
static void reload()
          Reloads the Configuration
static void save()
          Saves the Configuration
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startingBalance

public static double startingBalance

maxDebt

public static double maxDebt

interestMode

public static java.lang.String interestMode

interestAmount

public static double interestAmount

interestInterval

public static int interestInterval

taxMode

public static java.lang.String taxMode

taxAmount

public static double taxAmount

taxInterval

public static int taxInterval

gui

public static boolean gui

ops

public static boolean ops

lang

public static java.lang.String lang

iconomy

public static boolean iconomy

logPriority

public static int logPriority

dburl

public static java.lang.String dburl

dbname

public static java.lang.String dbname

dbuser

public static java.lang.String dbuser

dbpass

public static java.lang.String dbpass

dbtype

public static java.lang.String dbtype

autosaveInterval

public static int autosaveInterval

migrate

public static java.lang.String migrate
Constructor Detail

Settings

public Settings()
Method Detail

load

public static void load()
Loads the Configuration


reload

public static void reload()
Reloads the Configuration


save

public static void save()
Saves the Configuration