Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. R

    [Tutorial] Restartscript for any modpack in linux

    It can often be very annoying when the server crashes and then won't start anymore. Therefore I show you how to use the restart script and how to adapt it to your needs First at all create a file with the name like start.sh with the following content: #!/bin/bash echo "Restart Script" while ...