Jump to content

Timed group

Not a Bug 0.1.2

say my name

Posted

Hello sorry for not understanding this but what would be the format of adding a player to a group for a limited time?

I was trying this: 

/tperm group add test.user test.group 60 true

so it returns that permission is not found, what would be the correct path?

IIIaKa

Posted

Changed Status from Pending to Work in Progress

  • Like 1
IIIaKa

Posted (edited)

@say my name
Hello, you are entering the command incorrectly, it should be as follows:

  • /tperm add nameOrId GROUP wipe - Grants until the next wipe;
  • /tperm add nameOrId GROUP 60 false/true(optional) - Grants for 60 seconds. If false is specified after the seconds(default), the time will be added if the player already has an active temporary permission/group.
    If true, existing active permission/group will be reset and the new time will be applied as specified;
  • /tperm add nameOrId GROUP "2025-02-19 17:57" - Specifies the exact date in UTC format until which the temporary permission/group will remain active.

 

  • o.usergroup add nameOrId GROUP wipe
  • o.usergroup add nameOrId GROUP 60 false/true(optional)
  • o.usergroup add nameOrId GROUP "2025-02-19 17:57"
Edited by IIIaKa
  • Like 1
say my name

Posted

Okay, thanks for the clarification! Solved.

  • Like 1
IIIaKa

Posted

Changed Status from Work in Progress to Not a Bug

IIIaKa

Posted

If the issue persists, feel free to report it in this thread.

JuJu

Posted

Hello, I am trying to use your plugin for vip1,vip2 and vip3 for a 30 day subscription. When a player buys the vip I need the timer to set perms for what the player will recieve when they buy the vip.

I am not sure how to set this in my server.  My perms are set by group in adminperms. When they buy the vip they get a block of perms.  Would this be something like.../tper vip1 vip1 "2025-05-01"

My wish is to have it set to a 30 day interval for the VIP's . To set to wipe would be something like /tperm vip1 vip1 wipe 

Thanks in advance.

IIIaKa

Posted (edited)

Hello, if I understood correctly, vip1–3 are groups, and you want customers who purchase vip1–3 in your store to be assigned to these groups for 30 days.
You can achieve this either through a separate plugin that works via API, or by using a chat command or console command.

Chat commands:

  • /tperm add *nameOrId* vip1 wipe - Grants until the next wipe;
  • /tperm add *nameOrId* vip2 2592000 - Grants for 30 days;
  • /tperm add *nameOrId* vip3 "2025-05-30 17:57" - Specifies the exact date in UTC format until which the temporary group will remain active.

Chat commands can also be used in the console, just without the "/".


Console commands(for Carbon it will be c.usergroup):

  • o.usergroup add *nameOrId* vip1 wipe
  • o.usergroup add *nameOrId* vip2 2592000
  • o.usergroup add *nameOrId* vip3 "2025-05-30 17:57"
Edited by IIIaKa
JuJu

Posted

Hello and thanks for getting back to me.  For some reason the plugin does not recognize vip groups. vip1, 2, or three. Is there a way to create the group. I tried add group command.  /tperm grant group "vip1" vip1 2592000. I am trying to avoid the adding of each and individual perm. All of the perms are included in that group.

Thanks

tperms.jpg

oxide groups.jpg

IIIaKa

Posted

Are you trying to assign the 'vip1' permission to the 'vip1' group? And what exactly is the response you're getting?

JuJu

Posted

Hello and thanks for getting back to me.  For some reason the plugin does not recognize vip groups. vip1, 2, or three. Is there a way to create the group. I tried add group command.  /tperm grant group "vip1" vip1 2592000. I am trying to avoid the adding of each and individual perm. All of the perms are included in that group.

I also tried /tperm grant group *vip1* vip1 2592000      Even though I have vip 1, vip2 and vip3 created oxide perms. I can add by individual player but I really need by group. I have a shop for vips and my players want to pay a 3 month blocks or by month.  So if it was going to be for 120 day would be 10368000 seconds. How do I get the plugin to recognize the vips as a group to give perms.

Thanks

 

20250430134118_1.jpg

20250430134227_1.jpg

JuJu

Posted

7 minutes ago, JuJu said:

Hello and thanks for getting back to me.  For some reason the plugin does not recognize vip groups. vip1, 2, or three. Is there a way to create the group. I tried add group command.  /tperm grant group "vip1" vip1 2592000. I am trying to avoid the adding of each and individual perm. All of the perms are included in that group.

I also tried /tperm grant group *vip1* vip1 2592000      Even though I have vip 1, vip2 and vip3 created oxide perms. I can add by individual player but I really need by group. I have a shop for vips and my players want to pay a 3 month blocks or by month.  So if it was going to be for 120 day would be 10368000 seconds. How do I get the plugin to recognize the vips as a group to give perms.

Thanks

 

20250430134118_1.jpg

20250430134227_1.jpg

is this what needs to happen to have the group...

Create a Group:

Use the command oxide.group add <groupname> to create a new group. For example, oxide.group add vip_group would create a group named "vip\_group". 

 

Thing is I have the group already.

 

JuJu

Posted (edited)

3 hours ago, JuJu said:

I did a oxide command.

  I did .show groups and they are there in console and they are there.

 

 

 

3 hours ago, JuJu said:

is this what needs to happen to have the group...

Create a Group:

Use the command oxide.group add <groupname> to create a new group. For example, oxide.group add vip_group would create a group named "vip\_group". 

 

Thing is I have the group already.

 

 

3 hours ago, JuJu said:

 

 

3 hours ago, JuJu said:

 

Hello and thanks for getting back to me.  For some reason the plugin does not recognize vip groups. vip1, 2, or three. Is there a way to create the group. I tried add group command.  /tperm grant group "vip1" vip1 2592000. I am trying to avoid the adding of each and individual perm. All of the perms are included in that group.

I also tried /tperm grant group *vip1* vip1 2592000      Even though I have vip 1, vip2 and vip3 created oxide perms. I can add by individual player but I really need by group. I have a shop for vips and my players want to pay a 3 month blocks or by month.  So if it was going to be for 120 day would be 10368000 seconds. How do I get the plugin to recognize the vips as a group to give perms.

Thanks

 

Edited by JuJu
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.4k

Files Sold

Total number of files sold.

2.5m

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.