Replace RU rules:
Code:"RU": [ "Запрещено использовать читы.", "Запрещено спамить и материться.", "Уважайте других игроков.", "Играйте честно и не используйте баги и лазейки." ],
Notifier [Unmaintained]
Discussion in 'Plugin Support' started by NobodyFTW, Feb 1, 2015.
-
-
-
Hello,
I leave here my contribution for the plugin Notifier:
The words "bugs" and "exploit" not usually translate.
Saludos!
Raytrax -
-
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 ??
-
[DOUBLEPOST=1426267653][/DOUBLEPOST]
[DOUBLEPOST=1426267722][/DOUBLEPOST]
You will have to wait for a new Oxide update compatible with the new Rust versions, which I believe is already out. -
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 -
There is a donation link on both my plugins overview. -
Is it possible to make connect and disconnect different colors from each other?
-
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!
-
[DOUBLEPOST=1426298869][/DOUBLEPOST]
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 -
Not sure what I am doing wrong here, but since the update Notifier is not working
-
-
> 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", -
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!!!", ],
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!!!", ],
-
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 -
Would upload your config file on the post please? -
Here it is
Thanks for the help!!
Attached Files:
-
-
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