1.4 Beta Initiated

- Fixed F Inspect
- Added F Global - Toggle Global Chat
- Added F ViewChest - View a Factions Chest
- Updated Perms in plugin.yml
This commit is contained in:
Driftay
2019-06-30 02:20:17 -04:00
parent 3481c1d275
commit 5c2b220880
7 changed files with 56 additions and 2 deletions

View File

@@ -112,6 +112,7 @@ public class FCmdRoot extends FCommand {
public CmdCorner cmdCorner = new CmdCorner();
public CmdInventorySee cmdInventorySee = new CmdInventorySee();
public CmdFGlobal cmdFGlobal = new CmdFGlobal();
public CmdViewChest cmdViewChest = new CmdViewChest();
@@ -229,6 +230,7 @@ public class FCmdRoot extends FCommand {
this.addSubCommand(this.cmdSpam);
this.addSubCommand(this.cmdCorner);
this.addSubCommand(this.cmdFGlobal);
this.addSubCommand(this.cmdViewChest);
if (SaberFactions.plugin.getConfig().getBoolean("f-inventory-see.Enabled")) {