Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

MythicBoss Usage

DeathShadez edited this page Aug 1, 2020 · 7 revisions

As of BetterEnd v1.3.0, a feature called MythicBosses is implemented. This feature allows users to create custom boss fights in the Gold Dungeon structure via MythicMobs. This page will demonstrate the basics of its capabilities.

As of BetterEnd Premium v3.6.0, a configurable time (in days) for Gold Dungeon bosses to respawn was implemented.


MythicMobs is a plugin that allows users to create custom mobs. Their official website is linked here.

How do I set up a boss fight?

  1. Download and install the latest version of MythicMobs on your server. (The free version on their website is identical to the paid version)
  2. In BetterEnd's config.yml, set aether.mythic-boss.enable to true.
  3. Start your server, and find a Gold Dungeon. When you open the chest, you will find that the elytra is missing, and a formidable Skeleton King has spawned behind you. The Skeleton King is the default boss implemented by MythicMobs.
  4. Upon killing the Skeleton King, it will not drop an Elytra. To change this, open MythicMobs/DropTables/ExampleDropTables.yml and replace the contents with the following:
SkeletonKingDrops:
  Conditions:
  - playerwithin 40
  Drops:
  - ELYTRA 1 1
  - SkeletonKingItemDrops 1
  - experience 100
  - heroesexp 200
SkeletonKingItemDrops:
  MinItems: 1
  MaxItems: 2
  Drops:
  - KingsCrown 1 0.01
  - SkeletonKingSword 0.1
  - GOLD_NUGGET 32-64 1
  - DIAMOND 1-12 0.8

Now you have an exciting boss fight for your players to complete before being rewarded with an Elytra! If you would like to customize your boss, see the MythicMobs documentation for designing your own. When you are done, simply change aether.mythic-boss.gold-name in BetterEnd's config.yml to the name of your boss.

PREMIUM ONLY: You can set a respawn time (in days) for Gold Dungeon bosses by changing the respawn-time in BetterEnd's config.yml