TeamAOF / All-of-Fabric-7

Modpack containing the latest & best of Fabric on 1.20
37 stars 29 forks source link

[Bug Report]: No mods in server files for 2.5.1 #306

Open DaHofa02 opened 3 weeks ago

DaHofa02 commented 3 weeks ago

Modpack Version

2.5.1

Describe your issue.

If I download the server files from the yaml file there are no mods in there

Crash Report

No response

Latest Log

No response

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Singleplayer

Discord Username

No response

SubordinalBlue commented 3 weeks ago

There aren't supposed to be. You need to run the startserver script (.bat for Windows or .sh for macOS and Linux)... it will download the mods for you.

DaHofa02 commented 3 weeks ago

oh I found it thx but I found an other problem and this ist that if you want to start the server in linux you have at the end of the day.sh file a dos end of line and not a unix end of file this means you can't start the server this means you need to create a new file with the whole content

SubordinalBlue commented 3 weeks ago

Sure you didn't have that file go through a windows system first?

sidenote: dos2unix is a handy utility for converting a file with windows line endings to one with unix endings... no need to make a new file.