These messages are even better.

This commit is contained in:
Olof Larsson
2014-10-14 09:41:20 +02:00
parent c838e55f6d
commit de1968c216
5 changed files with 11 additions and 11 deletions

@ -21,8 +21,8 @@ public class CmdFactionsSetCircle extends CmdFactionsSetXRadius
this.addAliases("c", "circle");
// Format
this.setFormatOne(null);
this.setFormatMany("<h>%s<i> %s <h>%d <i>chunks using circle near %s<i>.");
this.setFormatOne("<h>%s<i> %s <h>%d <i>chunk %s<i> using circle.");
this.setFormatMany("<h>%s<i> %s <h>%d <i>chunks near %s<i> using circle.");
// Requirements
this.addRequirements(ReqIsPlayer.get());