Some help needed

Status
This thread has been locked.

Monjii

Premium
Feedback score
5
Posts
359
Reactions
46
Resources
0
Hello guys, so I have a little bit of a problem.

So on my server we have a /kit monthly, however the only problem is I don't really want a new starter that joined like to obtain it a few secs after joining. I want there to be a condition where they have to at least wait like one day.

Is there like a plugin out there that adds permission nodes to players after they reach a certain playtime milestone?
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Vip

Online Entrepreneur
Premium
Feedback score
60
Posts
2,235
Reactions
649
Resources
0
Not sure if this skript is fully correct but you could get rid of monthly kit permission in the ranks and then it'll add the permission to the player after 1 day
Code:
On first join:
    wait 1 day:
        execute console command “/pex user add essentials.kits.monthly”
[DOUBLEPOST=1565814489][/DOUBLEPOST]
Hello guys, so I have a little bit of a problem.

So on my server we have a /kit monthly, however the only problem is I don't really want a new starter that joined like to obtain it a few secs after joining. I want there to be a condition where they have to at least wait like one day.

Is there like a plugin out there that adds permission nodes to players after they reach a certain playtime milestone?
OR the second option you can do a playtime reward and just make it so it gives them access to monthly kit after they reach 1 day of playtime. Which is basically the same as the skript but you can use a plugin instead.
 
Last edited:
Status
This thread has been locked.
Top