Silent join\leave - how can I make them work?
linwetalion opened this issue ยท 4 comments
Hello there.
Yes, I've read the documentation. And I CAN'T understand how to make admins join and leave without "has joined\quit..." message. Admins have general "".
Please, advise, how should permissions look like for admins to join silently?
- vanish.joinwithoutannounce
- vanish.silentquit
- vanish.silentjoin
- ''
...doesn't work.
Best regards!
You have * node and using permissionsex.
You also trust your administrators with every single permission node, translating to being able to use any commands, OP other players.... gah!
Well..
First off, PermissionsEx click me and why it has problems.
Secondly, because of the * node, you are also implementing every single vanish.* node, which means you are implementing other nodes in the vanish plugin as well. Which causes problems.
Solution!
- Drop * node (and maybe drop PermissionsEx for Privileges too..)
- Give vanish.standard
- Give any vanish nodes you like, which looks like vanish.joinwithoutannounce, vanish.silentjoin, and vanish.silentquit. All you really need is vanish.silentjoin and vanish.silentquit.
- ???
- PARTY!
I have read the article about bad sides of PermissionsEx, I have considered to change it. BUT I badly need ModifyWorld which is a part of PermissionsEx, that's why I can't change it.
Atm I don't have enough time to find something that would replace the ModifyWorld, but I will probably do so, thanks for your advises, will try them today and reply if it helped.
_ATTENTION TO ALL PEOPLE WHO HAD PROBLEMS ENABLING SILENT JOINS!_
If you have switched silent joining on, but after all your efforts it doesnt work, please, switch off your plugins one by one.
In my case it was "Multilanguage" plugin for bukkit. It translates join\leave messages so that people in different languages can read them. Even if it is not tuned, it still does it. For avoiding it, remove "true" nodes in Multilanguage plugin config (section "translate join\translate leave") OR get rid of the plugin itself.
Mbax, please, add some of this info to the general page on dev.bukkit. It took me lots of pain to find this out.