Added AltsList properly and setup booster and point shop

[+] Pom completely fixed
This commit is contained in:
Driftay
2019-07-11 01:08:35 -04:00
parent 179981f935
commit 5f2cc89e2d
9 changed files with 43 additions and 232 deletions

View File

@@ -249,11 +249,11 @@ public class FCmdRoot extends FCommand {
}
if(SaberFactions.plugin.getConfig().getBoolean("f-points.Enabled")){
this.addSubCommand(cmdPoints);
this.addSubCommand(this.cmdPoints);
}
if(SaberFactions.plugin.getConfig().getBoolean("f-alts.Enabled")){
this.addSubCommand(cmdAlts);
this.addSubCommand(this.cmdAlts);
}
if (SaberFactions.plugin.getConfig().getBoolean("f-grace.Enabled")) {