Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Sync Client Server (SCS)
ModMIT

Sync Client Server (SCS)

A mod that simplifies server management by keeping client mods and configs in sync with one in-game update button.

25
Downloads
2
Followers
2 months ago
Updated
📦
2
Versions
managementutilityfabricneoforge
Download Latestvv1.1.1+fabric-mc1.20.1View on Modrinth

📖About Sync Client Server (SCS)

Sync Client Server (SCS)

Sync Client Server (SCS) is a mod designed to keep client mods and configurations synchronized with a server-provided modpack, reducing version mismatches and manual mod management.

With a single in-game Update button directly in the multiplayer server list, players can download the mods and configs required by the server in a simple and reliable way.


📸 Preview

In-game printscreen


🎯 Goal

SCS aims to simplify server administration and improve player experience by making modpack updates clear, predictable, and user-friendly, without requiring external launchers or manual file management.


✨ What SCS Can Do

  • In-game Update button in the multiplayer server list
  • Confirmation screen with update summary and Clear cache option
  • modId-based synchronization to prevent duplicated or outdated mods
  • Optional synchronization of /config alongside /mods
  • Optional mirror mode for /mods and /config
  • Server-enforced removal of specific client mods
  • Per-server isolated cache
  • Built-in lightweight file server to host mods.zip and config.zip

⚠️ Important:

  • Mod updates require a game restart to take effect
  • Config updates do NOT require a restart and are applied immediately

🎮 Client Usage (Simple & Automatic)

The client workflow is intentionally minimal.

1️⃣ Add the server

  • Add the server normally in the Multiplayer screen
  • The Download URL field is automatically filled using the server address and port
  • You may override it manually if needed

Example:

http://myserver.com:25566

2️⃣ Update the client

  1. Select the server in the list
  2. Click Update
  3. Review the summary and confirm

That’s it.
Restart the game only if mods were updated.

🧹 Clear Cache

Use Clear cache from the confirmation screen if:

  • A download fails
  • The client becomes out of sync
  • ZIP contents changed but no update is triggered
  • Other unexpected behaviors

Cache is isolated per server and safe to clear.


🖥️ Server Usage (Admin Guide)

1️⃣ Install and start

  • Install SCS on the server
  • Start the server once to generate the config file

2️⃣ Common Configuration

Config file:

config/scs-common.toml

Default values:

fileServerPort = 25566
updateConfig = true
mirrorMods = false
mirrorConfig = false

Explanation:

  • fileServerPort
    Port used by the built-in file server (default: 25566)
  • updateConfig
    Enables client config updates (enabled by default)
  • mirrorMods / mirrorConfig
    Disabled by default. When enabled, client folders are forced to exactly match the ZIP files

Because updateConfig is enabled by default, server admins can push new configuration changes to clients, such as enabling or disabling mirror options.


3️⃣ Creating the update packages

Option A: Using in-game commands

On the server, run:

/scs save-mods
/scs save-config

This generates:

  • mods.zip
  • config.zip

Option B: Manual ZIP creation (advanced / recommended for control)

Admins may manually create or edit:

  • mods.zip
  • config.zip

This allows:

  • Shipping only specific mods or configs
  • Full control over update contents

Both methods are fully supported.


4️⃣ Removing client mods (server-enforced)

To force the removal of specific client mods:

  1. Create a file named:
modsToRemoveFromTheClient.json
  1. Place it inside mods.zip
  2. List the .jar filenames to remove

Example:

[
  "examplemod1.jar",
  "examplemod2.jar"
]

These mods will be deleted from the client during the update.


5️⃣ Built-in File Server

When the server is running, SCS automatically hosts:

  • mods.zip
  • config.zip

On:

<server-ip>:fileServerPort

Default:

<server-ip>:25566

No external web server is required.


📦 Modpack Usage

Feel free to include this mod in your modpack — credits are appreciated but not required.


❤️ Credits & Fork Notice

This project is a fork of the mod MMMMM by Place-Boy.
Original project: https://www.curseforge.com/minecraft/mc-mods/mmmmm

All credit for the original concept and foundation goes to the original author.

👥 Team & Contributors

M
MaeiroOwner

⚙️ Compatibility

Environment
✅ Client & Server
Loaders
fabricneoforge
Minecraft Versions
1.20.1

🔗 Links

Modrinth Page