diff options
author | jessenic <jessenic@digiex.net> | 2011-06-21 04:53:41 +0800 |
---|---|---|
committer | snowleo <schneeleo@gmail.com> | 2011-06-22 07:44:00 +0800 |
commit | a228708138d437c930976de7e8fb725e521baf0c (patch) | |
tree | d43af619d2dad8ba0f13c7acef6205e94d541f5f /EssentialsPermissionsCommands/src/plugin.yml | |
parent | 5d8f5ceceeeebb9fa85ba9e96252713594df2357 (diff) | |
download | Essentials-a228708138d437c930976de7e8fb725e521baf0c.tar Essentials-a228708138d437c930976de7e8fb725e521baf0c.tar.gz Essentials-a228708138d437c930976de7e8fb725e521baf0c.tar.lz Essentials-a228708138d437c930976de7e8fb725e521baf0c.tar.xz Essentials-a228708138d437c930976de7e8fb725e521baf0c.zip |
Fixing typo in EssentialsPermissionsCommands plugin.yml. And adding my name there :P
Diffstat (limited to 'EssentialsPermissionsCommands/src/plugin.yml')
-rw-r--r-- | EssentialsPermissionsCommands/src/plugin.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/EssentialsPermissionsCommands/src/plugin.yml b/EssentialsPermissionsCommands/src/plugin.yml index 54425b716..3e4cfca15 100644 --- a/EssentialsPermissionsCommands/src/plugin.yml +++ b/EssentialsPermissionsCommands/src/plugin.yml @@ -5,7 +5,7 @@ main: com.earth2me.essentials.permissions.EssentialsPermissionsCommands version: TeamCity website: http://www.earth2me.net:8001/ description: Adds commands aliases to Permissions 3 -authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology] +authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, jessenic] depend: [Permissions, Essentials] commands: manuadd: @@ -103,7 +103,7 @@ commands: mangcheckv: description: Verify a value of a variable of group, and where it comes from. usage: /<command> <group> <variable> - permission: groupmanager.mangckeckv + permission: groupmanager.mangcheckv manwhois: description: Tell the group that user belongs. usage: /<command> <player> @@ -163,4 +163,4 @@ commands: manclear: description: Clear world selection. Next commands will work on your world. usage: /<command> - permission: groupmanager.manclear
\ No newline at end of file + permission: groupmanager.manclear |