Jump to content

Command Limiter and Cooldown 1.0.7

$4.99
   (1 review)

1 Screenshot

  • 14.2k
  • 28
  • 34.67 kB
This area is for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments

SlayersRust

Posted (edited)

is it possible for you to add it so players cannot use a command while "Building blocked" as a config option? If so I'd buy this plugin. Then anywhere else on map Building privledge or not they may use the command with the set cooldown timer config option?

I'd like to apply this to PoliceVehicles Plugin to give players a cooldown on the Vehicle Spawn commands and block them using the command in building blocked zones this way. Dev there is unresponsive

Edited by SlayersRust
Scalbox

Posted

HI
so would you like me to add an option to block the command in case of building blocked?
Yes, it is possible, let me know if this is what you need and I will add it to the plugin
 

SlayersRust

Posted

2 hours ago, Scalbox said:

HI
so would you like me to add an option to block the command in case of building blocked?
Yes, it is possible, let me know if this is what you need and I will add it to the plugin
 

Yes I'd like blocking of using certain /commands within Building Blocked Zones

 

Scalbox

Posted

I'm adding it to the plugin, I should release it between now and tomorrow along with other new changes

  • Like 1
Scalbox

Posted

Update released

Scalbox

Posted

8 hours ago, SlayersRust said:

Yes I'd like blocking of using certain /commands within Building Blocked Zones

 

Let me know if that's OK or if you run into any problems

SlayersRust

Posted

8 hours ago, Scalbox said:

Let me know if that's OK or if you run into any problems

Can you show me an example config how to add several commands to limit?

Scalbox

Posted

30 minutes ago, SlayersRust said:

Can you show me an example config how to add several commands to limit?

{
         "Enabled":true,
         "Command":"cmd",
         "BlockCommand (If set to TRUE players will no longer be able to use this command. Default FALSE)":false,
         "SafeZone. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
         "BuildingBlocked. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
         "CanBeBypassed (If set to TRUE the command block can be bypassed. It depends on the user permissions)":false,
         "CooldownSeconds (-1 infinite)":5,
         "MaxUsagePerMinute (-1 infinite)":5,
         "MaxUsagePerHour (-1 infinite)":10,
         "MaxUsagePerDay (-1 infinite)":20,
         "MaxUsagePerWipe (-1 infinite)":100
      }


This is the basic example.
Replace Command: cmd with your command, and then apply the limits you want.
If you tell me what limit you need, I'll send you a conf for the command

SlayersRust

Posted

2 hours ago, Scalbox said:
{
         "Enabled":true,
         "Command":"cmd",
         "BlockCommand (If set to TRUE players will no longer be able to use this command. Default FALSE)":false,
         "SafeZone. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
         "BuildingBlocked. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
         "CanBeBypassed (If set to TRUE the command block can be bypassed. It depends on the user permissions)":false,
         "CooldownSeconds (-1 infinite)":5,
         "MaxUsagePerMinute (-1 infinite)":5,
         "MaxUsagePerHour (-1 infinite)":10,
         "MaxUsagePerDay (-1 infinite)":20,
         "MaxUsagePerWipe (-1 infinite)":100
      }


This is the basic example.
Replace Command: cmd with your command, and then apply the limits you want.
If you tell me what limit you need, I'll send you a conf for the command

Can you show a config with a second command? Where do I add if I want 3-4 commands for example how do I add I keep getting error configs 

Scalbox

Posted

to add multiple command:

 

{
   "Enabled":true,
   "Command":"cmd",
   "BlockCommand (If set to TRUE players will no longer be able to use this command. Default FALSE)":false,
   "SafeZone. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
   "BuildingBlocked. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
   "CanBeBypassed (If set to TRUE the command block can be bypassed. It depends on the user permissions)":false,
   "CooldownSeconds (-1 infinite)":5,
   "MaxUsagePerMinute (-1 infinite)":5,
   "MaxUsagePerHour (-1 infinite)":10,
   "MaxUsagePerDay (-1 infinite)":20,
   "MaxUsagePerWipe (-1 infinite)":100
},
{
   "Enabled":true,
   "Command":"cmd",
   "BlockCommand (If set to TRUE players will no longer be able to use this command. Default FALSE)":false,
   "SafeZone. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
   "BuildingBlocked. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
   "CanBeBypassed (If set to TRUE the command block can be bypassed. It depends on the user permissions)":false,
   "CooldownSeconds (-1 infinite)":5,
   "MaxUsagePerMinute (-1 infinite)":5,
   "MaxUsagePerHour (-1 infinite)":10,
   "MaxUsagePerDay (-1 infinite)":20,
   "MaxUsagePerWipe (-1 infinite)":100
},
{
   "Enabled":true,
   "Command":"cmd",
   "BlockCommand (If set to TRUE players will no longer be able to use this command. Default FALSE)":false,
   "SafeZone. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
   "BuildingBlocked. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
   "CanBeBypassed (If set to TRUE the command block can be bypassed. It depends on the user permissions)":false,
   "CooldownSeconds (-1 infinite)":5,
   "MaxUsagePerMinute (-1 infinite)":5,
   "MaxUsagePerHour (-1 infinite)":10,
   "MaxUsagePerDay (-1 infinite)":20,
   "MaxUsagePerWipe (-1 infinite)":100
},
{
   "Enabled":true,
   "Command":"cmd",
   "BlockCommand (If set to TRUE players will no longer be able to use this command. Default FALSE)":false,
   "SafeZone. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
   "BuildingBlocked. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
   "CanBeBypassed (If set to TRUE the command block can be bypassed. It depends on the user permissions)":false,
   "CooldownSeconds (-1 infinite)":5,
   "MaxUsagePerMinute (-1 infinite)":5,
   "MaxUsagePerHour (-1 infinite)":10,
   "MaxUsagePerDay (-1 infinite)":20,
   "MaxUsagePerWipe (-1 infinite)":100
}

 

