Jump to content
  • 0

Buyable raids - cooldowns


JimDeadlock

Question

I'm trying to get to grips with the cooldown system. I've set each cooldown to 18 hours:

"Normal Users": 1080.0

...but players are still able to buy multiple raids with apparently no cooldown. I'm not sure, but I think they are doing for example /buyraid easy to bypass the cooldown. Is there a way to lock them down properly?

Config is attached.

RaidableBases.json

Edited by JimDeadlock
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 1
6 hours ago, JimDeadlock said:

I'm trying to get to grips with the cooldown system. I've set each cooldown to 18 hours:

"Normal Users": 1080.0

...but players are still able to buy multiple raids with apparently no cooldown. I'm not sure, but I think they are doing for example /buyraid easy to bypass the cooldown. Is there a way to lock them down properly?

Config is attached.

RaidableBases.json 21.9 kB · 2 downloads

You are specifying the time in seconds, so 1080 seconds is not 18 hours but rather 18 minutes. If you want to have 18 hours, you need to set it to 64800.
 

"Cooldowns (0 = No Cooldown)": {
        "Reset Cooldown Costs": {
          "Custom Currency": {
            "Enabled": false,
            "Item Shortname": "scrap",
            "Item Name": null,
            "Amount": 0,
            "Skin": 0
          },
          "Economics Money": 0.0,
          "ServerRewards Points": 0
        },
        "Easy": {
          "VIP Permission: raidablebases.vipcooldown": 300.0,
          "Admin Permission: raidablebases.allow": 0.0,
          "Server Admins": 0.0,
          "Normal Users": 64800.0
        },
        "Medium": {
          "VIP Permission: raidablebases.vipcooldown": 300.0,
          "Admin Permission: raidablebases.allow": 0.0,
          "Server Admins": 0.0,
          "Normal Users": 64800.0
        },
        "Hard": {
          "VIP Permission: raidablebases.vipcooldown": 300.0,
          "Admin Permission: raidablebases.allow": 0.0,
          "Server Admins": 0.0,
          "Normal Users": 64800.0
        },
        "Expert": {
          "VIP Permission: raidablebases.vipcooldown": 300.0,
          "Admin Permission: raidablebases.allow": 0.0,
          "Server Admins": 0.0,
          "Normal Users": 64800.0
        },
        "Nightmare": {
          "VIP Permission: raidablebases.vipcooldown": 300.0,
          "Admin Permission: raidablebases.allow": 0.0,
          "Server Admins": 0.0,
          "Normal Users": 64800.0
        },
        "Apply Cooldown To Entire Clan And Team": true,
        "Apply All Cooldowns": true
      },

It is important to note that if your default group has the permission "raidablebases.vipcooldown," then those players have a cooldown of 5 minutes because 300 seconds equals 5 minutes.
1minutes = 60 seconds

  • Love 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
1.1m

Downloads

Total number of downloads.

5.7k

Customers

Total customers served.

82.7k

Files Sold

Total number of files sold.

1.6m

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.