Zrips / Jobs

Jobs
Apache License 2.0
186 stars 216 forks source link

money/point/exp boost resets on server restart #1344

Open SideLo98 opened 2 years ago

SideLo98 commented 2 years ago

*Detailed description of the issue:

when applying (example: /jobs moneyboost all 8766hour 1) which adds +100.0% rates for (8766hour = 1 year) for all jobs in this case. It gets reset after the server is restarted boost returns to 0.0%.

Jobs version: 5.0.1.0

Server Type (Spigot/Paper/etc): Paper

Server Version (using /ver): 1.18.1

mrfloris commented 2 years ago

It's always been like this for most plugins giving boosters; they run live until the reset of the server. I do agree that it is nice if more plugins support persistent. I think a lot of people these days try to use the permissions to give boosters so they can be removed from a group at a certain time despite restarts.

SideLo98 commented 2 years ago

oo, I didn't knew we can also give boosts through permissions. I would probably use permissions then.