1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-16 11:37:30 +02:00

Add missing command syntax for /spawnmob

This commit is contained in:
KHobbits
2013-08-03 02:25:42 +01:00
parent f89d5f5d4a
commit 320a6ccd68
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 ticksPerSecond = 1000d / 60d / 60d;
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
{

View File

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