FallenMoonNetwork / CanaryMod

Server administration mod and API for Minecraft beta multiplayer server
http://canarymod.net
GNU Lesser General Public License v3.0
20 stars 14 forks source link

Permission and help pages #136

Closed dbernhard-0x7CD closed 11 years ago

dbernhard-0x7CD commented 11 years ago

If a player has the command /blabla and to use this command he has the permission /blapermission to use it so /blabla is not on the help-pages.

14mRh4X0r commented 11 years ago

Please be clear in your description. Do you mean that if you have a command where the permission is different from the command itself, it doesn't show up in the help pages, even though the command was registered?

If you just didn't register the command, use etc.getInstance().addCommand("blabla", "description").

dbernhard-0x7CD commented 11 years ago

Yes I mean when the permission is different from the command then command doesn't show up in help.

14mRh4X0r commented 11 years ago

This is intended since our permission system is command-based.