Saber-Factions/src/main/java/com/massivecraft/factions/zcore/Lang.java

11 lines
541 B
Java
Raw Normal View History

2011-10-10 01:59:36 +02:00
package com.massivecraft.factions.zcore;
2014-04-04 20:55:21 +02:00
public class Lang {
public static final String permForbidden = "<b>You don't have permission to %s.";
public static final String permDoThat = "do that";
public static final String commandSenderMustBePlayer = "<b>This command can only be used by ingame players.";
public static final String commandToFewArgs = "<b>Too few arguments. <i>Use like this:";
public static final String commandToManyArgs = "<b>Strange argument \"<p>%s<b>\". <i>Use the command like this:";
2011-10-10 01:59:36 +02:00
}