Looking for a mod that will automatically say commands on server restart!
7 replies, posted
As you may have known, Rust servers tend to restart frequently. It becomes very annoying not only to the admin but the players themselves when a restart happens, as everything I promised them in the title disappears. As the admin of the server I would think it would be a great addition to the server some sort of mod that automatically places the following commands in. If anyone has any information or knows of any mods out there like I described please let me know!
Commands I would like to be typed in automatically on server restart:
crafting.instant true
env.timescale "0"
env.time "12"
Thank you for you help,
NotAPervert69
P.S. I know 0 about lua so you are going to need to give me a step by step instructions if that's not too much to ask for...
About my server:
,=,e Turtle Gaming | 24/7day/Instacraft/Teamspeak/Kits+/TP
To connect to it: net.connect 108.178.53.186:30815
Oxide ( 1.14 )
Hosted by multiplay
Located in the US
Default Rust commands can go under serverdata/cfg/server.cfg, which is loaded with every start. I'm not sure if Multiplay allows that or not though.
For plugin options:
- Commands: [url]http://forum.rustoxide.com/resources/easy-server-config.151/[/url]
- Messages: [url]http://forum.rustoxide.com/resources/motd.7/[/url]
##Current server cfg
##Do not edit these variables!
rcon.password "$$admin_passwd$$"
server.hostname "$$name$$"
##Below this line can be edited or added to
This is what is in my server.cfg so do I just place the commands under "##Below this line can be edited or added to" so it would look like this?
##Current server cfg
##Do not edit these variables!
rcon.password "$$admin_passwd$$"
server.hostname "$$name$$"
##Below this line can be edited or added to
crafting.instant true
env.timescale "0"
env.time "12"
Yes
And you don't need the quotes.
Ok so I've tried using this setup
##Current server cfg
##Do not edit these variables!
rcon.password "$$admin_passwd$$"
server.hostname "$$name$$"
##Below this line can be edited or added to
crafting.instant true
env.timescale "0"
env.time "12"
and this setup (without quotations)
##Current server cfg
##Do not edit these variables!
rcon.password "$$admin_passwd$$"
server.hostname "$$name$$"
##Below this line can be edited or added to
crafting.instant true
env.timescale 0
env.time 12
and it seems that the only command that stays after a restart is the instacraft command. Why is that?
[QUOTE=NotAPervert69;43938310]and it seems that the only command that stays after a restart is the instacraft command. Why is that?[/QUOTE]
Pretty sure Multiplay resets the server.cfg every restart, so your only option may be plugins.
But it works with instacraft????
[QUOTE=NotAPervert69;43935910]As you may have known, Rust servers tend to restart frequently. It becomes very annoying not only to the admin but the players themselves when a restart happens, as everything I promised them in the title disappears. As the admin of the server I would think it would be a great addition to the server some sort of mod that automatically places the following commands in. If anyone has any information or knows of any mods out there like I described please let me know!
Commands I would like to be typed in automatically on server restart:
crafting.instant true
env.timescale "0"
env.time "12"
Thank you for you help,
NotAPervert69
P.S. I know 0 about lua so you are going to need to give me a step by step instructions if that's not too much to ask for...
About my server:
,=,e Turtle Gaming | 24/7day/Instacraft/Teamspeak/Kits+/TP
To connect to it: net.connect 108.178.53.186:30815
Oxide ( 1.14 )
Hosted by multiplay
Located in the US[/QUOTE]
Esiest thing just put commands u want in server.cfg :0
Sorry, you need to Log In to post a reply to this thread.