ServerSync

ServerSync

48.5k Downloads

[Server][Feature Request] Add file redirecting

rheimus opened this issue ยท 2 comments

commented

Would be useful for a server admin to be able to configure files and possibly directories that are sent to the client but redirected to a different location.

e.g.
Server has file A in directory ExperimentalStuff/
Server wants file A to end up in the clients directory mods/

Server configures:
Directory include [mods, ExperimentalStuff, config, flans]
Redirect files [from: 'ExperimentalStuff/**', to: 'mods/]

Concerns:

  • Moving files outside the minecraft context (should probably disallow '..')
commented

An experimental version of file redirect is available in the 3.7.0 alpha https://github.com/rheimus/ServerSync/releases

commented

Closing this as file redirect is in alpha