Some errors on autocomplete
JANEXLEBJAKOT opened this issue ยท 11 comments
Every time i try to autocomplete with tab someone's nickname plugin spams in chat:
http://hastebin.com/vabuxasuso.avrasm
Duplicate of #213
Afair because this was no issue with neither bm nor Pex. Maybe essentials or cb itself.
The cause is most likely Essentials. Try and update to the latest version if you're running 1.8.
As far as a fix goes, there's not so much I can do on the BM end if other plugins interfere.
@confuser Just curious, why can't you null check command#getPermission()?
@SupaHam I shouldn't need to, as all BanManager commands have a permission associated with it. If the NPE throws, it means another plugin has overridden the command, but not the tab executor. This would also cause players without the permission to be able to auto complete offline player names, unless the entire thing returns an empty list at that point.
tldr; Yes, I could do, but if other plugins wish to interfere then they should know what they're doing.
Here this has been reproduced with /unban
#210
At PEX I have a report with /ban
PEXPlugins/PermissionsEx#1956
With /warn
an example here: #213 (little to scroll down ^^)