Server config?

Is there a plugin that has the ability to mess with server config files? Forgive me for the question if its a noob one.. I'm not sure at all the limitations of umod plugins. 

I use server hosting and would like to be able to modify server configs on a timed basis but I'm not yet aware of a solution for that.. I can't exactly install random DLLs and don't have the knowledge to use scripts to FTP transfer files on a scheduled basis

I'm not sure which configuration you're referring to, but it would depend on how you set those up. Pretty much everything in server.cfg can be set via commands. If you need to modify any files on the filesystem directly, that would involve filesystem access, so disabling the sandbox would be necessary as Oxide plugins are sandboxed by default.

server config or plugin configs?  not sure why you'd want to change server configs once it's set up to your liking.

to change your plugin configs automatically you can use this

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

eg day 1 3 x gather.  day 2 5 x gather etc etc or whatever you'd want to change, add or remove..

PvKk5KueWWALt2t.png Wulf

I'm not sure which configuration you're referring to, but it would depend on how you set those up. Pretty much everything in server.cfg can be set via commands. If you need to modify any files on the filesystem directly, that would involve filesystem access, so disabling the sandbox would be necessary as Oxide plugins are sandboxed by default.

So for example changing a server seed and the title for a wipe? If I could use a plugin or something to change it for me, I could set that up ahead of time

Im sure you won't find a single Server Admin that'll tell a fully automated wipe is a great thing. I'd 1000 percent recommend you're around for an update or server wipe. there are ALWAYS problems every month with the FP patch, and generally, it requires additional work or plugin updates to get working correctly.

thanks for the advice but ive been wiping servers for years. im trying to automate more... i cannot physically be on every single wipe day at the appropriate time with my work, and this would be a huge improvement for my players

wouldn't that be more of a server script than anything else?

yea as i said in the first post "don't have the knowledge to use scripts" so looking for an alternative