F Notification, allows to not see claim notifications in chat

This commit is contained in:
Driftay
2019-07-30 00:31:26 -04:00
parent 02eddb9c26
commit fab2a3bba0
7 changed files with 64 additions and 6 deletions

View File

@@ -126,6 +126,7 @@ public class FCmdRoot extends FCommand {
public CmdViewChest cmdViewChest = new CmdViewChest();
public CmdPoints cmdPoints = new CmdPoints();
public CmdLogout cmdLogout = new CmdLogout();
public CmdNotifications cmdNotifications = new CmdNotifications();
@@ -175,6 +176,7 @@ public class FCmdRoot extends FCommand {
this.addSubCommand(this.cmdMap);
this.addSubCommand(this.cmdMod);
this.addSubCommand(this.cmdMoney);
this.addSubCommand(this.cmdNotifications);
this.addSubCommand(this.cmdOpen);
this.addSubCommand(this.cmdOwner);
this.addSubCommand(this.cmdOwnerList);