Jump to content

Better Vanish 1.7.4

$19.99
   (1 review)

2 Screenshots

  • 88.2k
  • 718
  • 39.9 kB
  • Update details
    v1.7.4
    Released
    Download size39.9 kB
    Total versions6
    Time between versions 1 day
    Typical update pace About every 174 days
    Freshness 476 days ago

This area is for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



Hanumann

Posted

3 hours ago, Mr. Wilder Wilderness said:

Hello this is broken after november update can you fix pls?

open the BetterVanish.cs
go to line 12 and change

using Rust.AI;

to

using Rust.Ai;


(from capital letter "I" to lowercase "i")

  • Love 3
Vic

Posted

Please update

wreeee

Posted

thanks

Mr. Wilder Wilderness

Posted

9 hours ago, Hanumann said:

open the BetterVanish.cs
go to line 12 and change

using Rust.AI;

to

using Rust.Ai;


(from capital letter "I" to lowercase "i")

Works ! Thank you!

Srtzero

Posted

I tried the Ai fix and BetterVanish is still not working. I can vanish but I cannot unvanish. I receive the error you have no rights to disable vanish. I have confirmed that I have the permission bettervanish unvanish assigned to my userid.

  • Like 1
Hiroshima

Posted

Appears to be broken after February update. Getting the below error:

Error while compiling BetterVanish: There is no argument given that corresponds to the required parameter 'includeNetworkData' of 'Effect.Clear(bool)' | Line: 894, Pos: 28

 

Hanumann

Posted

15 minutes ago, Hiroshima said:

Appears to be broken after February update. Getting the below error:

Error while compiling BetterVanish: There is no argument given that corresponds to the required parameter 'includeNetworkData' of 'Effect.Clear(bool)' | Line: 894, Pos: 28

 

change it to

EffectInstance.Clear(true);

  • Like 1
  • Love 2
Vic

Posted

Please update

Kozy

Posted

Please update

ScizzyDizzle

Posted

This is broken, please update.

Error while compiling BetterVanish: There is no argument given that corresponds to the required parameter 'includeNetworkData' of 'Effect.Clear(bool)' | Line: 894, Pos: 28

 

Hiroshima

Posted

On 2/6/2025 at 2:55 PM, Hanumann said:

change it to

EffectInstance.Clear(true);

Thank you! This worked.

Elliott Ricken

Posted

Change lines :
        private void OnNewSave(string _)
        {
            if (_config.SafePointsRemoval)
                _safePoints.Clear();
            _hiddenPlayersPersist.Clear();
            SaveData();
        }

-----------

to :
private void OnNewSave(string _)
{
    if (_config.SafePointsRemoval)
        _safePoints.Clear();
    _hiddenPlayersPersist.RemoveWhere(_ => true);  // Removes all elements
    SaveData();
}

This works for me ! 
Would be nice if this plugin would be supported for some like us who bought this plugin 4 months ago!

Vic

Posted

This is not working after force wipe

Vic

Posted

Error while compiling BetterVanish: No overload for method 'Clear' takes 1 arguments | Line: 894, Pos: 28

  • Like 1
m3dus4

Posted

Quick fix:
Change Line: 894

from:
EffectInstance.Clear(true);

to:
EffectInstance.Clear();

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Love 2

User Feedback

2.2m

Downloads

Total number of downloads.

10.5k

Customers

Total customers served.

151.2k

Files Sold

Total number of files sold.

3.2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.