mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-07-31 09:52:47 +00:00
Update Command_spawnmob.java (#75)
This commit is contained in:
parent
7a45734baf
commit
e92b755306
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue