Hello, I have a problem every time I reconnect I die and my Vanish activates by itself on the beach
Probleme with VanishFixed
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
People can try either, or both of these:
https://umod.org/plugins/terrain-violation-fix
https://umod.org/plugins/admin-anti-hack-fix
Plus, as obvious as it seems - make sure to not log off in vanish mode
I added new options in 1.8.8 to help with this
Locked automatically