im pretty new to this and am finding the repeated use of typing in the web console pretty annoying. Someone suggested something to me and i wanted to investigate it. I wondered if anyone has ever run script files in rust command line in the server web console instead of tapping out every single parameter and permission each time? my friend suggested using a .ps1 file which contains all the parameters and permissions which is executable in the console.... is this possible for rust and if so could someone help?
Using a program to write commands?
Discussion in 'Rust Discussion' started by The Flexorcist, Nov 4, 2016.
-
Wulf Community Admin
Why do you have that many commands to enter? You don't have to grant each individual user permissions, permissions also accept wildcards.
-
we are currently new to rust and running a server, in our group we all have different skills and some of us have commitments which means others have to wait until someone else can do the work and get things working. we figured if we have premade files with our parameters and permissions for our plugins it would help others that are not so in the know keep things in check and running without delays. as ive discovered copy pasting doesnt work in the console
[DOUBLEPOST=1478263688][/DOUBLEPOST]for example our gather plugin is now not working after forced wipe, its completely reset, and i dont have a clue how to set it up, the admin who does isnt available..... if we had a premade file i could run in command, it would save a hell of a lot of time and prevent problems occuring by me trying to work it out on the fly -
Wulf Community Admin
Plugin data generally should never be affected by a Rust map wipe, it's entirely unrelated. The only way data would wipe for a plugin is if it was corrupted, never saved, deleted manually, or if your server.identity changed so the location to the data isn't the same now.