Free Version Differences

There are a couple differences between the free version of Mythic Dungeons and the paid edition. While most functionality remains the same, there are a few limitations imposed on dungeons.

NOTE
None of the limits below are applied by the plugin's own logic. Nothing in the Mythic Dungeons source counts your dungeons, caps a generated dungeon's size, or caps how many unique rooms you may have. Whatever enforces the free/premium split is applied when the free jar is built, not by the code documented on this wiki, so check the build you actually downloaded before relying on any number on this page.

Max of 2 Dungeons
You can only have 2 different dungeons on your server in the free version! Having said that, those dungeons can be as complex as you want, with no locked features.

DISCLAIMER
The following limitations will be introduced with 2.0's release.

Procedural Dungeon Limits
An exception to the above is procedural dungeons. This is an extremely complex system that took hundreds of hours of work, and as such the free version only has a "trial" version of the featureset.

  • You can only have 1 procedural dungeon on your server.
  • Max size of 15 rooms - A generated dungeon can't be larger than 15 rooms.
  • Max of 5 unique rooms - You can only have 5 different kinds of rooms in your procedural dungeon.

Otherwise, procedural dungeons have the same features on the free version as they do in the premium version!

Room limits that do exist in the plugin

These are the only room-count limits in the plugin's code, and you set them yourself, per dungeon, in that dungeon's generator.yml:

  • General.MinRooms / General.MaxRooms for the MINECRAFTY layout
  • BranchSettings.<branch>.MinRooms / BranchSettings.<branch>.MaxRooms for the BRANCHING layout

A procedural dungeon does need at least two unique rooms before it can generate at all. There is no coded upper limit on how many unique rooms it may have.

Updated Aug 19, 2026