-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Feature Summary
Hi! I have a feature request for the vip_adduser command.
I’m planning to use the Seasons plugin, which grants:
5 days of VIP at level 50
5 days of SUPERVIP at level 100
Here’s the desired behavior:
If a player who is already SUPERVIP reaches level 50 (where the plugin would normally give VIP), the system should extend their current SUPERVIP by the specified duration instead (5 days..)
If a player who is VIP reaches level 50, the system should extend their current VIP by 5 days.
If a player who is SUPERVIP reaches level 100, the system should extend their current SUPERVIP by 5 days.
If a player who is VIP reaches level 100 (where the plugin grants SUPERVIP), the system should extend their current VIP by 5 days.
In short: the plugin should never downgrade a player’s VIP level; it should only extend the existing group based on the awarded duration. Is it possible?
Why is this needed?
Additional Details (optional)
No response