Jump to content

1 Screenshot

  • 39.7k
  • 439
  • 2.16 kB

Recommended Comments

saintmichel13

Posted

does this work with zonemanager?

saintmichel13

Posted (edited)

or other plugins that require admin permissions or similar restricted permissions thanks 

Edited by saintmichel13
UserLeftRust

Posted

It's sent as a server level command.. same as you typing a command into console... What are you looking to do?

Baron Von Finchus

Posted

would you consider adding a config option for executing upon a custom console command? Essentially meaning we could run batch commands using this plugin. Would be usful for servers that purge when many server owners unload raid protection plugins, bot spawners etc all at once.

UserLeftRust

Posted

so a command to run a timer that then runs a command?

Baron Von Finchus

Posted

18 minutes ago, MikeHawke said:

so a command to run a timer that then runs a command?

More like a master command that then runs off the configured commands?

Essentially if you could trigger the master command to do several commands. For example say I wanted to use this to start the purge event on my server (where several plugins need to be unloaded to allow player and building damage etc) I would configure it so the command would be "ComTimer.Purge" or something like that through the RCon console. That would then run commands specififed in the config such as ["o.unload  PluginName", "o.unload OtherPluginName", "say The Purge has begun!"] Perhaps even with a configurable delay until execution?

I totally understand that this plugin is all about Timed commands that repeat within a configured period of time so if this is out of scope I totally understand but I thought it was worth asking anyway since I don't know of any other batch command plugins and this one looks super straight forward to configure and use. Again totally understand if the answer is no. Cheers for getting back to me!

UserLeftRust

Posted (edited)

No. But that’s a real easy plug to make.  

something like this? 
Config:

"Command ListList": [
    "say 1",
    "say 2",
    "say 3"
  ]

Command:
OFA

OneForAll.cs

Edited by MikeHawke
  • Love 1
Baron Von Finchus

Posted (edited)

On 7/18/2021 at 8:20 PM, MikeHawke said:

No. But that’s a real easy plug to make.  

something like this? 
Config:

"Command ListList": [
    "say 1",
    "say 2",
    "say 3"
  ]

Command:
OFA

OneForAll.cs 1.8 kB · 0 downloads

What an absolute hero! Thank you mate. Thats exactly what I'm looking for!

Edited by Baron Von Finchus
lsls

Posted

hi,some plugin commands are not available,Like this plugin:notify,

my configuration:

"Command List": [
    "notify.show 0 message",
    "say hello"

],

The first command is not displayed, and the second is displayed normally,Is this related to plug-in permissions?

UserLeftRust

Posted

are you sending something like 
 "notify.show 0 "loads of text here"" ?
if thats the case try something like
"notify.show 0 /"loads of text here/""

Psyonide

Posted (edited)

Does this pick a random command from the list or run them in the order you enter them? What I'm looking to do is run multiple event plugins in a certain order about an hour apart so they don't overlap each other. ComTimer seems to be the closest to what I'm looking for to accomplish this.

Edited by Psyonide
  • Like 1
nol

Posted

hi @MikeHawke,

 what if i want an additional command that sets a different time? like i want a command that runs every 10secs and another command that sets every 600 secs.?

EvilCarnEvil

Posted

On 2/17/2022 at 6:09 PM, Psyonide said:

Does this pick a random command from the list or run them in the order you enter them? What I'm looking to do is run multiple event plugins in a certain order about an hour apart so they don't overlap each other. ComTimer seems to be the closest to what I'm looking for to accomplish this.

Did you ever find anything that does this?  Im looking for the EXACT same thing.  Seems the dev might have abandoned this one....

DeutscherRitterPlatz

Posted

3 hours ago, EvilCarnEvil said:

Did you ever find anything that does this?  Im looking for the EXACT same thing.  Seems the dev might have abandoned this one....

We have been using the "Timed Execute" plugin for several years, and this plugin offers such functionality under "TimerRepeat".
Perhaps you will find what you're looking for there if you're not satisfied with this plugin.

https://umod.org/plugins/timed-execute

  "TimerRepeat": {
	"oxide.reload TruePVE": 900,
	"oxide.reload TargetHealthHUD": 950,
	"oxide.reload Clans": 1000
  },

 

EvilCarnEvil

Posted

On 6/27/2023 at 5:24 AM, MeinRust said:

We have been using the "Timed Execute" plugin for several years, and this plugin offers such functionality under "TimerRepeat".
Perhaps you will find what you're looking for there if you're not satisfied with this plugin.

https://umod.org/plugins/timed-execute

  "TimerRepeat": {
	"oxide.reload TruePVE": 900,
	"oxide.reload TargetHealthHUD": 950,
	"oxide.reload Clans": 1000
  },

 

Thanks!  I actually found an extremely simple plugin that does exactly what I needed.  You just put your commands in the list, choose the time, and itll run 1 command off of the list in that time period either in order, or at random per your selection.  So simple, yet extremely effective for keeping events from overlapping.

Timed Commands - Plugins - Codefling

 

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.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.5k

Files Sold

Total number of files sold.

2m

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.