4 Grundlegende Informationen
Daniel Saukel edited this page 2016-04-06 22:38:28 +02:00

DungeonsXL

Builds Wiki Issues JavaDocs

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. Weiterlesen...
  • Invite players to edit single dungeons without the need to give them any further permissions. Weiterlesen...
  • 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. Weiterlesen...
  • Per dungeon configuration (you should try that after you became familiar with the basics of this plugin). Weiterlesen...
  • Link multiple floors together to create large dungeons with multiple levels. Weiterlesen...
  • Use a dungeon as a tutorial and give them a PEX group when they finish it. Weiterlesen...

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 Einweisung.

Compatibility

Server

DungeonsXL works with 1.7.8 and higher. However, support for 1.9.x has a higher priority than support for 1.8.x and lower. 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

Instead of referencing the internals of the implementation directly, DungeonsXL uses BRCommons. The shaded version of DXL (standard version) contains this library, while the original version needs it as an external plugin. Have a look at the Installationsanleitung for detailed information.

Java

7 and 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.