Todo/alias.

This commit is contained in:
KHobbits 2011-08-11 05:20:43 +01:00
parent 5ca9927987
commit 576b48c08c
2 changed files with 2 additions and 2 deletions

View File

@ -561,7 +561,7 @@ public class Essentials extends JavaPlugin implements IEssentials
{
return (User)base;
}
//Todo: catch this and deal with it?
return userMap.getUser(base.getName()).update(base);
}

View File

@ -338,7 +338,7 @@ commands:
unlimited:
description: Allows the unlimited placing of items.
usage: /<command> [list|item] <player>
aliases: [eunlimited,ul,eul]
aliases: [eunlimited,ul,unl,eul,eunl]
warp:
description: List all warps or warp to the specified location.
usage: /<command> <warp> <player>