Daily Boss - More Config

Daily Boss - More Config

Add more config for Daily Boss

by
480 Downloads
forgeneoforgeadventuregame-mechanicsmanagement
Rent Server with this Mod

About this Mod

DBMBC (Daily Boss More Boss Config)

Requires Daily Boss to work.

⚠️ Important Information

[!IMPORTANT]
THIS VERSION ADDS CONFIGURATION ONLY. It does NOT include any boss entities. It allows you to configure bosses provided by datapacks.

🛑 DO NOT USE WITH DAILY BOSS - MORE BOSSES 🛑 They share the same logic but are separated to give you granular control over your modbucket. Using both will cause conflicts.

DBMBC adds support for bosses from multiple boss-focused mods and lets you decide which ones appear in the rotation, and where (Dimension / Biome).

Configuration is automatic and handled through a single file generated on first launch: config/dailyboss_spawn_rules.json


⚙️ Configuration

Global Settings

Control the default behavior for the mod.

"global_settings": {
  "default_enabled": true,
  "auto_add_new_bosses": true,
  "require_biome_match": false
}
  • default_enabled: New or unconfigured bosses are allowed by default.
  • auto_add_new_bosses: Newly detected boss IDs are automatically appended to the config file.
  • require_biome_match:
    • true: Boss spawns only if both Dimension AND Biome match the rules.
    • false: Boss spawns if either checks pass (or if lists are empty).

Per-Boss Rules

Configure specific rules for each boss ID.

"boss_rules": {
  "cataclysm:ignis": {
    "enabled": true,
    "dimensions": ["minecraft:the_nether"],
    "biomes": ["minecraft:nether_wastes"],
    "blacklist_mode": false
  }
}
  • enabled: Force inclusion (true) or exclusion (false) from the rotation.
  • dimensions / biomes: Lists of Allowed (Whitelist) or Forbidden (Blacklist) locations.
  • blacklist_mode:
    • false (Whitelist): The location must match at least one entry in the lists.
    • true (Blacklist): The location must not match any entry.

📋 Evaluation Logic

  1. Boss Existence: The boss entity must be registered in the game.
  2. Enabled Check: If enabled = false, the boss is skipped immediately.
  3. Blacklist Mode:
    • If false (Whitelist): At least one condition must match.
    • If true (Blacklist): No conditions may match.
  4. Strictness:
    • If require_biome_match = true, both Dimension and Biome checks must pass.

Examples

1. Disable a specific boss completely:

"cataclysm:maledictus": { "enabled": false }

(Note: Removing a boss entry restores it to global defaults. Explicitly setting false ensures it stays disabled.)

2. Allow only in Badlands:

"dungeons_and_combat:sunleia": {
  "enabled": true,
  "biomes": ["minecraft:badlands"],
  "blacklist_mode": false
}

3. Allow anywhere EXCEPT the Nether:

"cataclysm:ancient_remnant": {
  "enabled": true,
  "dimensions": ["minecraft:the_nether"],
  "blacklist_mode": true
}

💎 Loot & Progression

Every boss definition can map to high-value loot tables (e.g., Bastion Treasure) so victories feel meaningful without breaking early progression.

You can customize loot per boss in the JSON config without editing datapacks:

"loot": {
  "loot_tables": [
    "minecraft:chests/bastion_treasure",
    "yourpack:custom/ignis_rewards"
  ],
  "append_defaults": false
}
  • loot_tables: A list of loot tables to generate when the boss is defeated. (Replaces default loot).
  • append_defaults:
    • true: Adds your custom loot on top of the original drops.
    • false: Replaces the original loot entirely with your selection.
  • Leaving the loot section empty preserves the original datapack loot.

This layered system ensures non-destructive editing: Addon Loot(Optional) Appended DefaultsUnderlying Datapack Rewards


Discord

Available Versions

Neo Daily Boss - More Config 1.0.0release
MC 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11neoforge
January 25, 2026
Daily Boss - More Config 1.0.2release
MC 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6forge
January 25, 2026

How to Install Daily Boss - More Config on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set forge Loader

In the panel under "Egg", select the forge loader and matching Minecraft version (1.21.11).

3

Install Mod

Open the mod browser in the dashboard and search for "Daily Boss - More Config". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

forgeneoforge

Minecraft Versions

1.21.11, 1.21.10, 1.21.9 (+14 more)

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Daily Boss - More Config server crashes on startup – what to do?

Most common cause: wrong forge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.11). You can switch loaders with one click in the panel.

Is Daily Boss - More Config compatible with forge and neoforge?

Daily Boss - More Config officially supports forge, neoforge for Minecraft 1.21.11, 1.21.10, 1.21.9. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Daily Boss - More Config – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Daily Boss - More Config consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Daily Boss - More Config with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
LicenseRef-All-Rights-Reserved
Server-side
Required

Supported Versions

1.21.111.21.101.21.91.21.81.21.71.21.61.21.51.21.41.21.31.21.2+7 more