-
Notifications
You must be signed in to change notification settings - Fork 26
High level overview of ServerSync
R edited this page Aug 24, 2019
·
6 revisions
Terminology:
- Client specific file - A file that only needs to be on the client and not the server (Optifine is one example)
- Server specific file - A file that only needs to be on the server and not the client (server tools usually)
- clientmods - ServerSyncs specific directory for handling client specific files that the server is suggesting the client should have
ServerSync acts like a mirror: Server has: π π π Client has : π π₯ β
Transfer:
π | π | π | ||
β | β | β | ||
π | π | π | π₯ | β |
File deletion:
π | π | π | π₯ | β |
β | β | β | β | β |
If the server has files in clientmods then these will be added to the list of files to sync but clients have the power to refuse these mods if they do not want them or they want to use their own versions.
How to guides
- Quick start guide
- Server setup
- Redirecting files
- Using the command line
- Excluding files from sync or deletion
- Banning clients
Multiple profile management
Troubleshooting