Removal of alias variables and update of all commands

This commit is contained in:
TheYeti
2012-01-31 00:36:07 -08:00
parent 50af20037a
commit f937e44018
13 changed files with 42 additions and 75 deletions

View File

@ -44,10 +44,8 @@ public class LoadProperties {
diamondTools, enderPearl, blazeRod, records, glowstoneDust,
fishingDiamonds;
public static String xplock, MySQLtablePrefix, MySQLuserName,
MySQLserverName, MySQLdbName, MySQLdbPass, mctop, addxp, xprate,
mcability, mcmmo, mcc, mcrefresh, mcgod, stats, mmoedit, ptp,
party, myspawn, whois, invite, accept, clearmyspawn, nWood, nStone,
public static String MySQLtablePrefix, MySQLuserName,
MySQLserverName, MySQLdbName, MySQLdbPass, nWood, nStone,
nIron, nGold, nDiamond, locale, nString, nLeather;
public static int mfishing, mwatch, xpbar_x, xpbar_y, xpicon_x, xpicon_y,
@ -405,6 +403,5 @@ public class LoadProperties {
inviteEnable = readBoolean("Commands.invite.Enabled", true);
acceptEnable = readBoolean("Commands.accept.Enabled", true);
clearmyspawnEnable = readBoolean("Commands.clearmyspawn.Enabled", true);
xplock = readString("Commands.xplock.Name", "xplock");
}
}