Point System Added
This commit is contained in:
@@ -113,6 +113,7 @@ public class FCmdRoot extends FCommand {
|
||||
public CmdInventorySee cmdInventorySee = new CmdInventorySee();
|
||||
public CmdFGlobal cmdFGlobal = new CmdFGlobal();
|
||||
public CmdViewChest cmdViewChest = new CmdViewChest();
|
||||
public CmdPoints cmdPoints = new CmdPoints();
|
||||
|
||||
|
||||
|
||||
@@ -237,6 +238,10 @@ public class FCmdRoot extends FCommand {
|
||||
this.addSubCommand(this.cmdInventorySee);
|
||||
}
|
||||
|
||||
if(SaberFactions.plugin.getConfig().getBoolean("f-points.Enabled")){
|
||||
this.addSubCommand(cmdPoints);
|
||||
}
|
||||
|
||||
if(SaberFactions.plugin.getConfig().getBoolean("f-alts.Enabled")){
|
||||
this.addSubCommand(cmdAlts);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user