Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

accessTable - Variable in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
AccessTable - Class in com.greatmancode.craftconomy3.storage.sql.tables
 
AccessTable(String) - Constructor for class com.greatmancode.craftconomy3.storage.sql.tables.AccessTable
 
Account - Class in com.greatmancode.craftconomy3.account
Represents a economy account.
Account(String, boolean, boolean, boolean) - Constructor for class com.greatmancode.craftconomy3.account.Account
Load a account.
AccountACL - Class in com.greatmancode.craftconomy3.account
Used with bank accounts.
AccountACL(Account) - Constructor for class com.greatmancode.craftconomy3.account.AccountACL
 
AccountACLValue - Class in com.greatmancode.craftconomy3.account
 
AccountACLValue(boolean, boolean, boolean, boolean, boolean) - Constructor for class com.greatmancode.craftconomy3.account.AccountACLValue
 
accountExist(String, boolean) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
accountExist(String, boolean) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Checks if a account exist
AccountManager - Class in com.greatmancode.craftconomy3.account
Provides access to a account.
AccountManager() - Constructor for class com.greatmancode.craftconomy3.account.AccountManager
 
accountTable - Variable in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
AccountTable - Class in com.greatmancode.craftconomy3.storage.sql.tables
 
AccountTable(String) - Constructor for class com.greatmancode.craftconomy3.storage.sql.tables.AccountTable
 
addAccountToString(String, List<Converter.User>) - Method in class com.greatmancode.craftconomy3.converter.Converter
Add the given accounts to the system
addCurrency(String, String, String, String, String, boolean) - Method in class com.greatmancode.craftconomy3.currency.CurrencyManager
Add a currency in the system
addMetricsGraph(String, String) - Method in class com.greatmancode.craftconomy3.Common
Add a graph to Metrics
addMetricsGraph(String, boolean) - Method in class com.greatmancode.craftconomy3.Common
Add a graph to Metrics
addWorld(String) - Method in class com.greatmancode.craftconomy3.groups.WorldGroup
Add a world to this worldGroup.
addWorldGroup(String) - Method in class com.greatmancode.craftconomy3.groups.WorldGroupsManager
Create a world group
addWorldToGroup(String, String) - Method in class com.greatmancode.craftconomy3.groups.WorldGroupsManager
Add a world to a group
ALERT_EACH_X_ACCOUNT - Static variable in class com.greatmancode.craftconomy3.converter.Converter
 
AllCommand - Class in com.greatmancode.craftconomy3.commands.money
 
AllCommand() - Constructor for class com.greatmancode.craftconomy3.commands.money.AllCommand
 
allSet() - Method in class com.greatmancode.craftconomy3.converter.Converter
Checks if we filled all the required fields
amount - Variable in class com.greatmancode.craftconomy3.commands.money.LogCommand.LogEntry
 

B

Balance - Class in com.greatmancode.craftconomy3.account
Represents a balance entry for easy formatting.
Balance(String, Currency, double) - Constructor for class com.greatmancode.craftconomy3.account.Balance
 
balance - Variable in class com.greatmancode.craftconomy3.commands.money.TopCommand.TopEntry
 
BALANCE_FIELD - Static variable in class com.greatmancode.craftconomy3.storage.sql.tables.BalanceTable
 
BalanceCommand - Class in com.greatmancode.craftconomy3.commands.money
 
BalanceCommand() - Constructor for class com.greatmancode.craftconomy3.commands.money.BalanceCommand
 
balanceTable - Variable in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
BalanceTable - Class in com.greatmancode.craftconomy3.storage.sql.tables
 
BalanceTable(String) - Constructor for class com.greatmancode.craftconomy3.storage.sql.tables.BalanceTable
 
BankBalanceCommand - Class in com.greatmancode.craftconomy3.commands.bank
 
BankBalanceCommand() - Constructor for class com.greatmancode.craftconomy3.commands.bank.BankBalanceCommand
 
BankCreateCommand - Class in com.greatmancode.craftconomy3.commands.bank
 
BankCreateCommand() - Constructor for class com.greatmancode.craftconomy3.commands.bank.BankCreateCommand
 
BankDeleteCommand - Class in com.greatmancode.craftconomy3.commands.bank
 
BankDeleteCommand() - Constructor for class com.greatmancode.craftconomy3.commands.bank.BankDeleteCommand
 
BankDepositCommand - Class in com.greatmancode.craftconomy3.commands.bank
 
BankDepositCommand() - Constructor for class com.greatmancode.craftconomy3.commands.bank.BankDepositCommand
 
BankGiveCommand - Class in com.greatmancode.craftconomy3.commands.bank
 
BankGiveCommand() - Constructor for class com.greatmancode.craftconomy3.commands.bank.BankGiveCommand
 
BankIgnoreACLCommand - Class in com.greatmancode.craftconomy3.commands.bank
 
BankIgnoreACLCommand() - Constructor for class com.greatmancode.craftconomy3.commands.bank.BankIgnoreACLCommand
 
BankListCommand - Class in com.greatmancode.craftconomy3.commands.bank
 
BankListCommand() - Constructor for class com.greatmancode.craftconomy3.commands.bank.BankListCommand
 
BankPermCommand - Class in com.greatmancode.craftconomy3.commands.bank
 
BankPermCommand() - Constructor for class com.greatmancode.craftconomy3.commands.bank.BankPermCommand
 
BankSetCommand - Class in com.greatmancode.craftconomy3.commands.bank
 
BankSetCommand() - Constructor for class com.greatmancode.craftconomy3.commands.bank.BankSetCommand
 
BankTakeCommand - Class in com.greatmancode.craftconomy3.commands.bank
 
BankTakeCommand() - Constructor for class com.greatmancode.craftconomy3.commands.bank.BankTakeCommand
 
BankWithdrawCommand - Class in com.greatmancode.craftconomy3.commands.bank
 
BankWithdrawCommand() - Constructor for class com.greatmancode.craftconomy3.commands.bank.BankWithdrawCommand
 
BoseEconomy - Class in com.greatmancode.craftconomy3.converter.converters
 
BoseEconomy() - Constructor for class com.greatmancode.craftconomy3.converter.converters.BoseEconomy
 

C

canAcl(String) - Method in class com.greatmancode.craftconomy3.account.AccountACL
Checks if a player can modify the ACL
canAcl() - Method in class com.greatmancode.craftconomy3.account.AccountACLValue
 
canBalance() - Method in class com.greatmancode.craftconomy3.account.AccountACLValue
 
canDeposit(String) - Method in class com.greatmancode.craftconomy3.account.AccountACL
Checks if a player can deposit money
canDeposit() - Method in class com.greatmancode.craftconomy3.account.AccountACLValue
 
canShow(String) - Method in class com.greatmancode.craftconomy3.account.AccountACL
Checks if a player can show the balance of the account
canWithdraw(String) - Method in class com.greatmancode.craftconomy3.account.AccountACL
Checks if a player can withdraw money
canWithdraw() - Method in class com.greatmancode.craftconomy3.account.AccountACLValue
 
