Not Vanished on Reconnect

For some reason my config does not have this line -

  "If a player was vanished on disconnection keep them vanished on reconnect": true,

If I manually add it to the config and restart the plugin with command oxide.reload Vanish - I get this error in the console and the default Config is loaded, which does not have the line.

(09:08:09) | Unloaded plugin Vanish v1.6.6 by Whispers88
(09:08:09) | [Vanish] Configuration appears to be outdated; updating and saving
(09:08:09) | [Vanish] Configuration changes saved to Vanish.json
(09:08:09) | Loaded plugin Vanish v1.6.6 by Whispers88

Here is the default Config that is loaded anytime I try to add the line, or if I delete the config completely...

{
  "NoClip on Vanish (runs noclip command)": true,
  "Use OnEntityTakeDamage hook (Set to true to enable use of vanish.damage perm. Set to false for better performance)": false,
  "Use CanUseLockedEntity hook (Allows vanished players with the perm vanish.unlock to bypass locks. Set to false for better performance)": false,
  "Keep a vanished player hidden on disconnect": true,
  "Turn off fly hack detection for players in vanish": true,
  "Disable metabolism in vanish": true,
  "Reset hydration and health on un-vanishing (resets to pre-vanished state)": true,
  "Enable vanishing and reappearing sound effects": true,
  "Make sound effects public": false,
  "Enable chat notifications": true,
  "Sound effect to use when vanishing": "assets/prefabs/npc/patrol helicopter/effects/rocket_fire.prefab",
  "Sound effect to use when reappearing": "assets/prefabs/npc/patrol helicopter/effects/rocket_fire.prefab",
  "Enable GUI": true,
  "Icon URL (.png or .jpg)": "http://i.imgur.com/Gr5G3YI.png",
  "Image Color": "1 1 1 0.3",
  "Image AnchorMin": "0.175 0.017",
  "Image AnchorMax": "0.22 0.08"
}

Thank you in advance for any assistance!

so are you actually not vanished on reconnect or is your problem strictly that option? why do you think you should have that option/where did you get it from? I think "Keep a vanished player hidden on disconnect" is what you want.

that functionallity depreciate with the new "Keep a vanished player hidden on disconnect". This new method doesnt use resources such as hooks so there is no performance impact on being in vanish when disconnected. If you set "Keep a vanished player hidden on disconnect": true you will be vanished when you reconnect

Hi, i have the same problem, the option is on, but when reconnect, my body is visible again.

thanks for all

infoguille

Hi, i have the same problem, the option is on, but when reconnect, my body is visible again.

thanks for all

I seem to have this problem as well....

Setting the permission vanish permanent will indeed keep you vanished, even on disconnect and reconnect. Problem there though is that it's permanent.

If you add me on discord Whispers88#0007 I can jump in a call and sus you out. 

Actually after a bit more investigating, I have realized that you will stay vanished upon reconnect. The issue is actually noclip not staying enabled. Sorry for the confusion from my end. Did not realize this until I had the GUI set to true. So I guess the question is can the noclip be persistent upon reconnect ?