package com.massivecraft.factions.zcore; public class Lang { public static final String permForbidden = "You don't have permission to %s."; public static final String permDoThat = "do that"; public static final String commandSenderMustBePlayer = "This command can only be used by ingame players."; public static final String commandToFewArgs = "To few arguments. Use like this:"; public static final String commandToManyArgs = "Strange argument \"

%s\". Use the command like this:"; }