diff options
author | ElgarL <ElgarL@palmergames.com> | 2012-11-09 05:51:52 -0800 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2012-11-09 05:51:52 -0800 |
commit | a370a8e01c7814d4b5fc3f4db7ee45dd5a248f60 (patch) | |
tree | de04658ddb3a6b635d68799e2cf1e7e5fc94e4bc /EssentialsGroupManager/src | |
parent | 5e38a2180cf2ffd36a28255fe2c795356b48205c (diff) | |
parent | ba0db53c44a4ffcbfdf3b02c3abc6237b69e55f2 (diff) | |
download | Essentials-a370a8e01c7814d4b5fc3f4db7ee45dd5a248f60.tar Essentials-a370a8e01c7814d4b5fc3f4db7ee45dd5a248f60.tar.gz Essentials-a370a8e01c7814d4b5fc3f4db7ee45dd5a248f60.tar.lz Essentials-a370a8e01c7814d4b5fc3f4db7ee45dd5a248f60.tar.xz Essentials-a370a8e01c7814d4b5fc3f4db7ee45dd5a248f60.zip |
Merge pull request #194 from necrodoom/patch-19
correct spaces at plugin.yml
Diffstat (limited to 'EssentialsGroupManager/src')
-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: |