Release 1.8.0
and sneaking in a typo fix
This commit is contained in:
parent
657305a5fe
commit
31faf605dc
@ -1,5 +1,5 @@
|
|||||||
name: Factions
|
name: Factions
|
||||||
version: 1.7.9b_beta
|
version: 1.8.0
|
||||||
main: com.massivecraft.factions.P
|
main: com.massivecraft.factions.P
|
||||||
authors: [Olof Larsson, Brett Flannigan]
|
authors: [Olof Larsson, Brett Flannigan]
|
||||||
softdepend: [PermissionsEx, Permissions, Essentials, EssentialsChat, HeroChat, iChat, LocalAreaChat, LWC, nChat, ChatManager, CAPI, AuthMe, Vault, Spout, WorldEdit, WorldGuard, AuthDB, CaptureThePoints, CombatTag]
|
softdepend: [PermissionsEx, Permissions, Essentials, EssentialsChat, HeroChat, iChat, LocalAreaChat, LWC, nChat, ChatManager, CAPI, AuthMe, Vault, Spout, WorldEdit, WorldGuard, AuthDB, CaptureThePoints, CombatTag]
|
||||||
|
@ -6,6 +6,6 @@ public class Lang
|
|||||||
public static final String permDoThat = "do that";
|
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 commandSenderMustBePlayer = "<b>This command can only be used by ingame players.";
|
||||||
public static final String commandToFewArgs = "<b>To few arguments. <i>Use like this:";
|
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:";
|
public static final String commandToManyArgs = "<b>Strange argument \"<p>%s<b>\". <i>Use the command like this:";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user