You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I remember correctly, VNP was able to summon interesting effects on toggling of vanish (such as spawning lightning, or playing smoke particles etc.). It'd be neat to see that re-introduced here.
Also, based on permission for client logins (you could do this by listening to ClientConnectEvent.Join and use the Player object there. Eliminates the player join message (or cancel it to be sure). That way you can make silent joins.
The text was updated successfully, but these errors were encountered:
If I remember correctly, VNP was able to summon interesting effects on toggling of vanish (such as spawning lightning, or playing smoke particles etc.). It'd be neat to see that re-introduced here.
Also, based on permission for client logins (you could do this by listening to
ClientConnectEvent.Join
and use thePlayer
object there. Eliminates the player join message (or cancel it to be sure). That way you can make silent joins.The text was updated successfully, but these errors were encountered: