Customized formats when using different claim tools.

This commit is contained in:
Olof Larsson
2014-10-14 08:56:07 +02:00
parent 8f694e6277
commit e3785a1790
6 changed files with 39 additions and 2 deletions

View File

@ -20,6 +20,10 @@ public class CmdFactionsSetCircle extends CmdFactionsSetXRadius
// Aliases
this.addAliases("c", "circle");
// Format
this.setFormatOne(null);
this.setFormatMany("<h>%s<i> %s <h>%d <i>chunks using circle near %s<i>.");
// Requirements
this.addRequirements(ReqIsPlayer.get());
this.addRequirements(ReqHasPerm.get(Perm.SET_CIRCLE.node));