🌘
Bloodmoon Advanced
  • Bloodmoon Advanced
  • ❓FAQ
  • 📚Guides
    • Enable bloodmoon for your world
    • How to use commands in console
    • Use custom sounds
  • General
    • Commands & Permissions
  • ⏰SCHEDULES
    • Introduction
    • Commands
    • Properties
  • 🚧SIGNS
    • Introduction
    • Overview
  • 💀Mobs
    • Introduction
    • Properties
    • Commands
    • Spawn mechanics
    • Boss
    • Mythic mobs
  • 📦Items
    • Introduction
    • Commands
  • 🌡️Lifecycles
    • Introduction
    • Commands
  • 🎬Actions
    • Introduction
    • Commands
  • 💀Death Actions
    • Introduction
  • ⏲️ Events
    • Introduction
    • Stop Event
    • Death Event
    • Heal Event
    • Lightning Event
    • Potion effect Event
    • Teleport Event
    • Swap Event
    • Reinforcement Event
    • Dash Event
    • Speak Event
    • Respawn Event
    • Explode Event
    • Sound Event
    • Vanish Event
    • Shield Event
  • Placeholder API
    • Overview of placeholders
  • 📄Configs
    • config.yml
    • mobs.yml
    • actions.yml
    • lifecycles.yml
    • items.yml
    • messages.yml
    • schedules.yml
  • 🖇️API
    • Introduction
    • API docs
Powered by GitBook
On this page
  • What is a boss?
  • Using the boss bar
  • How to find the boss?
  • What is the pathfinder?
  • Retrieving the pathfinder

Was this helpful?

  1. Mobs

Boss

Explaining the mechanics of the boss

PreviousSpawn mechanicsNextMythic mobs

Last updated 5 years ago

Was this helpful?

What is a boss?

Any custom mob can be marked as a boss by setting the boss flag to true. The spawn mechanics remain the same. The main difference between a boss and a regular mob is that one bloodmoon can have only 1 boss.

Using the boss bar

As soon as the boss has been spawned, the boss bar (if enabled) will show the name of your boss. The bar itself will also show the total health of the boss. When the boss is getting damaged, the bar will drop.

How to find the boss?

There are several methods of finding the boss. The most difficult method is luck. The easiest solution is by using the "Pathfinder".

What is the pathfinder?

The pathfinder is an item using the compass material. While having the compass in your hand, if you right click, the compass display a path to the boss. The compass itself will also point towards the boss. By following the trail, you will find the boss.

Retrieving the pathfinder

The pathfinder can be retrieved by typing the following command:

/bm item give pathfinder 1 mrgeneralq

In order to use the pathfinder, you will need the following permission:

bloodmoon.compass        #permission to make compass point towards boss
bloodmoon.pathfinder     #permission to make trail become visible

💀