Cause - Enum in com.greatmancode.craftconomy3
A Cause of a event
cause - Variable in class com.greatmancode.craftconomy3.commands.money.LogCommand.LogEntry
 
causeReason - Variable in class com.greatmancode.craftconomy3.commands.money.LogCommand.LogEntry
 
cleanEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.LogTable
 
cleanLog(Timestamp) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
cleanLog(Timestamp) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Clear the logs before the timestamp given
clearCache(String) - Method in class com.greatmancode.craftconomy3.account.AccountManager
Clear the account cache from this user.
com.greatmancode.craftconomy3 - package com.greatmancode.craftconomy3
 
com.greatmancode.craftconomy3.account - package com.greatmancode.craftconomy3.account
 
com.greatmancode.craftconomy3.commands.bank - package com.greatmancode.craftconomy3.commands.bank
 
com.greatmancode.craftconomy3.commands.config - package com.greatmancode.craftconomy3.commands.config
 
com.greatmancode.craftconomy3.commands.currency - package com.greatmancode.craftconomy3.commands.currency
 
com.greatmancode.craftconomy3.commands.group - package com.greatmancode.craftconomy3.commands.group
 
com.greatmancode.craftconomy3.commands.money - package com.greatmancode.craftconomy3.commands.money
 
com.greatmancode.craftconomy3.commands.setup - package com.greatmancode.craftconomy3.commands.setup
 
com.greatmancode.craftconomy3.converter - package com.greatmancode.craftconomy3.converter
 
com.greatmancode.craftconomy3.converter.converters - package com.greatmancode.craftconomy3.converter.converters
 
com.greatmancode.craftconomy3.currency - package com.greatmancode.craftconomy3.currency
 
com.greatmancode.craftconomy3.events - package com.greatmancode.craftconomy3.events
 
com.greatmancode.craftconomy3.groups - package com.greatmancode.craftconomy3.groups
 
com.greatmancode.craftconomy3.storage - package com.greatmancode.craftconomy3.storage
 
com.greatmancode.craftconomy3.storage.sql - package com.greatmancode.craftconomy3.storage.sql
 
com.greatmancode.craftconomy3.storage.sql.tables - package com.greatmancode.craftconomy3.storage.sql.tables
 
com.greatmancode.craftconomy3.storage.sql.tables.iconomy - package com.greatmancode.craftconomy3.storage.sql.tables.iconomy
 
com.greatmancode.craftconomy3.storage.sql.tables.mineconomy - package com.greatmancode.craftconomy3.storage.sql.tables.mineconomy
 
com.greatmancode.craftconomy3.utils - package com.greatmancode.craftconomy3.utils
 
Common - Class in com.greatmancode.craftconomy3
The core of Craftconomy.
Common() - Constructor for class com.greatmancode.craftconomy3.Common
 
ConfigBankPriceCommand - Class in com.greatmancode.craftconomy3.commands.config
 
ConfigBankPriceCommand() - Constructor for class com.greatmancode.craftconomy3.commands.config.ConfigBankPriceCommand
 
ConfigClearLogCommand - Class in com.greatmancode.craftconomy3.commands.config
 
ConfigClearLogCommand() - Constructor for class com.greatmancode.craftconomy3.commands.config.ConfigClearLogCommand
 
ConfigFormatCommand - Class in com.greatmancode.craftconomy3.commands.config
 
ConfigFormatCommand() - Constructor for class com.greatmancode.craftconomy3.commands.config.ConfigFormatCommand
 
ConfigHoldingsCommand - Class in com.greatmancode.craftconomy3.commands.config
 
ConfigHoldingsCommand() - Constructor for class com.greatmancode.craftconomy3.commands.config.ConfigHoldingsCommand
 
ConfigReloadCommand - Class in com.greatmancode.craftconomy3.commands.config
 
ConfigReloadCommand() - Constructor for class com.greatmancode.craftconomy3.commands.config.ConfigReloadCommand
 
configTable - Variable in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
ConfigTable - Class in com.greatmancode.craftconomy3.storage.sql.tables
 
ConfigTable(String) - Constructor for class com.greatmancode.craftconomy3.storage.sql.tables.ConfigTable
 
connect() - Method in class com.greatmancode.craftconomy3.converter.Converter
Connects to the database
connect() - Method in class com.greatmancode.craftconomy3.converter.converters.BoseEconomy
 
connect() - Method in class com.greatmancode.craftconomy3.converter.converters.Essentials
 
connect() - Method in class com.greatmancode.craftconomy3.converter.converters.Feconomy
 
connect() - Method in class com.greatmancode.craftconomy3.converter.converters.Iconomy6
 
connect() - Method in class com.greatmancode.craftconomy3.converter.converters.Mineconomy
 
Converter - Class in com.greatmancode.craftconomy3.converter
Represents a Converter
Converter() - Constructor for class com.greatmancode.craftconomy3.converter.Converter
 
Converter.User - Class in com.greatmancode.craftconomy3.converter
Represents a economy user
ConverterList - Class in com.greatmancode.craftconomy3.converter
Contains the list of loaded converters.
ConverterList() - Constructor for class com.greatmancode.craftconomy3.converter.ConverterList
Load the converters.
CreateCommand - Class in com.greatmancode.craftconomy3.commands.money
 
CreateCommand() - Constructor for class com.greatmancode.craftconomy3.commands.money.CreateCommand
 
createTableH2 - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccessTable
 
createTableH2 - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccountTable
 
createTableH2 - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.BalanceTable
 
createTableH2 - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.ConfigTable
 
createTableH2 - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.CurrencyTable
 
createTableH2 - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.ExchangeTable
 
createTableH2 - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.LogTable
 
createTableH2 - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.WorldGroupTable
 
createTableMySQL - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccessTable
 
createTableMySQL - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccountTable
 
createTableMySQL - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.BalanceTable
 
createTableMySQL - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.ConfigTable
 
createTableMySQL - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.CurrencyTable
 
createTableMySQL - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.ExchangeTable
 
createTableMySQL - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.LogTable
 
createTableMySQL - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.WorldGroupTable
 
currency - Variable in class com.greatmancode.craftconomy3.commands.money.LogCommand.LogEntry
 
currency - Variable in class com.greatmancode.craftconomy3.commands.money.TopCommand.TopEntry
 
Currency - Class in com.greatmancode.craftconomy3.currency
Represents a currency
Currency(String, String, String, String, String) - Constructor for class com.greatmancode.craftconomy3.currency.Currency
Initialize a currency
Currency(String, String, String, String, String, boolean) - Constructor for class com.greatmancode.craftconomy3.currency.Currency
 
Currency(String, String, String, String, String, boolean, boolean) - Constructor for class com.greatmancode.craftconomy3.currency.Currency
 
CURRENCY_FIELD - Static variable in class com.greatmancode.craftconomy3.storage.sql.tables.BalanceTable
 
