Compatibility
Minecraft: Java Edition
26.1.2
Platforms
Supported environments
Server-side
Singleplayer
Links
Tags
Creators
Details
Licensed MIT
Published 3 weeks ago
BibleBot is a lightweight OPEN SOURCE server-side Fabric mod that automatically broadcasts Catholic Bible verses in your Minecraft server's chat at a configurable interval.
How it works
Every few minutes, a random verse appears in chat for all online players, formatted with colored text: the reference in yellow and highlighted divine names (God, Lord, Christ, Jesus, the Word…) rendered in gold.
Features
- 📖 200 Catholic Bible verses per language
- 🌐 Multi-language — Spanish (Biblia de Jerusalén) and English (Douay-Rheims) included; add more by dropping new
lang/folders in the JAR - ⚙️ Simple config — set language and broadcast interval in
config/biblebot.json - 🔧 OP commands —
/bible pause,/bible resume,/bible reload(no restart needed) - 🖥️ Server-side only — no client mod required

Commands
| Command | Description |
|---|---|
/bible pause |
Stops broadcasting verses |
/bible resume |
Resumes broadcasting |
/bible reload |
Reloads config and verse files on the fly |
Configuration
config/biblebot.json is created automatically on first launch:
{
"language": "es",
"interval_minutes": 5
}


