diff options
author | KHobbits <rob@khobbits.co.uk> | 2013-02-12 22:56:17 +0000 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2013-02-12 22:56:17 +0000 |
commit | 56df6b36a58ee3526cc21fd87009b675139deb13 (patch) | |
tree | 0eb1ab1b83b612c4381995f22a08a1277d6341f4 | |
parent | 30b65a0bc7f7eb90ffa266d8336446cd2d67de52 (diff) | |
download | Essentials-56df6b36a58ee3526cc21fd87009b675139deb13.tar Essentials-56df6b36a58ee3526cc21fd87009b675139deb13.tar.gz Essentials-56df6b36a58ee3526cc21fd87009b675139deb13.tar.lz Essentials-56df6b36a58ee3526cc21fd87009b675139deb13.tar.xz Essentials-56df6b36a58ee3526cc21fd87009b675139deb13.zip |
Fix /give|/item descriptions for itemmeta.
-rw-r--r-- | Essentials/src/plugin.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml index 8a457659c..71ca7f626 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -137,7 +137,7 @@ commands: aliases: [coords,egetpos,position,eposition,whereami,ewhereami] give: description: Give a player an item. - usage: /<command> <player> <item|numeric> [amount <enchantmentname[:level]> ...] + usage: /<command> <player> <item|numeric> [amount [itemmeta...]] aliases: [egive] god: description: Enables your godly powers. @@ -177,7 +177,7 @@ commands: aliases: [einvsee] item: description: Spawn an item. - usage: /<command> <item|numeric> [amount <enchantmentname[:level]> ...] + usage: /<command> <item|numeric> [amount [itemmeta...]] aliases: [i,eitem] itemdb: description: Searches for an item. |