1. Replace RU rules:
    Code:
        "RU": [
          "Запрещено использовать читы.",
          "Запрещено спамить и материться.",
          "Уважайте других игроков.",
          "Играйте честно и не используйте баги и лазейки."
        ],
     
  2. Ok. Thank you i changed the commands and the Error is gone
     
  3. It will be done, thank you for helping. ;)
     
  4. Hello,
    I leave here my contribution for the plugin Notifier:
    The first sentence could also translate thereby, but is more vulgar: "Los chetos están terminantemente prohibidos.",
    The words "bugs" and "exploit" not usually translate.

    Saludos!

    Raytrax
     
  5. If you want, i can help you with translation your plugin on Russian/Ukrainian =)
     
  6. hello all, its normal oxide dont work with a new update of rust?????? when i instal oxide i have nothing but when im"normal" in community its work well, what happend ??
     
  7. Awesome! Thank you for the help. :)
    [DOUBLEPOST=1426267653][/DOUBLEPOST]
    Somebody else already gave me the russian translation, but not Ukraine yet. :)
    [DOUBLEPOST=1426267722][/DOUBLEPOST]
    Yes it is,
    You will have to wait for a new Oxide update compatible with the new Rust versions, which I believe is already out.
     
  8. Hello and sorry to bug you as i am sure you have been asked this question before, i have tried to search through question and replies but all I can find is remove it from the config..

    What i am trying to do is get rid of the server seed in the welcome message and everywhere else.. it is not needed for me. i have tried changing the line in the WELCOME MESSAGE to something like type /BLAH for more info but it keeps reverting to that IP and SEED.. I have deleted Mod off server downloaded new version made changes locally then uploaded still no luck can you please help?

    This mod has been really great and i appreciate all your work to keep it updated and fix everyone's issues. just wish i could get rid of the IP/SEED as know one needs to see that on my server. I would be happy to donate what i can if you have such a link as this mod is kind of a must have making things look nice and give the players extra features.

    Thank you!

    EDIT :: WOW im an idiot, got it working, would still like to donate if there is that possibility

    What i had to do was go into the oxide folder Oxide>Config> delete the old notifier JSON files and oxide.reload notifier in console and wallah! settings take effect.
     
    Last edited by a moderator: Mar 13, 2015
  9. Im happy to know you solve the problem :)
    There is a donation link on both my plugins overview.
     
  10. Is it possible to make connect and disconnect different colors from each other?
     
  11. Seems I have deleted the data file and the JSON file and after I download notifier again, I still do not see those two files. I only see the .py file. I had everything set up before the updates. I guess I am not sure how to update a plugin. I'd appreciate some help, thanks!
     
  12. Will do that tomorrow :)
    [DOUBLEPOST=1426298869][/DOUBLEPOST]
    Updating an Oxide plugin should be as simple as replacing the older file with the new file in the plugins folder, nothing really needs to be deleted.
    If you have replaced the new version with the older one it will appear a message on the server console stating the plugin reload, if any errors occur then you should paste those here so I can know what is causing the error.

    Try it once again and let me know what happens.

    P.S Though so far no one has reported any errors from the new version, which makes me think that is more probable you're missing something, nevertheless follow my instructions.
     
    Last edited by a moderator: Mar 14, 2015
  13. Not sure what I am doing wrong here, but since the update Notifier is not working :(
     
  14. Type oxide.reload notifier on the console and tell me what happens.
     
  15. > oxide.reload notifier
    [Oxide] 9:24 PM [Info] Loaded plugin Notifier v2.3.0 by SkinN
    [Oxide] 9:24 PM [Error] notifier: Failed to load config file (is the config file corrupt?) (After parsing a value an unexpected character was encountered: ". Path 'ADVERTS[6]', line 54, position 5.)
    [Oxide] 9:24 PM [Debug] ExType: KeyNotFoundException
    [Oxide] 9:24 PM [Error] Failed to initialize plugin notifier (KeyNotFoundException: CONFIG_VERSION)
    [Oxide] 9:24 PM [Debug] at IronPython.Runtime.PythonDictionary.GetItem (object) <0x0006c>
    at IronPython.Runtime.PythonDictionary.get_Item (object) <0x00024>
    at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object) <0x000a2>
    at System.Dynamic.UpdateDelegates.UpdateAndExecute2<object, object, object> (System.Runtime.CompilerServices.CallSite,object,object) <0x0030a>
    at Microsoft.Scripting.Interpreter.DynamicInstruction`3<object, object, object>.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x00113>
    at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x000c8>
    [DOUBLEPOST=1426306589][/DOUBLEPOST]I have tried to put in a fresh config, but still same result
    [DOUBLEPOST=1426307269][/DOUBLEPOST]},
    "ADVERTS": [
    "Welcome to Nerds Landing Server! We Hope you enjoy your stay and return!",
    "Type /help for all the server's available commands.",
    "Respect to be respected.",
    "If you like plaing here, Please Donate to help keep the server running, and help support the further development of the community! PayPal: [email protected].",
    "Cheating is is a Bannable Offence",
    "Please join our Public TeamSpeak Server!!! Nerds Landing Teamspeak: 198.27.111.250:10044",
    "Check the server rules by typing /rules in the chat."
    "facebook.com/NerdsLanding - Work In Progress! We need Graphics and Images and Artwork!!!",
    ], <---- This is line 54 ...... Not quite sure whats wrong here ????????
    "CONFIG_VERSION": 2.2,
    "PLAYER LIST COMMANDS": [
    "who",
     
  16. Even though the error states line 54, the problem here is on the line 52, as you can see following your post is missing a comma at the end of the line:
    Code:
    "ADVERTS": [
        "Welcome to Nerds Landing Server! We Hope you enjoy your stay and return!",
        "Type /help for all the server's available commands.",
        "Respect to be respected.",
        "If you like plaing here, Please Donate to help keep the server running, and help support the further development of the community! PayPal: [email protected].",
        "Cheating is is a Bannable Offence",
        "Please join our Public TeamSpeak Server!!! Nerds Landing Teamspeak: 198.27.111.250:10044",
        "Check the server rules by typing /rules in the chat."  <<== Missing comma here
        "facebook.com/NerdsLanding   - Work In Progress! We need Graphics and Images and Artwork!!!",
    ], 
    
    Fix:
    Code:
    "ADVERTS": [
        "Welcome to Nerds Landing Server! We Hope you enjoy your stay and return!",
        "Type /help for all the server's available commands.",
        "Respect to be respected.",
        "If you like plaing here, Please Donate to help keep the server running, and help support the further development of the community! PayPal: [email protected].",
        "Cheating is is a Bannable Offence",
        "Please join our Public TeamSpeak Server!!! Nerds Landing Teamspeak: 198.27.111.250:10044",
        "Check the server rules by typing /rules in the chat.",
        "facebook.com/NerdsLanding - Work In Progress! We need Graphics and Images and Artwork!!!",
    ], 
    
    Try it now and let me know if it's ok now.
     
  17. Interesting... Updating fix, Uploading file will let ya know THANKS!!!
    [DOUBLEPOST=1426309819][/DOUBLEPOST]Looks like a no-go :(


    > oxide.reload notifier
    [Oxide] 10:17 PM [Debug] ExType: MissingMemberException
    [Oxide] 10:17 PM [Error] Failed to call hook 'cmdReload' on plugin 'Rust Core' (MissingMemberException: notifier instance has no attribute 'ads_delay')
    [Oxide] 10:17 PM [Debug] at IronPython.Runtime.Types.OldInstance+FastOldInstanceGet.Target (System.Runtime.CompilerServices.CallSite site, System.Object instance, IronPython.Runtime.CodeContext context) [0x00000] in <filename unknown>:0
    at System.Dynamic.UpdateDelegates.UpdateAndExecute2[Object,CodeContext,Object] (System.Runtime.CompilerServices.CallSite site, System.Object arg0, IronPython.Runtime.CodeContext arg1) [0x00000] in <filename unknown>:0
    at Microsoft.Scripting.Interpreter.DynamicInstruction`3[System.Object,IronPython.Runtime.CodeContext,System.Object].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
    at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
     
  18. Now this is different, and though I don't get why you're having this issue.
    Would upload your config file on the post please?
     
  19. Here it is :D Thanks for the help!!
     

    Attached Files:

  20. Hi )
    I'm having this error

    (12:50:46) | [Oxide] 1:50 PM [Info] Loaded plugin Notifier v2.3.0 by SkinN
    (12:50:46) | [Oxide] 1:50 PM [Debug] ExType: KeyNotFoundException
    (12:50:46) | [Oxide] 1:50 PM [Error] Failed to initialize plugin notifier (KeyNotFoundException: COMMANDS)
    Solved: had to delete previous cfg manually..


    [DOUBLEPOST=1426332747][/DOUBLEPOST]SkinN, i tested Notifier. Have some notes here.
    1. strings "NOTIFER | PLAYERS LIST" and alike were not in cfg file and thus can't be localised, had to edit py ) And it's also impossible to change this lines' colors in cfg.. only in py aswell
    2. could you please add color pick in cfg for this YELLOW messages in /who commands and others.
    3. in "get_lang" absent RU, DK and i guess other lang filters for 'rules' command.
    Thanks