Hey, I work with my server atm and I am sick off to restart the server every time I add a new resource so can I have some kind off DEV server, so It’s offline and you don’t need to restart every fucking time. Thanks!
There are command that might help you. This is the setup I usually roll with:
- Run server from Git Bash, this way the command prompt doesn’t close on restart, simply can start the server again by using
./run.bat
- If you install a new resource, you can let the server re-add it by running
refresh
and thenstart <resource_name>
- You can restart resources by running
restart <resource_name>
. I believe you only need to restart or refresh when you makes changes to the resource manifest.
Yeah ok, I am running the server on mysql now and I have Bit Bash downloaded but never used it. So how does Git Bash work?