-
Notifications
You must be signed in to change notification settings - Fork 26
Ignore & Include lists
R edited this page May 11, 2016
·
17 revisions
To ignore a mod during the update/deletion process add it's file name to the MOD_IGNORE_LIST including extension:
S:MOD_IGNORE_LIST <
myMod.jar
myBlocks.jar
>
Configs by default are not synced, to include a config file in the sync process add it's file name to the CONFIG_INCLUDE_LIST including extension:
S:CONFIG_INCLUDE_LIST <
myConfig.cfg
myClientConfig.cfg
>
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