1. Not yet, waiting for @Domestos to push his update and then it should be good to go.
     
  2. Emh, no update...

    Question to you: can I remove deaths that will affect to karma? Thanks.
     
  3. Nice update mate! To clarify, the staff colors will stay green and players blue?
     
  4. no, read the topic again!! it also needs an update from chathandler it self! so wait for a chathandler update!
     
  5. they can be whatever you want, the colors are in the config under
    Code:
    "Settings": {
        "Settings": true,
        "deBugOff": true,
        "karma": true,
        "colorSupport": true,
        "useTitles": false,
        "noAdmin": false,
        "usePunishSystem": true,
        "chatNameColor": "#1bd228", --- sets the default chat color
        "staffchatNameColor": "#1bd228" --- sets your staff colors
      },
    
    [DOUBLEPOST=1426316027][/DOUBLEPOST]
    What do you mean? make deaths not change karma?
     
  6. Yes. deaths will not change karma... Look that I has shown (later). This system is perfect. Only kills changes karma.:)
    [DOUBLEPOST=1426329128][/DOUBLEPOST]Hm...

    Code:
    [Oxide] 1:32 PM [Info] PlayerData is undefined[Oxide] 1:30 PM [Info] No Data found, Attempting to build Data
    [Oxide] 1:30 PM [Info] PlayerData is undefined
    [Oxide] 1:31 PM [Info] STV
    [Oxide] 1:31 PM [Info] starter: STV
    [Oxide] 1:31 PM [Info] STV
    [Oxide] 1:31 PM [Info] kset
    [Oxide] 1:31 PM [Info] Playername before search: stv
    [Oxide] 1:31 PM [Info] Searched Name: stv
    [Oxide] 1:31 PM [Info] found match stv
    [Oxide] 1:31 PM [Info] number
    [Oxide] 1:31 PM [Info] 2000
    Stopped server, deleted data, started and msg's while joining people (nicknames like "STV [*empty*]"):

    [Oxide] 1:32 PM [Info] PlayerData is undefined
     
    Last edited by a moderator: Mar 14, 2015
  7. i love the new update coloroption was just what i was looking for, but i'm running into a problem regarding the admin commands.

    No matter which /rt [option] i try to use, it interprets it as if i was just giving the /rt command.

    ie: /rt karma set "playername" will return my current rank instead of altering karma.

    thanks in advance.
     
  8. well I see I forgot to take out most of my debugs... Go and make sure data files created successfully and make sure player data is present.
    [DOUBLEPOST=1426350961][/DOUBLEPOST]
    Karma commands are /rt kset etc. check commands list in overview, that should address your issue.
     
  9. Don't want to try it again, cuz this wipes players data... Back to v1.1.0 :(
     
  10. Why does it wipe player data ? I don't understand what you're doing to cause this issue. Player data should be built at the very beginning of plugin setup, have you reloaded the plugin ? Maybe when I get home I can build a small starter kit to help you. I'm out to lunch with my family right now.
     
  11. Okay, thanks
     
  12. anyone know when it might be compatible with chat handler?
     
  13. Soon hopefully I'm working with @Domestos on building a better comparability system.
     
  14. After update to latest version the plugin reset the +1 and -1 ranks to the defaults instead of what we had setup in replacement. The config appears unchanged so I'm not sure what we are missing on this one. Also it appears the /rt karma commands are not working.
     
  15. how do i get titles to show? when i hit /rt set playername Title? when i put the config to true then reload the plugin doenst seem to show the titles how does this work?
     
  16. There was a very large config update so the plugin auto updates the config back to default. This is why it's advices to always back up titles and ranks from your config to copy and paste them back in. Also the command is /rt karma is no long used, check overview for the command series
    [DOUBLEPOST=1426370412][/DOUBLEPOST]
    I don't know what you mean config to true? When you do /rt set this overrides any titles placed make sure your typing the title in all lower case.
     
  17. He must be referring to the config setting "use titles".....
     
  18. yah basically when i set someones titles i was wondering why it does show in the server when they talk?
     
  19. Current issue I have found is the plugin is just pulling off the ranks title list no mater how I set up the settings. Example I have set the config file to show like this....

    {
    "authLevel": 2.0,
    "version": "1.5",
    "Settings": {
    "Settings": true,
    "deBugOff": true,
    "karma": true,
    "colorSupport": false,
    "useTitles": true,
    "noAdmin": false,
    "usePunishSystem": false,
    "chatNameColor": "#1bd228",
    "staffchatNameColor": "#1bd228"

    Now what is happening is the titles are not the custom titles I want to use but instead is pulling from the ranks list...How can I fix this?
     
  20. Well when useTitles is set to true it shouldn't be pulling off ranks anyway. It should pull from titles, however by custom title of you mean /rt set, then this should work no matter which list is being used this is an override mechanism when you use /rt set what are you typing and what is the result ?