Update readme

This commit is contained in:
Daniel Saukel 2021-04-25 19:11:54 +02:00
parent 082fabc7a8
commit d962ece071

View File

@ -39,17 +39,15 @@ DungeonsXL also provides custom game mechanics to make these worlds interesting.
## The concept
This outline may help you to understand the concept of DungeonsXL:
![Concept](http://feuerstern.bplaced.net/ressourcen/DXLSigns/concept.png)
If you want to learn how to use DungeonsXL step by step, please have a look at the [wiki](../../wiki) page [getting started](../../wiki/getting-started).
## Compatibility
### Server
DungeonsXL works with Spigot 1.8 and higher. However, support for 1.13-1.16 has a higher priority than support for 1.8-1.12. Old builds that support older versions are unusable for production environments. See [here](../../wiki/legacy-support) for detailed information. DungeonsXL only works with Spigot and does not support CraftBukkit builds.
### ItemsXL
DungeonsXL requires [ItemsXL](https://www.spigotmc.org/resources/itemsxl.14472/) 1.0 to run.
### Building information and dependencies
Building DungeonsXL from source requires [Apache Maven](https://maven.apache.org/).
Maven automatically fetches all dependencies and builds DungeonsXL; just run _build.bat_ or enter the command _mvn clean install_.