Update Command_spawnmob.java (#75)

This commit is contained in:
Telesphoreo 2018-06-10 12:33:20 -07:00 committed by Seth
parent 7a45734baf
commit e92b755306

View file

@ -10,7 +10,7 @@ import org.bukkit.entity.EntityType;
import org.bukkit.entity.Player;
@CommandPermissions(level = Rank.OP, source = SourceType.ONLY_IN_GAME)
@CommandParameters(description = "Make an announcement", usage = "/<command> <mobtype> [amount]")
@CommandParameters(description = "Spawn a mob", usage = "/<command> <mobtype> [amount]")
public class Command_spawnmob extends FreedomCommand
{