Hi everyody
Since few hours the following plugins doesn't work anymore.
Ipanel
ZlevelRemastered
Deathnote
Sign artist
I've already checked with filezilla, the .cs files are still present in the folder rust/server/serverprofile/plugin and the .json are still present in rust/server/serverprofil/config
As someone an idea why and how to make these plugins work again ?
Thank you for your help (sorry for my english but i'm french)
Solved Plugins not working after Rust update (Oxide not installed)
Discussion in 'Rust Discussion' started by El_Poussinator, Mar 9, 2016.
-
When ever I have issues with my own server with any plugins or anything, I usually run my serverupdate.bat file to update the server, then I reinstall oxide mod, and all plugins. Be sure to delete the config files for the plugins that are not working. You will have to reconfigure the config files for those after though.
This usually clears anything up for me.
hope this helps you.
FYI I am a Noob at this too. lol -
How do you run serverupdate.bat ? -
the batch files command line should be similar to the following, just change install folders to your install folder.
--------------------------------------------------------------------------------------------------------------------------------------------------------------
c:\Steam\steamcmd.exe +login anonymous +force_install_dir c:\rustserverrustydoobiemod\ +app_update 258550 validate
--------------------------------------------------------------------------------------------------------------------------------------------------------------
After running the bat file you will need to reinstall oxide mod, and the plugins you want to reinstall.
To create the batch file in windows -
Right click on your desktop and create a NEW txt document, change the extension of the file from .txt to .bat
Right click on the newly created .bat file, click edit
Add the following line into it
c:\yoursteamcmdinstallfolder\steamcmd.exe +login anonymous +force_install_dir c:\yourserverfoldername\ +app_update 258550 validate
yoursteamcmdfolder - being where you installed the steamcmd program
yourserverfoldername - being where you installed your server
save and exit, copy this .bat file into your server folder, double click and let it update.
Just remember after you update you will have to reinstall Oxide Mod, plugins should still be installed in the folders, I would recommend removing the plugins that are giving you issues prior to doing the update, and then reinstalling those specific plugins afterwards