Create custom dungeons and adventure maps with ease!
Go to file
Daniel Saukel 821f0fc2ac Minor changes to allow JavaDoc generation 2016-07-12 02:11:49 +02:00
abstract Minor changes to allow JavaDoc generation 2016-07-12 02:11:49 +02:00
core Minor changes to allow JavaDoc generation 2016-07-12 02:11:49 +02:00
craftbukkit_1_9_R1 Minor changes to allow JavaDoc generation 2016-07-12 02:11:49 +02:00
craftbukkit_1_9_R2 Minor changes to allow JavaDoc generation 2016-07-12 02:11:49 +02:00
craftbukkit_1_10_R1 Minor changes to allow JavaDoc generation 2016-07-12 02:11:49 +02:00
shade Minor changes to allow JavaDoc generation 2016-07-12 02:11:49 +02:00
.gitignore Minor changes to allow JavaDoc generation 2016-07-12 02:11:49 +02:00
LICENSE Create LICENSE 2015-12-29 00:02:51 +01:00
README.md Update readme 2016-07-11 21:04:34 +02:00
build.bat Minor changes to allow JavaDoc generation 2016-07-12 02:11:49 +02:00
pom.xml Minor changes to allow JavaDoc generation 2016-07-12 02:11:49 +02:00

README.md

DungeonsXL

Builds Wiki Issues JavaDocs MCStats

Doge

DungeonsXL is a server mod that allows you to instantiate worlds.

Its main goal is to offer a way to use a world in a set state multiple times by a player (like for a jump'n'run), a group of players (e.g. for a quest dungeon, an adventure map or a PvE arena) or even by groups of groups of players (e.g. for PvP arenas). DungeonsXL also provides custom game mechanics to make these worlds interesting. It might also be helpful if you want players to build something in creative mode quickly and uncomplicated without any influence on their main world data (inventory, levels etc.).

Features

  • Create as many dungeons as you wish!
  • The instantiation system allows dungeons to be played by multiple groups of players at the same time without clashes.
  • Dungeons are accessable through portals in one of your main worlds. Read more...
  • Invite players to edit single dungeons without the need to give them any further permissions. Read more...
  • Allow players to build in creative mode safely without any influence to their game progress in the main worlds!
  • Set checkpoints, breakable blocks, triggers, messages and much more through signs in the edit mode. Read more...
  • Per dungeon configuration (you should try that after you became familiar with the basics of this plugin). Read more...
  • Link multiple floors together to create large dungeons with multiple levels. Read more...
  • Use a dungeon as a tutorial and give them a PEX group when they finish it. Read more...
  • Players can play the dungeon with their own items or with configurable classes.
  • The classes support doges!
  • Mob waves: Read more...
  • PvP
  • Time limits
  • A built-in custom mob system and support for MythicMobs. Read more...
  • A powerful API: Read more...
  • Different game types allow you to use your maps dynamically for different purposes. Read more...
  • Announcements sothat users can join the next match easily. Read more...
  • Great performance due to a custom, asynchronous world loading and creation method and several other performance tweaks
  • ...and many more!

The concept

This outline may help you to understand the concept of DungeonsXL:

Concept

If you want to learn how to use DungeonsXL step by step, please have a look at the wiki page getting started.

Compatibility

Server

DungeonsXL works with 1.7.8 and higher. However, support for 1.10.x / 1.9.x has a higher priority than support for 1.8.x and lower. See here for detailed information. Some cosmetic features require the Spigot API and will therefore not work with CraftBukkit.

Older versions of DungeonsXL support versions since Minecraft 1.3.x, but of course, they are completely unsupported.

Building information and dependencies

Building DungeonsXL from source requires Apache Maven. Maven automatically fetches all dependencies and builds DungeonsXL; just run build.bat or enter the command mvn clean install.

BRCommons

BRCommons is a util library for common tasks. DungeonsXL contains BRCommons 1.0.1.

Caliburn API

Caliburn is an API to read custom items and mobs from config files. DungeonsXL contains Caliburn Beta 0.1.8.

Java

Make sure that your server uses Java 7 or higher.

UUIDs

Supported.

Known incompatibilities

  • Towny
  • Corpses

Many incompatibilities can be fixed with PerWorldPlugins (fork for 1.8+). Try to add the incompatible plugins only to the worlds where you need them.