mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-02-11 19:29:12 +00:00
Whoops, fixed the description of /whohas
This commit is contained in:
parent
4cbbf10871
commit
8ca518528f
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
#Fri, 05 Jul 2013 13:49:09 +0200
|
||||
#Fri, 05 Jul 2013 14:02:15 +0200
|
||||
|
||||
program.VERSION=2.21
|
||||
program.BUILDNUM=286
|
||||
program.BUILDDATE=07/05/2013 01\:49 PM
|
||||
program.BUILDNUM=287
|
||||
program.BUILDDATE=07/05/2013 02\:02 PM
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#Build Number for ANT. Do not edit!
|
||||
#Fri Jul 05 13:49:09 CEST 2013
|
||||
build.number=287
|
||||
#Fri Jul 05 14:02:15 CEST 2013
|
||||
build.number=288
|
||||
|
|
|
@ -12,7 +12,7 @@ import org.bukkit.entity.Player;
|
|||
|
||||
|
||||
@CommandPermissions(level = AdminLevel.SUPER, source = SourceType.BOTH)
|
||||
@CommandParameters(description = "Spy on commands", usage = "/<command> <item> [smite]", aliases="wh")
|
||||
@CommandParameters(description = "See who has a block and optionall smite", usage = "/<command> <item> [smite]", aliases="wh")
|
||||
public class Command_whohas extends TFM_Command
|
||||
{
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue