Skip to main content

๐Ÿ’€ Dungeons

Our very own, custom-developed Dungeons system. It features 3 themed dungeons with 3 floors each.
Dungeons are filled with monsters, ores and chests to loot. In order to progress to another floor, you have to find a Dungeon Key.
At the end of every dungeon there is a powerful boss that drops unique items.
Dungeon Key can be dropped from the Mini-Bosses found in the wilderness.

๐Ÿ’ป Commandsโ€‹

To get all the Dungeons commands, please execute: /dungeons help

  • /dungeons unlock [player] [floor number] - unlocks a floor for the player
  • /dungeons resetkey - resets your unlocked floors

๐Ÿ“• Dungeons Menuโ€‹

Configure Dungeons menu in:
plugins/CommandPanels/dungeons

โš™ How to configure Dungeons?โ€‹

You can find Dungeon's configuration files in: plugins/Dungeons/

โš” How to create a new Dungeon?โ€‹

In order to create a new Dungeon, first, you have to create a location and a portal leading to the location.

  1. To create the Dungeon's spawn location:
    /dungeons setlocation [floor number]
  1. Next, you need a portal that will teleport a player inside of the Dungeon.
    Portals are built with Black Concrete block. You should build a portal, aim at the Black Concrete block and insert this command:
    /dungeons setportal [floor number]

๐Ÿ”’ If you'd like the portal to require a key to be unlocked (like the default Dungeons do), you need to add '1' at the end of the command, like this:
/dungeons setportal [floor number] 1
Example: /dungeons setportal 11 1

๐Ÿ— How to create a monster spawn in my Dungeon?โ€‹

In order to create a new monster spawn, you need to insert this command:
/dungeons setmonsterspawn [monster type]
For example:
/dungeons setmonsterspawn zombie

Available monster types are: zombie, skeleton, spider, husk & ghost.

๐Ÿ‰ How to create a BOSS spawn in my Dungeon?โ€‹

In order to create a new BOSS spawn, you need to insert this command:
/dungeons setbossspawn [bosstype]
For example:
/dungeons setbossspawn dracula

Available BOSS types are: miner_wrath, dracula, pharaoh.

๐Ÿ“ฆ How to create a respawnable chest?โ€‹

In order to create a chest that will respawn, with random content, you need to:

  1. Place the chest
  2. Fill the chest with items
  3. Insert the /dungeons setchest command.

By default, the chest will respawn with 3 random items from it's initial inventory. You can easily change that in the Dungeon's config.

Respawnable ores in the dungeonsโ€‹

All ores in dungeons will respawn after a while when being mined.