diff options
author | snowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb> | 2011-04-03 20:31:18 +0000 |
---|---|---|
committer | snowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb> | 2011-04-03 20:31:18 +0000 |
commit | 51f0955c88440476a8d0f3294fd2424b66c3ff71 (patch) | |
tree | 9a29b85f42c4d94d93496262cf12ad63a18a3a9d | |
parent | 9df79032ea42de1a7560697fb6cf40bc85d6f899 (diff) | |
download | Essentials-51f0955c88440476a8d0f3294fd2424b66c3ff71.tar Essentials-51f0955c88440476a8d0f3294fd2424b66c3ff71.tar.gz Essentials-51f0955c88440476a8d0f3294fd2424b66c3ff71.tar.lz Essentials-51f0955c88440476a8d0f3294fd2424b66c3ff71.tar.xz Essentials-51f0955c88440476a8d0f3294fd2424b66c3ff71.zip |
[trunk] Renamed infinite to unlimited
Please change your permissions and config if you have used this.
New Command: /unlimited [item] <player>
Allows a player to enable unlimited placing for one item. Can be used on other players.
The permission essentials.unlimited.placing still enables it for all items.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1109 e251c2fe-e539-e718-e476-b85c1f46cddb
-rw-r--r-- | Essentials/src/plugin.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml index 30e1f2cc3..8d5ade0cd 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -234,6 +234,9 @@ commands: description: Unbans the specified IP address.
usage: /<command> [address]
aliases: pardonip
+ unlimited:
+ description: Allows the unlimited placing of items.
+ usage: /<command> [item] <player>
warp:
description: List all warps or warp to the specified location.
usage: /<command> <warp>
|