Updated Legacy support (markdown)

Daniel Saukel 2018-08-13 19:17:59 +02:00
parent 3fcff0a562
commit 6ae5b96df5

@ -1,29 +1,5 @@
If you use DungeonsXL with an older version than the latest, note that some features might not work. Besides that, DungeonsXL is created to work with server softwares that implement the Spigot API, which is slightly extended compared to the pure Bukkit API. Therefore, some features will work with Spigot, but not with CraftBukkit.
## Caliburn integration
DungeonsXL uses the Caliburn API to fetch items from config. This does not work with 1.8.8, though. These versions use a built-in, less powerful util with a slightly different syntax.
Example for a class script:
```
#Name of the Classes
Warrior:
#Items the Class has on the beginning
items:
#Item-Id/data, count, enchantment name/lvl
- 268,1,FIRE_ASPECT/1
- 276,1
- 302,1
- 303,1
- 304,1
- 305,1
- 364,1
- 373/16385,3
```
[List of Bukkit enchantments](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/enchantments/Enchantment.html)
## Broken features
* Drop signs don't work with 1.8.8.
* Several performance tweaks do not work with 1.8.8. They cause severe errors and must be disabled.
* Clickable chat messages work with Spigot, but not with CraftBukkit. DungeonsXL uses this feature for announcers. Announcers will still work with CraftBukkit; the issues are merely cosmetic.
* Health will not be saved or modified by DungeonsXL in 1.8.8