1
How to block '/?'
So there are numerous plugins out there that block /plugins or /pl, which are blatantly useless because you can deny the permission node using your permissions plugin, or not give the permission to them at all, but players can easily work around that to see all of your plugins by typing in '/?' and going through the pages, I was wondering if there was any way to block players from typing this. I would have Google'd how to block it, or searched on the forums before posting this, but searches exclude special characters from the results, so I was just searching for "How to block".
Any help is appreciated, thanks!
Any help is appreciated, thanks!
9
Like nickfromgeek said:
Add the -bukkit.command.help permission from groups you don't want to be able to use that.
In a permissions file it would look like this:
- essentials.sethome
- essentials.home
- -bukkit.command.help
- tsbplugin.chucknorris
- essentials.tpa
Add the -bukkit.command.help permission from groups you don't want to be able to use that.
In a permissions file it would look like this:
- essentials.sethome
- essentials.home
- -bukkit.command.help
- tsbplugin.chucknorris
- essentials.tpa
Thank you so much!
No need for that plugin now!
No need for that plugin now!
nickfromgreekaman207nickfromgreekadd this permission node to whoever you dotn want to run the command:
- -bukkit.command.plugins
OP wanted to block /help and /?
I missread it oopsy
Happens to all of us.
aman207nickfromgreekadd this permission node to whoever you dotn want to run the command:
- -bukkit.command.plugins
OP wanted to block /help and /?
I missread it oopsy
nickfromgreekadd this permission node to whoever you dotn want to run the command:
- -bukkit.command.plugins
OP wanted to block /help and /?
add this permission node to whoever you dotn want to run the command:
- -bukkit.command.plugins
basicaly the second - means to remove that node which is assigned by default
- -bukkit.command.plugins
basicaly the second - means to remove that node which is assigned by default
Try to GIVE people the permission node
bukkit.command.help
If that doesn't work, you might need to get a command blocker plugin.
bukkit.command.help
If that doesn't work, you might need to get a command blocker plugin.
Didn't work, going to look into getting a command blocker.
Thanks.
Edit: Found a plugin that does what I needed, it's http://dev.bukkit.org/bukkit-plugins/noplugindisplay/ if anyone was looking for the same.
Thanks.
Edit: Found a plugin that does what I needed, it's http://dev.bukkit.org/bukkit-plugins/noplugindisplay/ if anyone was looking for the same.
Bump.
