BedLoad
BedLoad is a lightweight server-side mod for Minecraft that allows you to designate any blocks or block groups as chunk loaders — without the need for entities or constant updates.
🛏️ By default, all beds function as chunk loaders.
✨ Features
- ✅ Configuration of custom blocks or block groups as chunk loaders through settings
- 🔁 In-game configuration reload without server restart
- 📢 Notification of all players when chunks are force-loaded or unloaded (configurable)
- 🧭 Support for individual radius per block (e.g., loading a 3×3 chunk area around)
- ⚙️ Simple and efficient implementation: activates
setChunkForced
when block state changes
🛠️ How It Works
- When a chunk loader block is placed, surrounding chunks (according to the radius) are force-loaded
- When the block is removed, the corresponding chunks are unloaded
- These blocks act as signals for loading chunks — they are not persistent loaders on their own
📄 Configuration
[BedLoad]
ChunkLoaderBlocks = ["minecraft:beacon=2", "minecraft:respawn_anchor=0"]
ChunkLoaderBlockTags = ["minecraft:beds=1"]
NotePlayersOnChunkLoaderUpdate = true