Lookup the records by username and get the UUID ourself.

This commit is contained in:
graywolf336
2014-04-30 13:18:56 -05:00
parent a7798c9d62
commit f1dadaaae0
3 changed files with 10 additions and 5 deletions

View File

@ -15,7 +15,7 @@ import com.graywolf336.jail.enums.LangString;
needsPlayer = false,
pattern = "reload|r",
permission = "jail.command.jailrecord",
usage = "/jail record"
usage = "/jail record <username> <display>"
)
public class JailRecordCommand implements Command {
public boolean execute(JailManager jm, CommandSender sender, String... args) {