mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-05-17 21:09:24 +00:00
Fixing typo in EssentialsPermissionsCommands plugin.yml. And adding my name there :P
This commit is contained in:
parent
5d8f5cecee
commit
a228708138
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
permission: groupmanager.manclear
|
||||
|
|
Loading…
Reference in a new issue