Add timed commands, for vips ex: 30 days
Timed commands/promo codesSuggestion
If you're trying to add somebody to a group for 30 days when they enter a code, I'd suggest combining this with Timed Permissions.
Hello,
Im having a bit of struggle adding someone to a group after they redeemed a promo code. I would like the user to be added to the group after he redeems the promocode.
I have the following code but it didnt work. I tried other things too but having some hard time. Thank you for your work and support!
[
{
"Automatically Fill To (Amount)": 2,
"Codes": [
"47e30f21-dde2-42da-883f-8983d409e4de",
"23cdeeaf-fdd3-4f84-8b0d-238e280ea6e6"
],
"Commands": [
{
"Parameters": [
"{username} just redeemed a code!"
],
"Command": "o.usergroup add {username} 1%"
}
]
}
]