ServerSync

ServerSync

48.5k Downloads

No sync for config file

TomberWolf opened this issue ยท 3 comments

commented

Serversync Version:

serversync-2.6.15

Minecraft Version:

1.10.2

Issue:

I have a config file included in the serversync-server.cfg but it won't be copied to the client's config folder.

rules {
    S:CONFIG_INCLUDE_LIST <
        debugserverinfo.cfg
    >
commented

Hmm is possible that I've broken this in the globbing support change. Shall investigate

commented

Confirmed that config files are not following include rules properly.

Shall prioritize this as it's a fairly glaring failure of functionality.

commented

This was an oversight, technically it worked the include list just needed "config/" added in front of each entry.

Being rather redundant at the moment though I just changed the include matcher to do this for us.

A pre-release is available in the github releases section with this & other fixes