1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-18 20:41:37 +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 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.