Jump to content

Can't remove from group?

Closed 1.1.5

Hello, I've working on setting up commands for the server but ran into a little issue when testing. I am able to givetokens and for the most part everything is working fine, however I am unable to remove myself from any VIP group. I keep getting the message ID: {SID} does not have vip tier: <package>  I have also tried this on another player and got the same message. Is there another way I can remove myself out of a group? 

Share this comment


Link to comment
1 hour ago, cubix said:

Hello, I've working on setting up commands for the server but ran into a little issue when testing. I am able to givetokens and for the most part everything is working fine, however I am unable to remove myself from any VIP group. I keep getting the message ID: {SID} does not have vip tier: <package>  I have also tried this on another player and got the same message. Is there another way I can remove myself out of a group? 

What method are u using to remove yourself?

Share this comment


Link to comment

/removevip (name) (vipgroup)

This is right after I drank a token for the group, then tried to remove myself

 

token.JPG

Edited by cubix
more info

Share this comment


Link to comment
4 minutes ago, cubix said:

/removevip (name) (vipgroup)

This is right after I drank a token for the group, then tried to remove myself

 

token.JPG

I have no idea what that command is lol.

Do the following in your server console

o.show group vip2

Should print out any members in the group, as well as any perms associated to the group.

Share this comment


Link to comment

Ok, so I dug around and it looks like there was a perm setting that was off, I'm getting results now in oxide when I try again. Looks to be good now as I can see players and perms for each group. My only questions left is, is it possible to make a token permanent? I wasn't sure if just putting "0" in days to add in config was the way to do that. Thank you for your time and help with this as well! 

Share this comment


Link to comment
3 hours ago, cubix said:

Ok, so I dug around and it looks like there was a perm setting that was off, I'm getting results now in oxide when I try again. Looks to be good now as I can see players and perms for each group. My only questions left is, is it possible to make a token permanent? I wasn't sure if just putting "0" in days to add in config was the way to do that. Thank you for your time and help with this as well! 

I would run the token as a console command rater than a group command if you are trying to do that.

Example:

    "command_1": {
      "name": "Command Token 1",
      "time_type": "day",
      "time_to_add": 0,
      "vip_group": null,
      "vip_description": "This token will add the user to the vip group and wont take them off.",
      "remove_tokens_on_wipe": false,
      "token_item": {
        "name": "permanent vip token",
        "skin": 2546992444,
        "item_shortname": "radiationresisttea.pure"
      },
      "_command": {
        "command": "o.usergroup add {id} vip",
        "message": "You now have permanent vip.",
        "public_message": "",
        "hook": true
      },
      "_commands": null
    },

 

Share this comment


Link to comment

 

On 7/10/2022 at 10:06 PM, imthenewguy said:

I would run the token as a console command rater than a group command if you are trying to do that.

Example:

    "command_1": {
      "name": "Command Token 1",
      "time_type": "day",
      "time_to_add": 0,
      "vip_group": null,
      "vip_description": "This token will add the user to the vip group and wont take them off.",
      "remove_tokens_on_wipe": false,
      "token_item": {
        "name": "permanent vip token",
        "skin": 2546992444,
        "item_shortname": "radiationresisttea.pure"
      },
      "_command": {
        "command": "o.usergroup add {id} vip",
        "message": "You now have permanent vip.",
        "public_message": "",
        "hook": true
      },
      "_commands": null
    },

 

Ok perfect, I will try this method instead. Thank you again for your time and input, much appreciated! 

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.7k

Customers

Total customers served.

82.1k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.