After attempting to install oxide by extracting the files to the rust server, the bat file seems to not execute properly anymore it just seems to be stuck in a loop without even starting. I updated the Rusty App through SteamCMD but it still doesn't seem to be running here's my start script:
echo off
:start
RustDedicated.exe -batchmode +server.port 28015 +server.level "Procedural Map" +server.worldsize 1500 +server.maxplayers 10 +server.identity "RustD" +rcon.web 1
goto start
echo off
:start
RustDedicated.exe -batchmode +server.port 28015 +server.level "Procedural Map" +server.worldsize 1500 +server.maxplayers 10 +server.identity "RustD" +rcon.web 1
goto start