promotional bannermobile promotional banner

Daily Boss x Cobblemon

DBxCobblemon is a compatibility bridge provided to integrate [DailyBoss] with [Cobblemon]

DBxCobblemon is a compatibility bridge provided to integrate DailyBoss with Cobblemon. It allows server administrators and modpack creators to spawn Cobblemon Pokémon as bosses using DailyBoss, complete with custom configurations, loot tables, and special mechanics.

Features

  • Seamless Integration: Registers Cobblemon Pokémon as valid bosses within the DailyBoss ecosystem.
  • Customizable Bosses: Define bosses via JSON files in datapacks, specifying level, nature, ability, shiny status, and more.
  • Invulnerability Shield: Bosses spawned via this mod are immune to standard vanilla damage (swords, arrows), forcing players to engage them in Pokémon battles.
  • Datapack Support: Fully data-driven. Add new bosses without updating the mod.
  • Custom Loot: Support for defining custom loot tables for defeated bosses.
  • Menu Visualization: Bosses appear correctly in the DailyBoss menu for visualization purposes (sprites and names).

Custom Assets

To add custom textures for your bosses in the menu, place your images in a resource pack following this structure:

File Location: assets/pladailyboss/textures/gui/entity_posters/cobblemon/<species>/

You need two images per boss:

  1. <species>_enabled.png (Colored version)
  2. <species>_disabled.png (Grayed out version)

Example:

  • assets/pladailyboss/textures/gui/entity_posters/cobblemon/charizard/charizard_enabled.png
  • assets/pladailyboss/textures/gui/entity_posters/cobblemon/charizard/charizard_disabled.png

You can define new bosses by creating JSON files in a datapack or inside the mod's configuration.

File Location: data/<namespace>/dailyboss/cobblemon/<boss_name>.json Example: data/dbxcobblemon/dailyboss/cobblemon/charizard_boss.json

JSON Format:

{
  "species": "cobblemon:charizard",
  "level": 75,
  "shiny": true,
  "nature": "cobblemon:adamant",
  "ability": "blaze",
  "gender": "male",
  "uncatchable": true,
  "lootTable": "minecraft:chests/simple_dungeon",
  "nbt": {
    "Pokemon": {
      "IVs": {
        "HP": 31,
        "Attack": 31,
        "Defence": 31,
        "SpecialAttack": 31,
        "SpecialDefence": 31,
        "Speed": 31
      }
    }
  }
}
Field Type Description
species The Cobblemon species ID (e.g., cobblemon:pikachu). Required.
level The level of the Pokémon. Default: 50.
shiny Whether the Pokémon is shiny. Default: false.
nature The nature ID (e.g., cobblemon:modest).
ability The ability name.
gender Gender (male, female, or genderless).
uncatchable If true, the Pokémon cannot be caught in battle.
lootTable ResourceLocation of a loot table to drop upon defeat.
nbt Extra NBT data to apply to the Pokémon (supports standard Cobblemon NBT structure).

The Daily Boss x Cobblemon Team

profile avatar
Owner
  • 7
    Followers
  • 21
    Projects
  • 178.5K
    Downloads

More from EtemaView all

  • RagnarMMO project image

    RagnarMMO

    • 109
    • Mods

    Mod based entirely on the game Ragnarok Online

    • 109
    • May 13, 2026
    • Mods
    • +4
  • DPS Meter project image

    DPS Meter

    • 589
    • Mods

    A real-time DPS tracking with configurable HUD and auto-reset functionality.

    • 589
    • April 27, 2026
    • Mods
    • +3
  • Other Stage project image

    Other Stage

    • 174
    • Mods

    Complete stage-based progression system that blocks Minecraft content until specific conditions are met, featuring automatic configuration tools and advanced optimization.

    • 174
    • April 27, 2026
    • Mods
    • +4
  • Attribute Modify project image

    Attribute Modify

    • 125.2K
    • Mods

    This mod allows the modification of item attributes, both vanilla and curios. Do you want to buff or nerf a weapon or curios? With this mod, you only need a datapack to do so.

    • 125.2K
    • April 13, 2026
    • Mods
  • RagnarMMO project image

    RagnarMMO

    • 109
    • Mods

    Mod based entirely on the game Ragnarok Online

    • 109
    • May 13, 2026
    • Mods
    • +4
  • DPS Meter project image

    DPS Meter

    • 589
    • Mods

    A real-time DPS tracking with configurable HUD and auto-reset functionality.

    • 589
    • April 27, 2026
    • Mods
    • +3
  • Other Stage project image

    Other Stage

    • 174
    • Mods

    Complete stage-based progression system that blocks Minecraft content until specific conditions are met, featuring automatic configuration tools and advanced optimization.

    • 174
    • April 27, 2026
    • Mods
    • +4
  • Attribute Modify project image

    Attribute Modify

    • 125.2K
    • Mods

    This mod allows the modification of item attributes, both vanilla and curios. Do you want to buff or nerf a weapon or curios? With this mod, you only need a datapack to do so.

    • 125.2K
    • April 13, 2026
    • Mods