Added F Global

This commit is contained in:
BuildTools
2019-06-29 16:07:48 -05:00
parent 391ce50581
commit 28f32ec616
7 changed files with 107 additions and 3 deletions

View File

@@ -111,6 +111,7 @@ public class FCmdRoot extends FCommand {
public CmdSpam cmdSpam = new CmdSpam();
public CmdCorner cmdCorner = new CmdCorner();
public CmdInventorySee cmdInventorySee = new CmdInventorySee();
public CmdFGlobal cmdFGlobal = new CmdFGlobal();
@@ -227,6 +228,7 @@ public class FCmdRoot extends FCommand {
this.addSubCommand(this.cmdStrikeSet);
this.addSubCommand(this.cmdSpam);
this.addSubCommand(this.cmdCorner);
this.addSubCommand(this.cmdFGlobal);
if (SaberFactions.plugin.getConfig().getBoolean("f-inventory-see.Enabled")) {