DrexHD / Vanish

Fabric vanish mod to completely hide from other players using /vanish
MIT License
18 stars 9 forks source link

Possible incompatibility with StyledPlayerList #17

Closed NopeProsOnly closed 1 year ago

NopeProsOnly commented 1 year ago

Vanish does not remove the player from the tablist.

DrexHD commented 1 year ago

I am unable to reproduce this, I have tested it with latest styledplayerlist and latest vanish. It might be another mod causing the incompatibility. You could try binary search to find the confliciting mod, after making sure it doesn't happen with just these two installed. Note: Players who are OP or have vanish.feature.view permission can see vanished players!

NopeProsOnly commented 1 year ago

Is this permission on by default?

DrexHD commented 1 year ago

No, vanish uses fabric-permissions-api. If you don't have any mods like luckperms or player roles or any permission mod that uses it, only OP players can see vanished players. You could join my discord if you need support for this mod.

NopeProsOnly commented 1 year ago

image So, it was a permission problem. However, it does show that there are 2 players online instead of 1.

DrexHD commented 1 year ago

Replace %server:online% placeholder with %vanish:online%.

NopeProsOnly commented 1 year ago

Works. Thank you!