diff options
author | okamosy <okamosy@gmail.com> | 2011-08-27 16:10:35 +0100 |
---|---|---|
committer | okamosy <okamosy@gmail.com> | 2011-08-27 16:10:35 +0100 |
commit | 41344ce1b017b5c53d636e17ad3c305d75a02a74 (patch) | |
tree | 910fd0d10106a001366aa4e1b0aa0a7cf2ae1ff3 | |
parent | aa47499656a95f28494fcb3c47ff5d26237fc3ca (diff) | |
download | Essentials-41344ce1b017b5c53d636e17ad3c305d75a02a74.tar Essentials-41344ce1b017b5c53d636e17ad3c305d75a02a74.tar.gz Essentials-41344ce1b017b5c53d636e17ad3c305d75a02a74.tar.lz Essentials-41344ce1b017b5c53d636e17ad3c305d75a02a74.tar.xz Essentials-41344ce1b017b5c53d636e17ad3c305d75a02a74.zip |
fixed home commands syntax to match multi-home
-rw-r--r-- | Essentials/src/plugin.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml index 9a9d5ffd2..d5ca133a9 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -61,7 +61,7 @@ commands: aliases: [ecompass] delhome: description: Removes a home - usage: /<command> [player] <name> + usage: /<command> [player:]<name> aliases: [edelhome,remhome,rmhome,eremhome,ermhome] deljail: description: Removes a jail @@ -120,7 +120,7 @@ commands: aliases: [ehelpop] home: description: Teleport to your home. - usage: /<command> <player> + usage: /<command> [player:][name] aliases: [ehome] ignore: description: Ignore other players. @@ -244,7 +244,7 @@ commands: aliases: [esell] sethome: description: Set your home to your current location. - usage: /<command> + usage: /<command> [[player:]name] aliases: [esethome] setjail: description: Creates a jail where you specified named [jailname] |