Sync Sign Notice
No reviews yet
A Minecraft Fabric mod that synchronizes sign content with a database and displays news items.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the client. Works on vanilla servers.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
# 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
1. Start Minecraft with Fabric Loader
2. The mod will automatically connect to the configured database
3. Signs with this format will display synchronized news items
## Configuration
Edit the config file at `run/config/sync-sign-notice/config.json`:
```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:
1. Place a sign (any wood type)
2. 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)
Example sign text:
```
[Notice]
1
Welcome!
SyncSign
```
For more setting up instruction and trouble shooting, please visit Github Repositry.
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.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources