mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Whoops, fixed the description of /whohas
This commit is contained in:
parent
4cbbf10871
commit
8ca518528f
@ -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 New Issue
Block a user