setupPermissions();
this.config = this.getConfiguration();
singularCurrency = this.config.getString("Currency.Singuluar", "Dollar");
pluralCurrency = this.config.getString("Currency.Plural", "Dollars");
config.save();
this.getCommand("eco").setExecutor(new ECOCMD(this));
log.info("[3co] Version " + this.getDescription().getVersion() + " by IC3D enabled");
for(World world : this.getServer().getWorlds()) {
for(Player player : world.getPlayers()) {
ECOP pClass = getDatabase().find(ECOP.class).where().ieq("PlayerName", player.getName()).findUnique();
if (pClass== null) {