Probleme with VanishFixed

Hello, I have a problem every time I reconnect I die and my Vanish activates by itself on the beach

Go into the config and make sure bothof these settings are false:

"Automatically vanish players (with the vanish.use perm) on player connect": false,
"Automatically vanish players (with the vanish.use perm) on player disconnect": false,

Ok indeed they were true. Thank you

 

@Papster i did this :

 

            [JsonProperty("Automatically vanish players (with the vanish.use perm) on player connect")]
            public bool EnforceOnConnect = false;

            [JsonProperty("Automatically vanish players (with the vanish.use perm) on player disconnect")]
            public bool EnforceOnDisconnect = false;
 
But that didn't solve the problem, I die as soon as I connect to the server and I'm in vanish mode

I added new options in 1.8.8 to help with this

Locked automatically