mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-20 21:41:32 +02:00
Todo/alias.
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user