CurrencyAddCommand - Class in com.greatmancode.craftconomy3.commands.currency
 
CurrencyAddCommand() - Constructor for class com.greatmancode.craftconomy3.commands.currency.CurrencyAddCommand
 
CurrencyDefaultCommand - Class in com.greatmancode.craftconomy3.commands.currency
 
CurrencyDefaultCommand() - Constructor for class com.greatmancode.craftconomy3.commands.currency.CurrencyDefaultCommand
 
CurrencyDeleteCommand - Class in com.greatmancode.craftconomy3.commands.currency
 
CurrencyDeleteCommand() - Constructor for class com.greatmancode.craftconomy3.commands.currency.CurrencyDeleteCommand
 
CurrencyEditCommand - Class in com.greatmancode.craftconomy3.commands.currency
 
CurrencyEditCommand() - Constructor for class com.greatmancode.craftconomy3.commands.currency.CurrencyEditCommand
 
CurrencyExchangeCommand - Class in com.greatmancode.craftconomy3.commands.currency
 
CurrencyExchangeCommand() - Constructor for class com.greatmancode.craftconomy3.commands.currency.CurrencyExchangeCommand
 
CurrencyInfoCommand - Class in com.greatmancode.craftconomy3.commands.currency
 
CurrencyInfoCommand() - Constructor for class com.greatmancode.craftconomy3.commands.currency.CurrencyInfoCommand
 
CurrencyListCommand - Class in com.greatmancode.craftconomy3.commands.currency
 
CurrencyListCommand() - Constructor for class com.greatmancode.craftconomy3.commands.currency.CurrencyListCommand
 
CurrencyManager - Class in com.greatmancode.craftconomy3.currency
Currency Handler
CurrencyManager() - Constructor for class com.greatmancode.craftconomy3.currency.CurrencyManager
 
CurrencyRateEntry(Currency, Currency, double) - Constructor for class com.greatmancode.craftconomy3.commands.currency.CurrencyRatesCommand.CurrencyRateEntry
 
CurrencyRatesCommand - Class in com.greatmancode.craftconomy3.commands.currency
 
CurrencyRatesCommand() - Constructor for class com.greatmancode.craftconomy3.commands.currency.CurrencyRatesCommand
 
CurrencyRatesCommand.CurrencyRateEntry - Class in com.greatmancode.craftconomy3.commands.currency
 
currencyTable - Variable in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
CurrencyTable - Class in com.greatmancode.craftconomy3.storage.sql.tables
 
CurrencyTable(String) - Constructor for class com.greatmancode.craftconomy3.storage.sql.tables.CurrencyTable
 

D

DatabaseTable - Class in com.greatmancode.craftconomy3.storage.sql.tables
Created by greatman on 2014-07-13.
DatabaseTable(String) - Constructor for class com.greatmancode.craftconomy3.storage.sql.tables.DatabaseTable
 
db - Variable in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
DEFAULT_GROUP_NAME - Static variable in class com.greatmancode.craftconomy3.groups.WorldGroupsManager
 
delete(String, boolean) - Method in class com.greatmancode.craftconomy3.account.AccountManager
Delete a account from the system
deleteAccount(String, boolean) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
deleteAccount(String, boolean) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Delete a account from the backend
DeleteCommand - Class in com.greatmancode.craftconomy3.commands.money
 
DeleteCommand() - Constructor for class com.greatmancode.craftconomy3.commands.money.DeleteCommand
 
deleteCurrency(Currency) - Method in class com.greatmancode.craftconomy3.currency.CurrencyManager
Delete a currency.
deleteCurrency(Currency) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
deleteCurrency(Currency) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Delete a currency from the storage
deleteEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccountTable
 
deleteEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.CurrencyTable
 
deleteEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.WorldGroupTable
 
deposit(double, String, String) - Method in class com.greatmancode.craftconomy3.account.Account
deposit(double, String, String, Cause, String) - Method in class com.greatmancode.craftconomy3.account.Account
Adds a certain amount of money in the account
disable() - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
disable() - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Disable the storage engine.
disable() - Method in class com.greatmancode.craftconomy3.storage.StorageHandler
Disable the storage engine.
DisplayFormat - Enum in com.greatmancode.craftconomy3
Display formats

E

Essentials - Class in com.greatmancode.craftconomy3.converter.converters
 
Essentials() - Constructor for class com.greatmancode.craftconomy3.converter.converters.Essentials
 
EventManager - Class in com.greatmancode.craftconomy3.events
This class contains code shared for events.
EventManager() - Constructor for class com.greatmancode.craftconomy3.events.EventManager
 
ExchangeCommand - Class in com.greatmancode.craftconomy3.commands.money
 
ExchangeCommand() - Constructor for class com.greatmancode.craftconomy3.commands.money.ExchangeCommand
 
exchangeTable - Variable in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
ExchangeTable - Class in com.greatmancode.craftconomy3.storage.sql.tables
 
ExchangeTable(String) - Constructor for class com.greatmancode.craftconomy3.storage.sql.tables.ExchangeTable
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.bank.BankBalanceCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.bank.BankCreateCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.bank.BankDeleteCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.bank.BankDepositCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.bank.BankGiveCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.bank.BankIgnoreACLCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.bank.BankListCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.bank.BankPermCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.bank.BankSetCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.bank.BankTakeCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.bank.BankWithdrawCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.config.ConfigBankPriceCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.config.ConfigClearLogCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.config.ConfigFormatCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.config.ConfigHoldingsCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.config.ConfigReloadCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyAddCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyDefaultCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyDeleteCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyEditCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyExchangeCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyInfoCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyListCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyRatesCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.group.GroupAddWorldCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.group.GroupCreateCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.group.GroupDelWorldCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.money.AllCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.money.BalanceCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.money.CreateCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.money.DeleteCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.money.ExchangeCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.money.GiveCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.money.InfiniteCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.money.LogCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.money.MainCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.money.PayCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.money.SetCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.money.TakeCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.money.TopCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupBasicCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupConvertCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupCurrencyCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupDatabaseCommand
 
execute(String, String[]) - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupMainCommand
 
exist(String, boolean) - Method in class com.greatmancode.craftconomy3.account.AccountManager
Check if a account exist in the database.
exist(String) - Method in class com.greatmancode.craftconomy3.account.AccountManager
Deprecated.

F

Feconomy - Class in com.greatmancode.craftconomy3.converter.converters
Converter for Feconomy.
Feconomy() - Constructor for class com.greatmancode.craftconomy3.converter.converters.Feconomy
 
format(double) - Static method in class com.greatmancode.craftconomy3.account.Account
Format the value to be something less problematic.
format(String, Currency, double, DisplayFormat) - Method in class com.greatmancode.craftconomy3.Common
Format a balance to a readable string.
format(String, Currency, double) - Method in class com.greatmancode.craftconomy3.Common
Format a balance to a readable string with the default formatting.

G

