Econ messages improved. All money commands is now under the money parent command.
This commit is contained in:
@@ -53,6 +53,7 @@ public class P extends MPlugin
|
||||
|
||||
// Commands
|
||||
public FCmdRoot cmdBase;
|
||||
public CmdAutoHelp cmdAutoHelp;
|
||||
|
||||
public P()
|
||||
{
|
||||
@@ -83,6 +84,7 @@ public class P extends MPlugin
|
||||
|
||||
// Add Base Commands
|
||||
this.cmdBase = new FCmdRoot();
|
||||
this.cmdAutoHelp = new CmdAutoHelp();
|
||||
this.getBaseCommands().add(cmdBase);
|
||||
|
||||
//setupPermissions();
|
||||
|
||||
Reference in New Issue
Block a user