Added F InventorySee
This commit is contained in:
@@ -110,6 +110,7 @@ public class FCmdRoot extends FCommand {
|
||||
public CmdAlts cmdAlts = new CmdAlts();
|
||||
public CmdSpam cmdSpam = new CmdSpam();
|
||||
public CmdCorner cmdCorner = new CmdCorner();
|
||||
public CmdInventorySee cmdInventorySee = new CmdInventorySee();
|
||||
|
||||
|
||||
|
||||
@@ -228,6 +229,10 @@ public class FCmdRoot extends FCommand {
|
||||
this.addSubCommand(this.cmdCorner);
|
||||
|
||||
|
||||
if (SaberFactions.plugin.getConfig().getBoolean("f-inventory-see.Enabled")) {
|
||||
this.addSubCommand(this.cmdInventorySee);
|
||||
}
|
||||
|
||||
if(SaberFactions.plugin.getConfig().getBoolean("f-alts.Enabled")){
|
||||
this.addSubCommand(cmdAlts);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user