![ServerSync](https://media.forgecdn.net/avatars/thumbnails/254/696/256/256/637199290945083080.png)
[Server][Feature Request] Add file redirecting
rheimus opened this issue ยท 2 comments
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 '..')
An experimental version of file redirect is available in the 3.7.0 alpha https://github.com/rheimus/ServerSync/releases