superzanti / ServerSync

Sync files between client and server for Minecraft Forge
GNU General Public License v3.0
163 stars 26 forks source link

Cannot find /config/serversync/, is it automatically generated? #283

Closed Serial-Comma closed 3 years ago

Serial-Comma commented 3 years ago

Serversync Version:

4.2.0

Minecraft Version:

1.16.5

Issue:

I want to configure client mods for serversync, but am unable to because /config/serversync/serversync-server.cfg doesnt exist (the whole serversync folder doesn't exist)

I run serversync on a linux distribution with no desktop environment so I can't use the GUI (MineOS). I installed MineOS using the Non-standard usage (forge 1.14 +) and so far it works perfectly for syncing mods. However, I wanted to configure clientmods, but even after multiple restarts there is no serversync folder in /config/. Therefore, I wish to ask whether this folder is supposed to be automatically generated or whether it is supposed to be user generated. If it is user generated, is there a copy of the default .cfg file that I'm supposed to put in there?

HaibaraGT commented 3 years ago

The configuration file of version 4.0 is in the root directory, which is at the same level as Serversync.jar.

rheimus commented 3 years ago

The config is auto generated if no previous type is found, if an old style config is found then it will try to convert that to the 4.0 version.

Random aside information The configuration was moved out of config/* to get it out of the way of normal minecraft configuration that is quite often set up to be part the sync process.