Loyalty

Moved

Total Downloads: 1,205 - First Release: Jun 24, 2016 - Last Update: Mar 30, 2018

5/5, 8 likes
  1. Bamabo updated Loyalty with a new update entry:

    1.1.3


    [DOUBLEPOST=1466861480][/DOUBLEPOST]
    Been having a look at it and it seems you are right. Whatever the issue was back then it is no longer present. Thanks for the headsup.
     
  2. Bamabo updated Loyalty with a new update entry:

    1.1.4

     
  3. Bamabo updated Loyalty with a new update entry:

    1.1.5

     
  4. Bamabo updated Loyalty with a new update entry:

    1.1.6

     
  5. Bamabo updated Loyalty with a new update entry:

    1.1.7

     
  6. Bamabo updated Loyalty with a new update entry:

    1.2.0

     
  7. Bamabo updated Loyalty with a new update entry:

    1.2.1

     
  8. i Fixed my issue but could you still add the remove group on the points please :)
     
  9. Bamabo updated Loyalty with a new update entry:

    1.2.2


    [DOUBLEPOST=1467283273][/DOUBLEPOST]
    To clearify, am I understanding correctly that you want a command that removes a specifc group on reaching a certain amount of loyalty points?
    [DOUBLEPOST=1467283323][/DOUBLEPOST]
    Yes, sorry about that error. It was fixed in version 1.2.1 and beyond.
     
  10. Yes please :), because what i was going to do was a ranking system, i have done most of it but all the tags would pile up because there added to all the groups
     
  11. Oh but then the default behavior should work well for you. Whenever a new group is assigned the old one is removed. This goes for both when assigned by time and using /loyalty set.
    Oh and whatever groups you add to players via console are untouched as long as they're not rewards in Loyalty too.
    I am however working on adding support for removing groups/permissions with time too :)
     
  12. O thank you i didn't know this :), i am still having a few errors its saying this at the moment Gyazo - 3472e306bbbec3283ca034176a44bce6.png
     
  13. /loyalty set only takes two arguments: #1 the name of the player and #2 the new loyalty. Since your name has a whitespace in it you need to use quotes like so /loyalty set "[BB] Brandon" 123
     
  14. Have you been on the server for one minute(by default)/reconnected after installing the plugin? Because it only adds players to the list when they either connect or once every time it hands out points.

    I just tried adding a space to my name and it seems to work Gyazo - be07464f50571765269946e96001129c.png
     
  15. ahhhh i got it its because i am in a clan
    },
    "76561198067926561": {
    "name": "[DG] [BB] Brandon",
    "id": 76561198067926561,
    "loyalty": 5,
    "group": ""
    },
    Its all good now thank you :)
     
  16. You're most welcome. BTW remember that you can use partial names so for my name "Bamabo" i could just do /loyalty set b 23 and it will find the first player starting with b. Saves you quite a bit of time.
    And let me know if there's any other issues, I'm here to help :)
     
  17. Im sorry to bother you again but i have another issue, its very strange https://i.gyazo.com/f91769e735f96dd1dba50c22a98574fe.jpg it says im in the group Regular on the data but not in game and for some one in my game (Jatabosco) it says he doesn't have the tag on the data but in game he does, and in game now people are at the requirement of 6 but there not getting the tag ?

    Here is my data file
    Code:
    {
      "players": {
        "76561197969946287": {
          "name": "Jatabosco",
          "id": 76561197969946287,
          "loyalty": 8,
          "group": ""
        },
        "76561198067926561": {
          "name": "[DG] [BB] Brandon",
          "id": 76561198067926561,
          "loyalty": 6,
          "group": "\"Regular\""
        },
        "76561198046628705": {
          "name": "¤|¤",
          "id": 76561198046628705,
          "loyalty": 8,
          "group": ""
        },
        "76561198275350084": {
          "name": "serzh.prokhorov.1961",
          "id": 76561198275350084,
          "loyalty": 3,
          "group": ""
        },
        "76561198018845116": {
          "name": "[C4] RoelosShinji  CSGOHILL.COM",
          "id": 76561198018845116,
          "loyalty": 3,
          "group": ""
        },
        "76561198053951377": {
          "name": "hakerog",
          "id": 76561198053951377,
          "loyalty": 3,
          "group": ""
        },
        "76561198309859721": {
          "name": "sinicin.den",
          "id": 76561198309859721,
          "loyalty": 8,
          "group": ""
        },
        "76561198086065413": {
          "name": "LEntävä Elmeri",
          "id": 76561198086065413,
          "loyalty": 1,
          "group": ""
        },
        "76561198279293845": {
          "name": "takuto.ponta",
          "id": 76561198279293845,
          "loyalty": 6,
          "group": "\"Regular\""
        },
        "76561198244957964": {
          "name": "ぺぺ(・×・)",
          "id": 76561198244957964,
          "loyalty": 3,
          "group": ""
        },
        "76561198116671710": {
          "name": "Altimer",
          "id": 76561198116671710,
          "loyalty": 5,
          "group": ""
        },
        "76561198149866553": {
          "name": "pontantan",
          "id": 76561198149866553,
          "loyalty": 1,
          "group": ""
        }
      },
      "usergroups": [
        {
          "usergroup": "\"Pro\"",
          "requirement": 18
        },
        {
          "usergroup": "\"Elite\"",
          "requirement": 36
        },
        {
          "usergroup": "\"Ultra\"",
          "requirement": 72
        },
        {
          "usergroup": "\"Regular\"",
          "requirement": 6
        }
      ],
      "rewards": []
    }
     
  18. Which version of the plugin are you running?
    The latest version should work fine for automatic assignment but I noticed a bug with the set command. I will be rolling out a fix in a few minutes.