Download Daily Boss — Minecraft Mods — MetaMods
Daily Boss

Daily Boss

Active

Downloads

0

Last update

3 weeks ago
Client
Adventure
Magic

☕ Help Pla a coffee & get more cool features:

Buy Me A Coffee


DailyBoss is a Minecraft mod that introduces a Colosseum-style boss daily challenge system.

⚠️ This mod is currently adding compatibility with more bosses from other mods!

Features

  • Adds a Colosseum structure and an interactive Key Entity.
  • When you right-click the Key Entity, it will spawn a random boss that you have already defeated at least once.
  • The Key Entity resets every 1 real-life day (24 hours)
  • If you do not defeat the boss within 24 hours, the boss will be discarded, and the Key Entity will reset without reward.
  • A built-in UI displays a paginated list of available bosses (Press ` key to open)
  • Custom boss entries can be added via datapacks.
  • Resource packs can be used to customize boss posters shown in the UI.

How to add more bosses

  • Open your request to my GitHub
  • Or you can create a Datapack for yourself

Download Example Datapack/Resourcepack

Example datapack:

data/
└── pladailyboss/
    └── dailyboss/
        └── yourmodid/
            └── monsterid.json

Replace yourmodid with your mod or namespace ID, and monsterid with the unique ID of your boss entity.

Example json file:

{
  "loot_table": [
    "minecraft:chests/bastion_treasure",
    "minecraft:chests/bastion_other"
  ],
  "nbt": {
    "Invul": 202
  }
}

Example resourcepack

To display posters in the UI, add images using the following file path format in your resourcepack:

assets/pladailyboss/textures/gui/entity_posters/<namespace>/<entity_name>_enabled.png
assets/pladailyboss/textures/gui/entity_posters/<namespace>/<entity_name>_disabled.png
assets/pladailyboss/textures/gui/entity_posters/<namespace>/<entity_name>_corrupted.png
  • _enabled.png will be shown after the boss is defeated.
  • _disabled.png is shown before the boss is unlocked.
  • _corrupted.png is used when the boss entry refers to a mod that is not currently installed.

Mod Showcase Video

Project members
pla_is_me

pla_is_me