NullReferenceException at ReappearFixed
A simple fix that seems to work at the moment: on line 165, insert that "?".
player.GetHeldEntity()?.SendNetworkUpdate();​
Vanish no longer seems to be working since the latest update.
the permission vanish.use doesn't exist now
This didn't seem to work.
5c8181eb792a9.jpg HarvestMoon89
the permission vanish.use doesn't exist now

It was changed to "vanish.allow" - the dev seem to have forgotten to update the guide for it sadly.
I had to go through the config file to find the right command myself aswell.

Did you delete the old config file before using the new vanish? Cause the update is completely changed.
Additionally you have to add yourself to the allow list again (it was vanish.use and is now vanish.allow)
oxide.grant group <group>vanish.allow
or
oxide.grant user <name> vanish.allow
welpenhund

It was changed to "vanish.allow" - the dev seem to have forgotten to update the guide for it sadly.
I had to go through the config file to find the right command myself aswell.

tyvm, anyway to hide the chat vanish:enabled/disabled?

That was the issue.

Thank you.

PLUGIN IS SHOT
You´re welcome :-)
5c8181eb792a9.jpg HarvestMoon89

tyvm, anyway to hide the chat vanish:enabled/disabled?

Line 180: Message(player.IPlayer, "Reappear");
Line 216: Message(player.IPlayer, "Vanished");

If you remove the text between the quotes it should still work and just show no message at all.
Since you removed the text

welpenhund

Line 180: Message(player.IPlayer, "Reappear");
Line 216: Message(player.IPlayer, "Vanished");

If you remove the text between the quotes it should still work and just show no message at all.
Since you removed the text

sure did, tyvm

New 1.0.5 Update should fix all the null reference issues
New 1.0.5 Update should fix all the null reference issues
Locked automatically