1. can you set kits to a rank?
     
  2. It says i dont have any rank or title and it continues saying donor in my name. I wipe de config and everything
     
  3. Quick question: How does a player obtain Karma? I didn't see it explained. Not sure if it's missing or if I just plain missed it. Also, I tried multiple ways of giving/removing karma from a player to change his rank/title, but it never worked. I did it to myself, as admin, but it would never take effect on the other player. It always told me the value was updated, but when the player went to check, it was still "0". Any ideas?
     
    Last edited by a moderator: Mar 29, 2015
  4. Love the plugin. However, I really want to also use the Chat Handler plugin.

    I get this error:
    [Warning] Calling hook OnPlayerChat resulted in a conflict between the following plugins: RanksAndTitles, chathandler and the chat ends up looking like this:
    [​IMG]
    I'd be very happy if there's something that can be done about this. :D
     
  5. Is it just me or is it really hard to get the titles working?
    By titles I mean admin ranks like Admin, Mod, Owner, Vip etc.
    Also it seems like server restart is in order every time I update something
    (even oxide.reload doesn't seem to update the names ,nor reconnection)
     
  6. Chathandler - yep.

    If you use http://oxidemod.org/resources/rotag-groups.788/ this instead of the rust io clans plugin then you can turn group FF on and off. Means that people won't be able to kill each other. It would be easier to get the clans plugin to add friendly fire than to do what you're suggesting me thinks.
     
  7. No because I don't want to enable friendly fire. Please improve the karma system, as at the moment it is flawed.
     
  8. no matter what i do! this problem persists
     
  9. Try deleting the config file after changing it and then restart plugin.
     
  10. is there a way to allow someone to have a Title and still show their rank. if i give a rank to someone like my mods they no longer show their rank in chat.

    Example-Tod [Mod] [Bandit]
     
  11. when I update a players data in the data folder, It doesn't load in game.... even after the plugin is reloaded, or the server is restarted.

    example:
    when this:
    Code:
    "00000000000000000": {
          "PlayerID": "00000000000000000",
          "RealName": "jamster Y426",
          "Title": "Player",
          "Rank": 0.0,
          "Kills": 0.0,
          "KDR": 0.0,
          "Deaths": 3.0,
          "Karma": 0.0,
          "isAdmin": true,
          "hidden": false
    is changed to this in the config file:
    Code:
    "00000000000000000": {
          "PlayerID": "00000000000000000",
          "RealName": "jamster Y426",
          "Title": "Owner",
          "Rank": 0.0,
          "Kills": 0.0,
          "KDR": 0.0,
          "Deaths": 3.0,
          "Karma": 0.0,
          "isAdmin": true,
          "hidden": false
    It doesn't load in game. I have to type /rt set command for it to work.

    Reason why I need this, is that my community have asked for a special title, after I reset my server. And I was hoping to manually insert all the data, instead of having to set them to that title when they join.

    Thanks.
     
  12. KillParadise updated Ranks And Titles with a new update entry:

    Fixes, Permissions, and updates!

     
  13. thx but im going to wait until chat handler support is add heheh i cant run the server without it there are a lot of assholes that keep disrespecting admins and players on my server.
    [DOUBLEPOST=1429840356][/DOUBLEPOST]so i need to mute them hehe
     
  14. Im having a issue with /rt commands not working....commands like /rt switch = plugin stays on Ranks system, /rt set playername = command does nil. Also I have noticed that there are no data logs registering for our players in the data section. Am I doing something wrong?
     
  15. /rt switch no longer exists Titles are replaced with prefixes use /rt useboth to turn these off or on. /rt set playername now sets prefixes instead of main ranks, you need to make sure you let the plugin create a brand new config file because it contains new data that the plugin requires to function properly.
     
  16. KillParadise updated Ranks And Titles with a new update entry:

    Commands & Compatibility Fixes

     
  17. Ok so I am probably doing all this wrong or maybe another plugin is interfering with it but my data config reads as follows.
    Code:
    {
      "PlayerData": {
      "0000000000000": {
      "PlayerID": "0000000000000"
      },
      "000000000000000": {
      "PlayerID": "000000000000"
      },
      "00000000000000": {
      "PlayerID": "000000000000",
      "Prefix": "Owner"
      },
      "0000000000000": {
      "PlayerID": "00000000000000000"
      },
      "000000000000": {
      "PlayerID": "000000000000000"
      },
      "00000000000000": {
      "PlayerID": "00000000000000"
      },
      "0000000000000": {
      "PlayerID": "0000000000000000"
      }
      }
    }
    Notice that the player ID with "Owner" is set in the config, however in game it reads as"undefined" any ideas why?
     
    Last edited by a moderator: Apr 24, 2015
  18. Are they coming up as zeros or did you do that?
    So you have owner set but it returns undefined . Did you change the data file? Or use a command?
     
  19. No I added the zeros for this post all those are actual steam Id's, there is no change to the data file what so ever. This is how the data config posted.
    [DOUBLEPOST=1429853538][/DOUBLEPOST]I used the in game command to add myself as the owner, once it came back as undefined, I checked the data config to see if the info was being recorded. It is indeed being recorded but in the format you see above. ( command used /rt set playername)