diff options
author | Necrodoom <doomed.war@gmail.com> | 2012-11-08 16:35:57 +0200 |
---|---|---|
committer | Necrodoom <doomed.war@gmail.com> | 2012-11-08 16:35:57 +0200 |
commit | ba0db53c44a4ffcbfdf3b02c3abc6237b69e55f2 (patch) | |
tree | 410633a39796b8a7f5976fadb5d3f5b8c229ce96 | |
parent | cd0fde05b7a8322331b9bc14ae07afeee0aa497b (diff) | |
download | Essentials-ba0db53c44a4ffcbfdf3b02c3abc6237b69e55f2.tar Essentials-ba0db53c44a4ffcbfdf3b02c3abc6237b69e55f2.tar.gz Essentials-ba0db53c44a4ffcbfdf3b02c3abc6237b69e55f2.tar.lz Essentials-ba0db53c44a4ffcbfdf3b02c3abc6237b69e55f2.tar.xz Essentials-ba0db53c44a4ffcbfdf3b02c3abc6237b69e55f2.zip |
correct spaces at plugin.yml
-rw-r--r-- | EssentialsGroupManager/src/plugin.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EssentialsGroupManager/src/plugin.yml b/EssentialsGroupManager/src/plugin.yml index 338991393..abe199aad 100644 --- a/EssentialsGroupManager/src/plugin.yml +++ b/EssentialsGroupManager/src/plugin.yml @@ -9,7 +9,7 @@ authors: - ElgarL commands: manuadd: - description: Move a player to desired group.(Adds to the file if not exists) + description: Move a player to desired group. (Adds to the file if not exists) usage: /<command> <player> <group> | optional [world] permissions: groupmanager.manuadd manudel: @@ -29,7 +29,7 @@ commands: usage: /<command> <group> permissions: groupmanager.mangadd mangdel: - description: Removes group from the system(all it's users become default) + description: Removes group from the system (all it's users become default) usage: /<command> <group> permissions: groupmanager.mangdel manuaddp: |