BibleBot

This is a simple Fabric serverside chat based biblebot MOD. Excellent for protection while playing a terror modpack.

8

BibleBot

BibleBot Banner

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

- 📖 Server-side only per language - 🌐 Server-side only — Spanish (*Biblia de Jerusalén*) and English (*Douay-Rheims*) included; add more by dropping new `lang/` folders in the JAR - ⚙️ Server-side only — set language and broadcast interval in `config/biblebot.json` - 🔧 Server-side only — `/bible pause`, `/bible resume`, `/bible reload` (no restart needed) - 🖥️ Server-side only — no client mod required

BibleVerses

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:

```json { "language": "es", "interval_minutes": 5 }

ADS