me.mjolnir.mineconomy.internal
Class Settings
java.lang.Object
me.mjolnir.mineconomy.internal.Settings
public class Settings
- extends java.lang.Object
Handles loading settings from saved YML.
- Author:
- MjolnirCommando
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 |
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
Settings
public Settings()
load
public static void load()
- Loads the Configuration
reload
public static void reload()
- Reloads the Configuration
save
public static void save()
- Saves the Configuration