SlayersRust

Posted (edited)

1 hour ago, Scalbox said:

to add multiple command:

 

{
   "Enabled":true,
   "Command":"cmd",
   "BlockCommand (If set to TRUE players will no longer be able to use this command. Default FALSE)":false,
   "SafeZone. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
   "BuildingBlocked. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
   "CanBeBypassed (If set to TRUE the command block can be bypassed. It depends on the user permissions)":false,
   "CooldownSeconds (-1 infinite)":5,
   "MaxUsagePerMinute (-1 infinite)":5,
   "MaxUsagePerHour (-1 infinite)":10,
   "MaxUsagePerDay (-1 infinite)":20,
   "MaxUsagePerWipe (-1 infinite)":100
},
{
   "Enabled":true,
   "Command":"cmd",
   "BlockCommand (If set to TRUE players will no longer be able to use this command. Default FALSE)":false,
   "SafeZone. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
   "BuildingBlocked. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
   "CanBeBypassed (If set to TRUE the command block can be bypassed. It depends on the user permissions)":false,
   "CooldownSeconds (-1 infinite)":5,
   "MaxUsagePerMinute (-1 infinite)":5,
   "MaxUsagePerHour (-1 infinite)":10,
   "MaxUsagePerDay (-1 infinite)":20,
   "MaxUsagePerWipe (-1 infinite)":100
},
{
   "Enabled":true,
   "Command":"cmd",
   "BlockCommand (If set to TRUE players will no longer be able to use this command. Default FALSE)":false,
   "SafeZone. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
   "BuildingBlocked. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
   "CanBeBypassed (If set to TRUE the command block can be bypassed. It depends on the user permissions)":false,
   "CooldownSeconds (-1 infinite)":5,
   "MaxUsagePerMinute (-1 infinite)":5,
   "MaxUsagePerHour (-1 infinite)":10,
   "MaxUsagePerDay (-1 infinite)":20,
   "MaxUsagePerWipe (-1 infinite)":100
},
{
   "Enabled":true,
   "Command":"cmd",
   "BlockCommand (If set to TRUE players will no longer be able to use this command. Default FALSE)":false,
   "SafeZone. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
   "BuildingBlocked. Value [AllowOnly | Allow | Block] (Default Allow)":"Allow",
   "CanBeBypassed (If set to TRUE the command block can be bypassed. It depends on the user permissions)":false,
   "CooldownSeconds (-1 infinite)":5,
   "MaxUsagePerMinute (-1 infinite)":5,
   "MaxUsagePerHour (-1 infinite)":10,
   "MaxUsagePerDay (-1 infinite)":20,
   "MaxUsagePerWipe (-1 infinite)":100
}

 

I only typed the command once and I'm getting this error for some reason. Also using /cl wipe command with admin permission. The commands don't reset.

 

snipz.png

Edited by SlayersRust
SlayersRust

Posted

I think I fixed it, i just removed any limits of the commands, and am only gunna use the 300 second cooldown instead.

Scalbox

Posted

3 hours ago, SlayersRust said:

Penso di averlo risolto, ho appena rimosso tutti i limiti dei comandi e invece userò solo il tempo di recupero di 300 secondi.

Yes you can choose as you want, and enable the BuildingBlocked you told me and leave only cooldown. You set the rest of the limits to -1

Scalbox

Posted

Is everything else working or are you having problems?

SlayersRust

Posted

29 minutes ago, Scalbox said:

Is everything else working or are you having problems?

It all works great now! plugin is great, I'll leave a review thank you ❤️

  • Love 1
Scalbox

Posted

Hi all
I am not adding any new features to the plugin at the moment, but if you need any features that you would like to see in the plugin, please write them here in the comments.
Thanks

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

User Feedback

1.7m

Downloads

Total number of downloads.

7.8k

Customers

Total customers served.

118k

Files Sold

Total number of files sold.

2.4m

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.