Hello! Is it possible for a plugin to be made to hide all the commands from a player but to still have the functionality? What I mean is that the player will still have the perms for a plugin but will not see the command unless it is made visible to them. So when a player types / into chat no commands will be shown and any attempt at typing a command like /spawn will be greeted with This command doesn't exist! Basically simplifying the server so that no plugins can be found or exposed? If this plugin already exists I'm sorry to waste your time and if you could supply a link I would be grateful! Regards, MC ATECH
If you are concerned over your plugins leaking somehow.. this should also be a point of interest http://boostcraftpe.de or just to check for query leakage also see /help
i am also unsure if not showing command will make clients not allow the execution of said command, like client may handle it on their side by returning command not found technical aspects are unsure for me
you can send a blank available commands packet or whatever that's called you may not get what i meant, you should re read what i said above the client used to have this behaviour of not trying commands that they did not receive and just return command not found
Thanks, I found that you can just take the permission away and then give it to a player when they need it by the touch of a slapper ingame.. Basically i left the plugin idea and made it ingame.. Giving the player no perms but when they hit a certain npc they get the perm.