Password

Moved

Total Downloads: 929 - First Release: Mar 25, 2014 - Last Update: Nov 23, 2017

4.33333/5, 6 likes
  1. Wulf

    Wulf Community Admin

    Are you sure you're changing the config in the right location?
     
  2. i changed the cfg here :
    /games/rust/oxide/config

    but as i said even with the default config it done the same thing
     
  3. Hellp. Rust Legacy.
    Code:
    [Oxide] 23:09 [Error] Error while compiling Password.cs(272,85): error CS1501: No overload for method `AddCovalenceComma
    nd' takes `2' arguments
     
  4. Wulf

    Wulf Community Admin

    Sounds like you're using an old version of Oxide, but I'll check and see.
     
  5. Thanks, I'll wait
     
  6. Wulf

    Wulf Community Admin

    Did you check your oxide.version?
     
  7. found typo in code, so PasswordNames = false doesn't work.
    on line 139 should be CanUserLogin but there is CanUseLogin, so plugin is not working without Name | Password.
    Fix this line if you are using this plugin without Named Password :)
     
  8. Wulf

    Wulf Community Admin

    All that the unsubscribing does is to stop that specific hook (typed in this case) from being called when not needed. In this case though, the config option wouldn't be used because of this, so this would fix that. Thanks!
     
  9. Wulf

    Wulf Community Admin

    Wulf updated Password with a new update entry:

    2.0.2

     
  10. Got the following when I tried to load the plugin:
    Error while compiling: Password.cs(37,14): error CS0246: The type or namespace name JsonProperty' could not be found. Are you missingNewtonsoft.Json.Serialization' using directive?

    Am I missing something?
     
  11. Wulf

    Wulf Community Admin

    Hmmm, not sure why that reference got removed. I'll upload a fix shortly.
     
  12. Wulf

    Wulf Community Admin

    Wulf updated Password with a new update entry:

    2.0.3

     
  13. Found another bug, there is missing Destroy() for kick-timer after player puts right password. So player gets kicked out from server on first connect even putting right password to chat.
     
  14. Wulf

    Wulf Community Admin

    It actually just needs a check there, no need to destroy it as it'll automatically get destroyed after the check.
     
  15. Wulf

    Wulf Community Admin

    Wulf updated Password with a new update entry:

    2.0.4

     
  16. im so bad at this. so i uploaded the file into my server and changes the .json file to have my password as cat. when i log in im not promted or nothing. did i do it right?
     
  17. Wulf

    Wulf Community Admin

    Did you reload the plugin after changing the config file?
     
  18. got it
    [DOUBLEPOST=1511900934][/DOUBLEPOST]oh dear now its not responding to query
     
  19. So total noob question here, but with this plugin activated we get double chat messages. I assume because of a conflict with betterchat. Where should I look to try to eliminate that. Betterchat was a req. dep. for another plugin. I am brand new to doing rust server admin, I did some google searches and looked at the .jsons trying to figure out what to do with no luck.
     
  20. Wulf

    Wulf Community Admin

    Yes, most chat plugins will conflict with other chat plugins.