Add missing command syntax for /spawnmob

This commit is contained in:
KHobbits 2013-08-03 02:25:42 +01:00
parent c15540862d
commit bb7c8c308d
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ public final class DescParseTickFormat
public static final double ticksPerMinute = 1000d / 60d; public static final double ticksPerMinute = 1000d / 60d;
public static final double ticksPerSecond = 1000d / 60d / 60d; public static final double ticksPerSecond = 1000d / 60d / 60d;
private static final SimpleDateFormat SDFTwentyFour = new SimpleDateFormat("HH:mm", Locale.ENGLISH); private static final SimpleDateFormat SDFTwentyFour = new SimpleDateFormat("HH:mm", Locale.ENGLISH);
private static final SimpleDateFormat SDFTwelve = new SimpleDateFormat("h:mmaa", Locale.ENGLISH); private static final SimpleDateFormat SDFTwelve = new SimpleDateFormat("h:mm aa", Locale.ENGLISH);
static static
{ {

View file

@ -340,7 +340,7 @@ commands:
aliases: [esocialspy] aliases: [esocialspy]
spawner: spawner:
description: Change the mob type of a spawner. description: Change the mob type of a spawner.
usage: /<command> <mob> usage: /<command> <mob> [delay]
aliases: [changems,echangems,espawner] aliases: [changems,echangems,espawner]
spawnmob: spawnmob:
description: Spawns a mob. description: Spawns a mob.