1
Removing /? from players
Hello Everyone,
I need a quick favor from my super genius friends out there!
I'm trying to find a way to block certain groups from having access /? Does anyone know a simple way to do this? I know you can do this with varialbetrigers, it's just that a little too complex for me right now. Also, my permissions system that I use is PEX.
Any help is MUCH appreicated,
yopugiscool
I need a quick favor from my super genius friends out there!
I'm trying to find a way to block certain groups from having access /? Does anyone know a simple way to do this? I know you can do this with varialbetrigers, it's just that a little too complex for me right now. Also, my permissions system that I use is PEX.
Any help is MUCH appreicated,
yopugiscool
12
Get a plugin like CommandBlocker
Correct. However, if you DO NOT want people to use that command, you must give them that permission node, since it is marked as "default" aka everybody has it always. Unless you give them that node.
So as to my understanding, bukkit.command.help is used for both /help and /?
That isn't how permission nodes work. If the permission is by default, then there is no need to put the node in the permissions, however if you don't want people to have it, you need to give them that node. Otherwise, the developer (In the case bukkit) wouldn't have made a permission node at all.
bukkit.command.help is enabled for everyone. So if you don't want people typing /help, give them that node.
Well if you don't want the people to have the /help command then you should block it right? Giving it to them will do nothing considering by default they have it.
Well if you're going to use a /help plugin then you could try to block the bukkit command for help by blocking the "bukkit.command.help" permission node? Give it a shot...
Quoting from
http://wiki.bukkit.org/CraftBukkit_commands
http://wiki.bukkit.org/CraftBukkit_commands
Command:
help or ?
Permission node
bukkit.command.help
For me /help and /? do mostly the same thing except they display the help differently. I don't know how to explain it without pictures. This may make them different permission nodes.


This is /help

This is /?

/? and /help are the same command. It displays the same thing.
So your help plugin or whatever, should stop it.
So your help plugin or whatever, should stop it.
Thanks so much! I don't bother about /help because I'm going to install a help plugin to manage what everyone sees But I don't know of a way to easily get rid of /? It's almost impossible.
I have honestly never known about that command. Seems kind dumb considering it shows every plugin you have and every command those plugins offer.
I did my thirty seconds of research and found that the "/?" is another command for "/help" located here. But the odd thing is.. Is that /? gives you way more options than /help. I'll ask around to try to find out.
I did my thirty seconds of research and found that the "/?" is another command for "/help" located here. But the odd thing is.. Is that /? gives you way more options than /help. I'll ask around to try to find out.