getAccount(String, boolean) - Method in class com.greatmancode.craftconomy3.account.AccountManager
Retrieve a account.
getAccount(String) - Method in class com.greatmancode.craftconomy3.account.AccountManager
Deprecated.
getAccount(String, boolean, boolean) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
getAccount(UUID) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
getAccount(String, boolean) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Retrieve an account from the storage.
getAccount(String, boolean, boolean) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Retrieve an account from the storage.
getAccount(UUID) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Retrieve an account from the storage.
getAccountACL() - Method in class com.greatmancode.craftconomy3.account.Account
Get the account ACL.
getAccountList - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccessTable
 
getAccountManager() - Method in class com.greatmancode.craftconomy3.Common
Retrieve the Account Manager.
getAccountName() - Method in class com.greatmancode.craftconomy3.account.Account
Returns the account name.
getAllAccounts(boolean) - Method in class com.greatmancode.craftconomy3.account.AccountManager
Retrieve a list of all the accounts
getAllAccounts(boolean) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
getAllAccounts(boolean) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Retrieve all account names
getAllBalance() - Method in class com.greatmancode.craftconomy3.account.Account
Get the whole account balance
getAllBalance(Account) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
getAllBalance(Account) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Retrieve all the balance of an account
getAllCurrencies() - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
getAllCurrencies() - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Retrieve all currencies
getAllCurrencyNames() - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
getAllCurrencyNames() - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Get the names of all the currencies in the system.
getAllWorldBalance(String) - Method in class com.greatmancode.craftconomy3.account.Account
Get the whole account balance in a certain world / world group
getAllWorldBalance(Account, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
getAllWorldBalance(Account, String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Retrieve all balance from a world
getAmount() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyRatesCommand.CurrencyRateEntry
 
getBalance(String, String) - Method in class com.greatmancode.craftconomy3.account.Account
Get's the player balance.
getBalance() - Method in class com.greatmancode.craftconomy3.account.Balance
 
getBalance() - Method in class com.greatmancode.craftconomy3.converter.Converter.User
 
getBalance(Account, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
getBalance(Account, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Retrieve the balance of an account
getBankAccountList(String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
getBankAccountList(String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Retrieve the list of bank account this player have access to
getBankPrice() - Method in class com.greatmancode.craftconomy3.Common
Retrieve the price of a bank account creation
getCommandManager() - Method in class com.greatmancode.craftconomy3.Common
Retrieve the Command Manager.
getConfigEntry(String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
getConfigEntry(String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Retrieve the configuration value
getConfigurationManager() - Method in class com.greatmancode.craftconomy3.Common
Retrieve the Configuration Manager.
getConverterList() - Method in class com.greatmancode.craftconomy3.converter.ConverterList
 
getCurrency() - Method in class com.greatmancode.craftconomy3.account.Balance
 
getCurrency(String) - Method in class com.greatmancode.craftconomy3.currency.CurrencyManager
Get a currency
getCurrency(String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
getCurrency(String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Retrieve a currency
getCurrencyExchanges() - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
getCurrencyExchanges() - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Get the exchange rates of every currencies
getCurrencyManager() - Method in class com.greatmancode.craftconomy3.Common
Retrieve the Currency Manager.
getCurrencyNames() - Method in class com.greatmancode.craftconomy3.currency.CurrencyManager
Get the list of currency in the system
getDbConnectInfo() - Method in class com.greatmancode.craftconomy3.converter.Converter
 
getDbInfo() - Method in class com.greatmancode.craftconomy3.converter.Converter
Retrieve the list of the possible input data method
getDbInfo() - Method in class com.greatmancode.craftconomy3.converter.converters.BoseEconomy
 
getDbInfo() - Method in class com.greatmancode.craftconomy3.converter.converters.Essentials
 
getDbInfo() - Method in class com.greatmancode.craftconomy3.converter.converters.Feconomy
 
getDbInfo() - Method in class com.greatmancode.craftconomy3.converter.converters.Iconomy6
 
getDbInfo() - Method in class com.greatmancode.craftconomy3.converter.converters.Mineconomy
 
getDbInfoList() - Method in class com.greatmancode.craftconomy3.converter.Converter
Retrieve the information required about the selected input data method.
getDbTypes() - Method in class com.greatmancode.craftconomy3.converter.Converter
Retrieve a list of all the database type.
getDefaultBankCurrency() - Method in class com.greatmancode.craftconomy3.currency.CurrencyManager
 
getDefaultCurrency() - Method in class com.greatmancode.craftconomy3.currency.CurrencyManager
Retrieve the default currency
getDefaultHoldings() - Method in class com.greatmancode.craftconomy3.Common
Get the default amount of money a account will have
getDisplayFormat() - Method in class com.greatmancode.craftconomy3.Common
getEventManager() - Method in class com.greatmancode.craftconomy3.Common
Retrieve the Event manager.
getExchangeRate(Currency) - Method in class com.greatmancode.craftconomy3.currency.Currency
Returns the exchange rate between 2 currency.
getExchangeRate(Currency, Currency) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
getExchangeRate(Currency, Currency) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Retrieve the exchange rate between 2 currencies
getFrom() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyRatesCommand.CurrencyRateEntry
 
getInstance() - Static method in class com.greatmancode.craftconomy3.Common
Retrieve the instance of Common.
getLanguageManager() - Method in class com.greatmancode.craftconomy3.Common
Retrieve the LanguageManager
getLog(Account, int) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
getLog(Account, int) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Get the logs of an account
getLogger() - Method in class com.greatmancode.craftconomy3.Common
Retrieve the logger associated with this plugin.
getMainConfig() - Method in class com.greatmancode.craftconomy3.Common
Retrieve the main configuration file
getMinor() - Method in class com.greatmancode.craftconomy3.currency.Currency
Get the currency minor name
getMinorPlural() - Method in class com.greatmancode.craftconomy3.currency.Currency
Get the currency minor name in plural
getName() - Method in class com.greatmancode.craftconomy3.currency.Currency
Get the currency name
getParent() - Method in class com.greatmancode.craftconomy3.account.AccountACL
Returns the related account
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankBalanceCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankCreateCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankDeleteCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankDepositCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankGiveCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankIgnoreACLCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankListCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankPermCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankSetCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankTakeCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.bank.BankWithdrawCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigBankPriceCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigClearLogCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigFormatCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigHoldingsCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigReloadCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyAddCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyDefaultCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyDeleteCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyEditCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyExchangeCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyInfoCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyListCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyRatesCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.group.GroupAddWorldCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.group.GroupCreateCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.group.GroupDelWorldCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.AllCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.BalanceCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.CreateCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.DeleteCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.ExchangeCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.GiveCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.InfiniteCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.LogCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.MainCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.PayCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.SetCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.TakeCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.money.TopCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupBasicCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupConvertCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupCurrencyCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupDatabaseCommand
 
getPermissionNode() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupMainCommand
 
getPlural() - Method in class com.greatmancode.craftconomy3.currency.Currency
Get the currency name in plural
getPrefix() - Method in class com.greatmancode.craftconomy3.storage.sql.tables.DatabaseTable
 
getSelectedDbType() - Method in class com.greatmancode.craftconomy3.converter.Converter
Get the selected database type
getServerCaller() - Method in class com.greatmancode.craftconomy3.Common
Retrieve the Server Caller.
getSign() - Method in class com.greatmancode.craftconomy3.currency.Currency
Retrieve the sign of the currency (Example $ for Dollars)
getState() - Static method in enum com.greatmancode.craftconomy3.NewSetupWizard
Retrieve the Wizard state.
getStatus() - Method in class com.greatmancode.craftconomy3.currency.Currency
 
getStorageEngine() - Method in class com.greatmancode.craftconomy3.storage.StorageHandler
Retrieve the storage engine currently loaded.
getStorageHandler() - Method in class com.greatmancode.craftconomy3.Common
Retrieve the Storage Handler.
getTo() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyRatesCommand.CurrencyRateEntry
 
getTopEntry(int, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
getTopEntry(int, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Retrieve a list of the top accounts
getUser() - Method in class com.greatmancode.craftconomy3.converter.Converter.User
 
getVersionChecker() - Method in class com.greatmancode.craftconomy3.Common
Get the version Checker.
getWarning() - Method in class com.greatmancode.craftconomy3.converter.Converter
 
getWarning() - Method in class com.greatmancode.craftconomy3.converter.converters.Mineconomy
 
getWorld() - Method in class com.greatmancode.craftconomy3.account.Balance
 
getWorldGroupManager() - Method in class com.greatmancode.craftconomy3.Common
Retrieve the WorldGroupsManager
getWorldGroupName(String) - Method in class com.greatmancode.craftconomy3.groups.WorldGroupsManager
Retrieve the name of the worldgroup a world belongs to
getWorldGroupOfPlayerCurrentlyIn(String) - Static method in class com.greatmancode.craftconomy3.account.Account
Retrieve the world group of the player
getWorldGroups() - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
getWorldGroups() - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Get all the world groups in the system
GiveCommand - Class in com.greatmancode.craftconomy3.commands.money
 
GiveCommand() - Constructor for class com.greatmancode.craftconomy3.commands.money.GiveCommand
 
GroupAddWorldCommand - Class in com.greatmancode.craftconomy3.commands.group
 
GroupAddWorldCommand() - Constructor for class com.greatmancode.craftconomy3.commands.group.GroupAddWorldCommand
 
GroupCreateCommand - Class in com.greatmancode.craftconomy3.commands.group
 
GroupCreateCommand() - Constructor for class com.greatmancode.craftconomy3.commands.group.GroupCreateCommand
 
GroupDelWorldCommand - Class in com.greatmancode.craftconomy3.commands.group
 
GroupDelWorldCommand() - Constructor for class com.greatmancode.craftconomy3.commands.group.GroupDelWorldCommand
 

H

H2Engine - Class in com.greatmancode.craftconomy3.storage.sql
 
H2Engine() - Constructor for class com.greatmancode.craftconomy3.storage.sql.H2Engine
 
hasEnough(double, String, String) - Method in class com.greatmancode.craftconomy3.account.Account
Checks if we have enough money in a certain balance
hasInfiniteMoney() - Method in class com.greatmancode.craftconomy3.account.Account
Checks if the account have infinite money
help() - Method in class com.greatmancode.craftconomy3.commands.bank.BankBalanceCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.bank.BankCreateCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.bank.BankDeleteCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.bank.BankDepositCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.bank.BankGiveCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.bank.BankIgnoreACLCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.bank.BankListCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.bank.BankPermCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.bank.BankSetCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.bank.BankTakeCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.bank.BankWithdrawCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigBankPriceCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigClearLogCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigFormatCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigHoldingsCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigReloadCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyAddCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyDefaultCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyDeleteCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyEditCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyExchangeCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyInfoCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyListCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyRatesCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.group.GroupAddWorldCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.group.GroupCreateCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.group.GroupDelWorldCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.money.AllCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.money.BalanceCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.money.CreateCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.money.DeleteCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.money.ExchangeCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.money.GiveCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.money.InfiniteCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.money.LogCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.money.MainCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.money.PayCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.money.SetCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.money.TakeCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.money.TopCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupBasicCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupConvertCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupCurrencyCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupDatabaseCommand
 
help() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupMainCommand
 

I

Iconomy6 - Class in com.greatmancode.craftconomy3.converter.converters
Converter for iConomy 6.
Iconomy6() - Constructor for class com.greatmancode.craftconomy3.converter.converters.Iconomy6
 
IConomyTable - Class in com.greatmancode.craftconomy3.storage.sql.tables.iconomy
 
IConomyTable() - Constructor for class com.greatmancode.craftconomy3.storage.sql.tables.iconomy.IConomyTable
 
ignoreACL() - Method in class com.greatmancode.craftconomy3.account.Account
Check if the ACL is ignored for a bank account.
importData(String) - Method in class com.greatmancode.craftconomy3.converter.Converter
Import all the data into Craftconomy
importData(String) - Method in class com.greatmancode.craftconomy3.converter.converters.BoseEconomy
 
importData(String) - Method in class com.greatmancode.craftconomy3.converter.converters.Essentials
 
importData(String) - Method in class com.greatmancode.craftconomy3.converter.converters.Feconomy
 
importData(String) - Method in class com.greatmancode.craftconomy3.converter.converters.Iconomy6
 
importData(String) - Method in class com.greatmancode.craftconomy3.converter.converters.Mineconomy
 
InfiniteCommand - Class in com.greatmancode.craftconomy3.commands.money
 
InfiniteCommand() - Constructor for class com.greatmancode.craftconomy3.commands.money.InfiniteCommand
 
initialiseDatabase() - Method in class com.greatmancode.craftconomy3.Common
Initialize the database Manager
initializeCurrency() - Method in class com.greatmancode.craftconomy3.Common
Initialize the CurrencyManager
initializeWorldGroup() - Method in class com.greatmancode.craftconomy3.Common
Initialize the WorldGroupsManager
insertEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccessTable
 
insertEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccountTable
 
insertEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.BalanceTable
 
insertEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.ConfigTable
 
insertEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.CurrencyTable
 
insertEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.ExchangeTable
 
insertEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.LogTable
 
insertEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.WorldGroupTable
 
insertEntryAllInfo - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccountTable
 
insertEntryBank - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccountTable
 
insertEntryWithWorldlist - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.WorldGroupTable
 
isBankAccount() - Method in class com.greatmancode.craftconomy3.account.Account
Checks if this account is a bank account
isInitialized() - Static method in class com.greatmancode.craftconomy3.Common
Check if the system has been initialized.
isOwner(String) - Method in class com.greatmancode.craftconomy3.account.AccountACL
Checks if the player is the bank owner.
isOwner() - Method in class com.greatmancode.craftconomy3.account.AccountACLValue
 
isPrimaryBankCurrency() - Method in class com.greatmancode.craftconomy3.currency.Currency
 

L

listTopAccount - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.BalanceTable
 
loadDefaultSettings() - Method in class com.greatmancode.craftconomy3.Common
Reload the default settings.
LogCommand - Class in com.greatmancode.craftconomy3.commands.money
 
LogCommand() - Constructor for class com.greatmancode.craftconomy3.commands.money.LogCommand
 
LogCommand.LogEntry - Class in com.greatmancode.craftconomy3.commands.money
 
LogEntry() - Constructor for class com.greatmancode.craftconomy3.commands.money.LogCommand.LogEntry
 
LogInfo - Enum in com.greatmancode.craftconomy3
The different transactions/actions that can be logged.
logTable - Variable in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
LogTable - Class in com.greatmancode.craftconomy3.storage.sql.tables
 
LogTable(String) - Constructor for class com.greatmancode.craftconomy3.storage.sql.tables.LogTable
 

M

MainCommand - Class in com.greatmancode.craftconomy3.commands.money
 
MainCommand() - Constructor for class com.greatmancode.craftconomy3.commands.money.MainCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankBalanceCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankCreateCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankDeleteCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankDepositCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankGiveCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankIgnoreACLCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankListCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankPermCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankSetCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankTakeCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankWithdrawCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigBankPriceCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigClearLogCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigFormatCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigHoldingsCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigReloadCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyAddCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyDefaultCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyDeleteCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyEditCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyExchangeCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyInfoCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyListCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyRatesCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.group.GroupAddWorldCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.group.GroupCreateCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.group.GroupDelWorldCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.money.AllCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.money.BalanceCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.money.CreateCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.money.DeleteCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.money.ExchangeCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.money.GiveCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.money.InfiniteCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.money.LogCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.money.MainCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.money.PayCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.money.SetCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.money.TakeCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.money.TopCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupBasicCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupConvertCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupCurrencyCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupDatabaseCommand
 
maxArgs() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupMainCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankBalanceCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankCreateCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankDeleteCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankDepositCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankGiveCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankIgnoreACLCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankListCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankPermCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankSetCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankTakeCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.bank.BankWithdrawCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigBankPriceCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigClearLogCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigFormatCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigHoldingsCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigReloadCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyAddCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyDefaultCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyDeleteCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyEditCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyExchangeCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyInfoCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyListCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyRatesCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.group.GroupAddWorldCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.group.GroupCreateCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.group.GroupDelWorldCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.money.AllCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.money.BalanceCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.money.CreateCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.money.DeleteCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.money.ExchangeCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.money.GiveCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.money.InfiniteCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.money.LogCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.money.MainCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.money.PayCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.money.SetCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.money.TakeCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.money.TopCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupBasicCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupConvertCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupCurrencyCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupDatabaseCommand
 
minArgs() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupMainCommand
 
Mineconomy - Class in com.greatmancode.craftconomy3.converter.converters
 
Mineconomy() - Constructor for class com.greatmancode.craftconomy3.converter.converters.Mineconomy
 
MineconomyTable - Class in com.greatmancode.craftconomy3.storage.sql.tables.mineconomy
 
MineconomyTable() - Constructor for class com.greatmancode.craftconomy3.storage.sql.tables.mineconomy.MineconomyTable
 
MySQLEngine - Class in com.greatmancode.craftconomy3.storage.sql
 
MySQLEngine() - Constructor for class com.greatmancode.craftconomy3.storage.sql.MySQLEngine
 

N

NAME_FIELD - Static variable in class com.greatmancode.craftconomy3.storage.sql.tables.ConfigTable
 
NewSetupBasicCommand - Class in com.greatmancode.craftconomy3.commands.setup
 
NewSetupBasicCommand() - Constructor for class com.greatmancode.craftconomy3.commands.setup.NewSetupBasicCommand
 
NewSetupConvertCommand - Class in com.greatmancode.craftconomy3.commands.setup
 
NewSetupConvertCommand() - Constructor for class com.greatmancode.craftconomy3.commands.setup.NewSetupConvertCommand
 
NewSetupCurrencyCommand - Class in com.greatmancode.craftconomy3.commands.setup
 
NewSetupCurrencyCommand() - Constructor for class com.greatmancode.craftconomy3.commands.setup.NewSetupCurrencyCommand
 
NewSetupDatabaseCommand - Class in com.greatmancode.craftconomy3.commands.setup
 
NewSetupDatabaseCommand() - Constructor for class com.greatmancode.craftconomy3.commands.setup.NewSetupDatabaseCommand
 
NewSetupMainCommand - Class in com.greatmancode.craftconomy3.commands.setup
 
NewSetupMainCommand() - Constructor for class com.greatmancode.craftconomy3.commands.setup.NewSetupMainCommand
 
NewSetupWizard - Enum in com.greatmancode.craftconomy3
Different setup steps for the wizard
NoExchangeRate - Class in com.greatmancode.craftconomy3.utils
Exception for when a currency doesn't have a exchange rate.
NoExchangeRate() - Constructor for class com.greatmancode.craftconomy3.utils.NoExchangeRate
 

O

OldFormatConverter - Class in com.greatmancode.craftconomy3.utils
 
OldFormatConverter() - Constructor for class com.greatmancode.craftconomy3.utils.OldFormatConverter
 
onDisable() - Method in class com.greatmancode.craftconomy3.Common
Disable the plugin.
onEnable(ServerCaller, Logger) - Method in class com.greatmancode.craftconomy3.Common
Initialize the Common core.

P

PayCommand - Class in com.greatmancode.craftconomy3.commands.money
 
PayCommand() - Constructor for class com.greatmancode.craftconomy3.commands.money.PayCommand
 
playerJoinEvent(PlayerJoinEvent) - Method in class com.greatmancode.craftconomy3.events.EventManager
Event handler for when a player is connecting to the server.
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.bank.BankBalanceCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.bank.BankCreateCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.bank.BankDeleteCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.bank.BankDepositCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.bank.BankGiveCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.bank.BankIgnoreACLCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.bank.BankListCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.bank.BankPermCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.bank.BankSetCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.bank.BankTakeCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.bank.BankWithdrawCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigBankPriceCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigClearLogCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigFormatCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigHoldingsCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.config.ConfigReloadCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyAddCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyDefaultCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyDeleteCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyEditCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyExchangeCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyInfoCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyListCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.currency.CurrencyRatesCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.group.GroupAddWorldCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.group.GroupCreateCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.group.GroupDelWorldCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.money.AllCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.money.BalanceCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.money.CreateCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.money.DeleteCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.money.ExchangeCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.money.GiveCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.money.InfiniteCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.money.LogCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.money.MainCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.money.PayCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.money.SetCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.money.TakeCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.money.TopCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupBasicCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupConvertCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupCurrencyCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupDatabaseCommand
 
playerOnly() - Method in class com.greatmancode.craftconomy3.commands.setup.NewSetupMainCommand
 

R

reloadPlugin() - Method in class com.greatmancode.craftconomy3.Common
Reload the plugin.
removeGroup(String) - Method in class com.greatmancode.craftconomy3.groups.WorldGroupsManager
Remove a world group.
removeWorld(String) - Method in class com.greatmancode.craftconomy3.groups.WorldGroup
Remove a world from the group if it exists.
removeWorldFromGroup(String) - Method in class com.greatmancode.craftconomy3.groups.WorldGroupsManager
Remove a world from a worldgroup
removeWorldGroup(String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
removeWorldGroup(String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Remove a world group from the system
retrieveACL(Account) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
retrieveACL(Account) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Retrieve the ACL listing for a bank account
retrieveWorldGroupWorlds(String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
retrieveWorldGroupWorlds(String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Get the raw value of the world list of a world group.
run() - Method in class com.greatmancode.craftconomy3.converter.SQLiteToMySQLConverter
 
run() - Method in class com.greatmancode.craftconomy3.utils.OldFormatConverter
 

S

saveACL(Account, String, boolean, boolean, boolean, boolean, boolean) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
saveACL(Account, String, boolean, boolean, boolean, boolean, boolean) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Save the ACL setting of a bank account
saveCurrency(String, Currency) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
saveCurrency(String, Currency) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Save a currency in the backend
saveImporterUsers(List<Converter.User>) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
saveImporterUsers(List<Converter.User>) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Save the converted accounts into the backend
saveLog(LogInfo, Cause, String, Account, double, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
saveLog(LogInfo, Cause, String, Account, double, Currency, String, Timestamp) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
saveLog(LogInfo, Cause, String, Account, double, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Write a transaction to the Log.
saveLog(LogInfo, Cause, String, Account, double, Currency, String, Timestamp) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
 
saveWorldGroup(String, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
saveWorldGroup(String, String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Save a world group
SELECT_ENTRY - Static variable in class com.greatmancode.craftconomy3.storage.sql.tables.iconomy.IConomyTable
 
SELECT_ENTRY - Static variable in class com.greatmancode.craftconomy3.storage.sql.tables.mineconomy.MineconomyTable
 
selectAll - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.ExchangeTable
 
selectAllEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccountTable
 
selectAllEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.CurrencyTable
 
selectAllEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.WorldGroupTable
 
selectAllEntryAccount - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.BalanceTable
 
selectEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccessTable
 
selectEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.ConfigTable
 
selectEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.CurrencyTable
 
selectEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.ExchangeTable
 
selectEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.LogTable
 
selectEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.WorldGroupTable
 
selectEntryLimit - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.LogTable
 
selectEntryName - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccountTable
 
selectEntryUnique - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccessTable
 
selectEntryUuid - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccountTable
 
selectWorldCurrencyEntryAccount - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.BalanceTable
 
selectWorldEntryAccount - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.BalanceTable
 
sendConsoleMessage(Level, String) - Method in class com.greatmancode.craftconomy3.Common
Sends a message to the console through the Logge.r
set(double, String, String) - Method in class com.greatmancode.craftconomy3.account.Account
set(double, String, String, Cause, String) - Method in class com.greatmancode.craftconomy3.account.Account
set a certain amount of money in the account
set(String, boolean, boolean, boolean, boolean, boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACL
Set a player in the ACL list
setAcl(String, boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACL
Set if a player can modify the ACL list
setAcl(boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACLValue
 
setAsDefault1 - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.CurrencyTable
 
setAsDefault2 - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.CurrencyTable
 
setAsDefaultBank1 - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.CurrencyTable
 
setAsDefaultBank2 - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.CurrencyTable
 
setBalance(boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACLValue
 
setBalance(double) - Method in class com.greatmancode.craftconomy3.account.Balance
 
setBalance(Account, double, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
setBalance(Account, double, Currency, String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Set the balance of the account
setBankCurrency(boolean) - Method in class com.greatmancode.craftconomy3.currency.Currency
 
setBankPrice(double) - Method in class com.greatmancode.craftconomy3.Common
Set the bank account creation price
SetCommand - Class in com.greatmancode.craftconomy3.commands.money
 
SetCommand() - Constructor for class com.greatmancode.craftconomy3.commands.money.SetCommand
 
setConfigEntry(String, String) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
setConfigEntry(String, String) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Set a configuration value in the database
setCurrency(Currency) - Method in class com.greatmancode.craftconomy3.account.Balance
 
setDbInfo(String, String) - Method in class com.greatmancode.craftconomy3.converter.Converter
Sets a field information for the selected database type
setDbType(String) - Method in class com.greatmancode.craftconomy3.converter.Converter
Sets the selected database type.
setDefault(boolean) - Method in class com.greatmancode.craftconomy3.currency.Currency
Set the default flag to true.
setDefault(Currency) - Method in class com.greatmancode.craftconomy3.currency.CurrencyManager
Set a currency as the default one.
setDefaultBankCurrency(Currency) - Method in class com.greatmancode.craftconomy3.currency.CurrencyManager
 
setDefaultBankCurrency(Currency) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
setDefaultBankCurrency(Currency) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Set the default bank creation currency.
setDefaultCurrency(Currency) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
setDefaultCurrency(Currency) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Set the default currency of the system
setDefaultHoldings(double) - Method in class com.greatmancode.craftconomy3.Common
Set the default amount of money a account will have
setDeposit(String, boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACL
Set if a player can deposit money in the account
setDeposit(boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACLValue
 
setDisplayFormat(DisplayFormat) - Method in class com.greatmancode.craftconomy3.Common
setExchangeRate(Currency, double) - Method in class com.greatmancode.craftconomy3.currency.Currency
Set the exchange rate between 2 currency
setExchangeRate(Currency, Currency, double) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
setExchangeRate(Currency, Currency, double) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Set the exchange between 2 currencies in the backend
setIgnoreACL(boolean) - Method in class com.greatmancode.craftconomy3.account.Account
Sets if a account should ignore his ACL.
setIgnoreACL(Account, boolean) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
setIgnoreACL(Account, boolean) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Set if the account must ignore the ACL
setInfiniteMoney(boolean) - Method in class com.greatmancode.craftconomy3.account.Account
Sets the account to have infinite money.
setInfiniteMoney(Account, boolean) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
setInfiniteMoney(Account, boolean) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Set if the account have infinite money
setMinor(String) - Method in class com.greatmancode.craftconomy3.currency.Currency
Set the currency minor name
setMinorPlural(String) - Method in class com.greatmancode.craftconomy3.currency.Currency
Set the currency minor name in plural
setName(String) - Method in class com.greatmancode.craftconomy3.currency.Currency
Set the currency name
setOwner(boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACLValue
 
setPlural(String) - Method in class com.greatmancode.craftconomy3.currency.Currency
Set the currency name in plural
setSelectedDbType(String) - Method in class com.greatmancode.craftconomy3.converter.Converter
Set the database type
setShow(String, boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACL
Set if a player can show the bank balance.
setSign(String) - Method in class com.greatmancode.craftconomy3.currency.Currency
Sets the sign of the currency (Example $ for Dollars)
setState(NewSetupWizard) - Static method in enum com.greatmancode.craftconomy3.NewSetupWizard
Set the wizard state.
setWithdraw(String, boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACL
Set if a player can withdraw money in the account
setWithdraw(boolean) - Method in class com.greatmancode.craftconomy3.account.AccountACLValue
 
setWorld(String) - Method in class com.greatmancode.craftconomy3.account.Balance
 
SQLiteToMySQLConverter - Class in com.greatmancode.craftconomy3.converter
Created by greatman on 2014-07-06.
SQLiteToMySQLConverter() - Constructor for class com.greatmancode.craftconomy3.converter.SQLiteToMySQLConverter
 
SQLStorageEngine - Class in com.greatmancode.craftconomy3.storage.sql
 
SQLStorageEngine() - Constructor for class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
startMetrics() - Method in class com.greatmancode.craftconomy3.Common
Start Metrics.
startUp() - Method in class com.greatmancode.craftconomy3.Common
Initialize the AccountManager, Metrics and EventManager
StorageEngine - Class in com.greatmancode.craftconomy3.storage
 
StorageEngine() - Constructor for class com.greatmancode.craftconomy3.storage.StorageEngine
 
StorageHandler - Class in com.greatmancode.craftconomy3.storage
Created by greatman on 2014-07-13.
StorageHandler() - Constructor for class com.greatmancode.craftconomy3.storage.StorageHandler
 

T

TABLE_NAME - Static variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccessTable
 
TABLE_NAME - Static variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccountTable
 
TABLE_NAME - Static variable in class com.greatmancode.craftconomy3.storage.sql.tables.BalanceTable
 
TABLE_NAME - Static variable in class com.greatmancode.craftconomy3.storage.sql.tables.ConfigTable
 
TABLE_NAME - Static variable in class com.greatmancode.craftconomy3.storage.sql.tables.CurrencyTable
 
TABLE_NAME - Static variable in class com.greatmancode.craftconomy3.storage.sql.tables.ExchangeTable
 
TABLE_NAME - Static variable in class com.greatmancode.craftconomy3.storage.sql.tables.LogTable
 
TABLE_NAME - Static variable in class com.greatmancode.craftconomy3.storage.sql.tables.WorldGroupTable
 
tablePrefix - Variable in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
TakeCommand - Class in com.greatmancode.craftconomy3.commands.money
 
TakeCommand() - Constructor for class com.greatmancode.craftconomy3.commands.money.TakeCommand
 
timestamp - Variable in class com.greatmancode.craftconomy3.commands.money.LogCommand.LogEntry
 
TopCommand - Class in com.greatmancode.craftconomy3.commands.money
 
TopCommand() - Constructor for class com.greatmancode.craftconomy3.commands.money.TopCommand
 
TopCommand.TopEntry - Class in com.greatmancode.craftconomy3.commands.money
 
TopEntry(String, Currency, double) - Constructor for class com.greatmancode.craftconomy3.commands.money.TopCommand.TopEntry
 
toString() - Method in class com.greatmancode.craftconomy3.currency.Currency
 
type - Variable in class com.greatmancode.craftconomy3.commands.money.LogCommand.LogEntry
 

U

updateEntry(String, Currency) - Method in class com.greatmancode.craftconomy3.currency.CurrencyManager
 
updateEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccessTable
 
updateEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.BalanceTable
 
updateEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.ConfigTable
 
updateEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.CurrencyTable
 
updateEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.ExchangeTable
 
updateEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.WorldGroupTable
 
updateIgnoreaclEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccountTable
 
updateInfinitemoneyEntry - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccountTable
 
updateNameByUuid - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccountTable
 
updateUsername(String, UUID) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
updateUsername(String, UUID) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Update the username in the account
updateUUID(String, UUID) - Method in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
updateUUID(String, UUID) - Method in class com.greatmancode.craftconomy3.storage.StorageEngine
Set the UUID of the account if it exists
updateUuidByName - Variable in class com.greatmancode.craftconomy3.storage.sql.tables.AccountTable
 
User(String, double) - Constructor for class com.greatmancode.craftconomy3.converter.Converter.User
 
username - Variable in class com.greatmancode.craftconomy3.commands.money.TopCommand.TopEntry
 

V

VALUE_FIELD - Static variable in class com.greatmancode.craftconomy3.storage.sql.tables.ConfigTable
 
valueOf(String) - Static method in enum com.greatmancode.craftconomy3.Cause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.greatmancode.craftconomy3.DisplayFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.greatmancode.craftconomy3.LogInfo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.greatmancode.craftconomy3.NewSetupWizard
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.greatmancode.craftconomy3.Cause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.greatmancode.craftconomy3.DisplayFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.greatmancode.craftconomy3.LogInfo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.greatmancode.craftconomy3.NewSetupWizard
Returns an array containing the constants of this enum type, in the order they are declared.

W

withdraw(double, String, String) - Method in class com.greatmancode.craftconomy3.account.Account
withdraw(double, String, String, Cause, String) - Method in class com.greatmancode.craftconomy3.account.Account
withdraw a certain amount of money in the account
WORLD_NAME_FIELD - Static variable in class com.greatmancode.craftconomy3.storage.sql.tables.BalanceTable
 
worldExist(String) - Method in class com.greatmancode.craftconomy3.groups.WorldGroup
Checks if a certain world is in this group.
WorldGroup - Class in com.greatmancode.craftconomy3.groups
Contains information about a world group.
WorldGroup(String) - Constructor for class com.greatmancode.craftconomy3.groups.WorldGroup
Initialize a world group.
worldGroupExist(String) - Method in class com.greatmancode.craftconomy3.groups.WorldGroupsManager
Check if a world group exists
WorldGroupsManager - Class in com.greatmancode.craftconomy3.groups
World Group Manager
WorldGroupsManager() - Constructor for class com.greatmancode.craftconomy3.groups.WorldGroupsManager
 
worldGroupTable - Variable in class com.greatmancode.craftconomy3.storage.sql.SQLStorageEngine
 
WorldGroupTable - Class in com.greatmancode.craftconomy3.storage.sql.tables
 
WorldGroupTable(String) - Constructor for class com.greatmancode.craftconomy3.storage.sql.tables.WorldGroupTable
 
worldName - Variable in class com.greatmancode.craftconomy3.commands.money.LogCommand.LogEntry
 
writeLog(LogInfo, Cause, String, Account, double, Currency, String) - Method in class com.greatmancode.craftconomy3.Common
Write a transaction to the Log.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links