1. It is simple enough for you to see, you just need to understand the logic of the coloring system.

    For every color tag (e.g <red>) there must be a <end> tag where you want the color the finish. Here's an example:
    Code:
    <red>Hello<end> <blue>World<end>
    Output:
    Here's a more advance example:
    Code:
    <lime>This server features the following plugins: <cyan>Notifier<end>, <orange>Rank-ME<end>, <green>Anti-Wounded<end>.<end>
    Output:
    Let me know if you need further help

    Note: You can use Hex code for a more precise color instead of color names ( <#FF0000>Notifier<end> )
     
  2. Delrus do you have BetterChat?
    [DOUBLEPOST=1449592305][/DOUBLEPOST]Or did you? think the <color> tag is for BetterChat
     
  3. the <color=$> </color> are for any plugin really, even Notifier, it's HTML code, and all Notifier does is to simplify the HTML code. Therefore you only need to name the color inside the tags (e.g <red>) and end it with <end>
     
  4. Yeah it worked, Sorry for not being logical.. Thanks for the help though !
     
  5. Im glad I could help.
     
  6. Hi, can you add Plugin Icon for custom again? :)
     
  7. I finally got around to updating and it seems size tags show in console again. Did I miss something?
     
  8. Hey quick question, for the scheduled message, how do i differentiate between AM and PM i want it to tell people when the server will be restarting (4AM and PM) and (10 AM and PM) and i was wondering how i would go about this. Thanks guys!
     
  9. Hi has anybode a text block for me to add in in .cs a owe SteamId64 Icon. I have a second steam account to do that. Please help it was fantastic in past but since last update it wounded run yet
     
  10. [​IMG]
    3:22 PM [Error] Web request callback raised an exception (KeyNotFoundException: 76561198031526740)
    3:22 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 (wrapper dynamic-method) object.joining_messages$13 (System.Runtime.CompilerServices.Closure,IronPython.Runtime.PythonFunction,object,object) <0x002de>
     
  11. SkinN õ.Õ'.|. updated Notifier with a new update entry:

    Notifier | Re-Added Plugin Icon & New CFG System


    [DOUBLEPOST=1450449624][/DOUBLEPOST]
    The plugin icon has been re-added as you requested, though it is disabled by default. Check your configuration files and enable it for it to work.
    [DOUBLEPOST=1450450429][/DOUBLEPOST]
    I do not understand the confusion, Schedule Messages timer works in 24 hour clock, so 4am will be 04:00 and 4pm will be 16:00
     
  12. My notify has no icon !

    I just installed the new update to notify
     

    Attached Files:

  13. Jo Bro, did you set 'Enable Plugin Icon' to true?

    From my config:

    "ENABLE PLAYERS LIST": true,
    "ENABLE PLAYERS ONLINE": true,
    "ENABLE PLUGIN ICON": true,
    "ENABLE PLUGINS LIST": false,
     
  14. yes, I have the same config
     
  15. maybe the default icon isnt exist? Have you used your own steamid?
     
  16. I did not change the id

    it defaults, look at my config but everything works except icon
     
  17. try your own or from second steamid64 to check out if it works
     
  18. this is my profile picture
     
  19. everytime somebody comes online, i get spammed with this error in console:
    Code:
    [12/18/2015 8:49:22 PM] [Oxide] 8:49 PM [Info] [Notifier v2.18.0] ********* (anonymized) joined the server, from Germany.
    [12/18/2015 8:49:22 PM] [Oxide] 8:49 PM [Debug] at System.Collections.Generic.Dictionary`2<object, object>.get_Item (object) <0x001c5>
    at IronPython.Runtime.NewStringFormatter/Formatter.GetUnaccessedObject (IronPython.Runtime.NewStringFormatter/FieldName) <0x000e2>
    at IronPython.Runtime.NewStringFormatter/Formatter.GetArgumentValue (IronPython.Runtime.NewStringFormatter/FieldName) <0x00031>
    at IronPython.Runtime.NewStringFormatter/Formatter.ReplaceText (string) <0x003d4>
    at IronPython.Runtime.NewStringFormatter/Formatter.FormatString (IronPython.Runtime.PythonContext,string,IronPython.Runtime.PythonTuple,System.Collections.Generic.IDictionary`2<object, object>) <0x00072>
    at IronPython.Runtime.NewStringFormatter.FormatString (IronPython.Runtime.PythonContext,string,IronPython.Runtime.PythonTuple,System.Collections.Generic.IDictionary`2<object, object>) <0x000a3>
    at IronPython.Runtime.Operations.StringOps.format (IronPython.Runtime.CodeContext,string,System.Collections.Generic.IDictionary`2<object, object>,object[]) <0x00067>
    at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,IronPython.Runtime.CodeContext,object,object,object) <0x00c4b>
    at (wrapper dynamic-method) object.joining_messages$18 (System.Runtime.CompilerServices.Closure,IronPython.Runtime.PythonFunction,object,object) <0x01ff4>
    what can i do?
    [DOUBLEPOST=1450543854,1450468694][/DOUBLEPOST]here again another message where you can see, that this error is from notifier:

    [Oxide] 5:42 PM [Info] [Notifier v2.18.0] ********* joined the server, from Germany.
    [Oxide] 5:42 PM [Error] Failed to call hook 'OnPlayerInit' on plugin 'notifier v2.18.0' Traceback (most recent call last): File "notifier.py", line 441, in OnPlayerInit File "notifier.py", line 814, in joining_messages RuntimeError: Failed to call OnPlayerInit (KeyNotFoundException: The given key was not present in the dictionary.) at System.Collections.Generic.Dictionary`2<object, object>.get_Item (object) <0x001c5> at IronPython.Runtime.NewStringFormatter/Formatter.GetUnaccessedObject (IronPython.Runtime.NewStringFormatter/FieldName) <0x000e2> at IronPython.Runtime.NewStringFormatter/Formatter.GetArgumentValue (IronPython.Runtime.NewStringFormatter/FieldName) <0x00031> at IronPython.Runtime.NewStringFormatter/Formatter.ReplaceText (string) <0x003d4> at IronPython.Runtime.NewStringFormatter/Formatter.FormatString (IronPython.Runtime.PythonContext,string,IronPython.Runtime.PythonTuple,System.Collections.Generic.IDictionary`2<object, object>) <0x00072> at IronPython.Runtime.NewStringFormatter.FormatString (IronPython.Runtime.PythonContext,string,IronPython.Runtime.PythonTuple,System.Collections.Generic.IDictionary`2<object, object>) <0x000a3> at IronPython.Runtime.Operations.StringOps.format (IronPython.Runtime.CodeContext,string,System.Collections.Generic.IDictionary`2<object, object>,object[]) <0x00067> at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,IronPython.Runtime.CodeContext,object,object,object) <0x00c4b> at (wrapper dynamic-method) object.joining_messages$20 (System.Runtime.CompilerServices.Closure,IronPython.Runtime.PythonFunction,object,object) <0x01ff4>
     
  20. Upload your config file please