Cannot kill myself from F1 console when vanishedNot An Issue
when i use this plugin on my server the f1 kill command not longer working for all
Disable god/vanish before trying to kill yourself?
you cant kill your self whe you are not being networked...

Since the last update, I've had issues as well with moving items into and out of my hotbar or character while vanished.

5b87c103a7ed5.jpg Whispers88
you cant kill your self whe you are not being networked...
Is what you're saying related to this?

Faster Server Entity Hiding

In Rust, all weapons in your inventory are child entities of your player. We sync all of those entities to your local client, so switching weapons doesn't have any delay. However, as an optimization, we only network the visible weapons to other clients. This is done by disabling the entity on the server, which disables networking. The same thing happens for all weapons that are in boxes.

A side effect of this entity hiding mechanism has been that all those entities were considered to be at "world origin" when they are disabled. This could cause significant strain on the server when working with network group subscriptions. To combat this we now move those entities to their own network group instead of reusing the network group at world origin, which completely excludes them from all processing.

Locked automatically