
Sync Sign Notice Mod
A Minecraft Fabric mod that synchronizes sign content with a database and displays news items.
THIS IS A CLIENT ONLY MOD.
Usage
- Start Minecraft with Fabric Loader
- The mod will automatically connect to the configured database
- Signs with this format will display synchronized news items
Configuration
Edit the config file at run/config/sync-sign-notice/config.json:
{
"db_host": "example.com", // Database host address
"db_user": "ExampleUser", // Database username
"db_password": "ExamplePassword", // Database password
"db_database": "example_db", // Database name
"db_port": 3306, // Database port (default: 3306)
"maxNewsCount": 5, // Maximum number of news items to display
"autoRefreshInterval": 300 // Auto-refresh interval in seconds (default: 300)
}
Sign Setup
To create a synchronized notice sign in your Minecraft world:
- Place a sign (any wood type)
- Edit the sign text as follows:
- Line 1:
[Notice](exactly like this) - Line 2: News item number (from the newest item to the oldest, starting from 1, no more than
maxNewsCount) - Line 3: (Leave blank or put custom text)
- Line 4:
SyncSign(exactly like this)
- Line 1:
Example sign text:
[Notice]
1
Welcome!
SyncSign
For more setting up instruction and trouble shooting, please visit Github Repositry.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 1.21.1, 1.21.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as sync-sign-notice-1.0.0.jar — drop this file into the mods folder
- Download size: 3.6 MB
- Download link checked 21 Aug 2026 — working
These come from our own check of the pack file, not from the source page.