Vanish

Moved

Total Downloads: 22,662 - First Release: Nov 3, 2015 - Last Update: Jan 9, 2018

5/5, 75 likes
  1. Hello, are there any option when you are vanished to hear the voice chat from the users?
     
  2. Wulf

    Wulf Community Admin

    No, voice is P2P and you are not a P (player) to other players when you are vanished. If you want voice, use Rust's spectate mode, but keep in mind that spectate is susceptible to hackers seeing you.
     
  3. Only the hackers can see me no? is not a bad idea i think
    [DOUBLEPOST=1480445251][/DOUBLEPOST]Do i need a plugin for the spectate with hearing the chat or it works only with the admin debugcamera?
     
  4. Wulf

    Wulf Community Admin

    "spectate" is a command in Rust that you can use as auth level 1 or 2; there's also a plugin that is similar.
     
  5. I've added Russian translation
    Code:
                // Russian
                lang.RegisterMessages(new Dictionary<string, string>
                {
                    {"CantDamageBuilds", "Вы не можете наносить вред постройкам, будучи невидимым"},
                    {"CantHurtAnimals", "Вы не можете наносить вред животным, будучи невидимым"},
                    {"CantHurtPlayers", "Вы не можете наносить вред игрокам, будучи невидимым"},
                    {"CantUseTeleport", "Вы не можете телепортироваться, будучи невидимым"},
                    {"NoPermission", "К сожалению, вы не можете стать невидимым прямо сейчас"},
                    {"VanishDisabled", "Вы больше не невидимы!"},
                    {"VanishEnabled", "Вы исчезли из поля зрения..."},
                    {"VanishTimedOut", "Закончилось время невидимости!"}
                }, this, "ru");
     
  6. Is there a way to make it so that new spawns have permission to use this mod without having to be placed in a group?
     
  7. Wulf

    Wulf Community Admin

    The default group in Oxide is default, all players are in it.
     
  8. Thank you <3 love your work
     
  9. hey Wulf, for some reason i cant get the vanish timeout to work. and also is there a way to make it so that you can only vanish for a certain amount of time say 30 seconds?
    well actually none of the settings i change is taken affect in game. i can still kill animals while vanish when i set it to false.
     
  10. Wulf

    Wulf Community Admin

    That's what the timeout is for. It is just a timer. What do you have it set as?
     
  11. well i set it to 2.0 im guessing 2 min but im still able to use it repetedly, i removed myself as admin to test it out.
     
  12. so ive tried plenty of times no luck none of the settings are taking after i change them. right now my settings look like this and still cant do damge to a vanished player and can still kill animals

    {
    "CanBeHurt": true,
    "CanDamageBuilds": false,
    "CanHurtAnimals": false,
    "CanHurtPlayers": false,
    "CanUseTeleport": false,
    "Command": "vanish",
    "ShowEffect": true,
    "ShowIndicator": true,
    "ShowOverlay": false,
    "VanishTimeout": 0.10,
    "VisibleToAdmin": true
    }
     
  13. Wulf

    Wulf Community Admin

    Did you reload the plugin after saving?
     
  14. so after saving it i have to reinstall the plugin ?
     
  15. Wulf

    Wulf Community Admin

    No, just reload it using the reload command. This is how you reload config hanged for any plugin.
     
  16. i never reloaded a plugin before what is the command for that? and thank you for your help i greatly appreciate it
     
  17. Wulf

    Wulf Community Admin

    reload FileName
     
  18. so i would write "reload Vanish.cs"?
     
  19. Wulf

    Wulf Community Admin

    No, reload Vanish
     
  20. ahh got it thank you wulf appreciate it.