1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-21 05:51:56 +02:00

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; return (User)base;
} }
//Todo: catch this and deal with it?
return userMap.getUser(base.getName()).update(base); return userMap.getUser(base.getName()).update(base);
} }

View File

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