mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-12-03 16:03:59 +01:00
Updated Legacy support (markdown)
parent
fd75978081
commit
17f21403e8
@ -1,7 +1,7 @@
|
|||||||
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.
|
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
|
## Caliburn integration
|
||||||
DungeonsXL uses the Caliburn API to fetch items from config. This does not work with 1.8.x, though. These versions use a built-in, less powerful util with a slightly different syntax.
|
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:
|
Example for a class script:
|
||||||
```
|
```
|
||||||
@ -23,8 +23,7 @@ Warrior:
|
|||||||
[List of Bukkit enchantments](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/enchantments/Enchantment.html)
|
[List of Bukkit enchantments](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/enchantments/Enchantment.html)
|
||||||
|
|
||||||
## Broken features
|
## Broken features
|
||||||
* Drop signs don't work with 1.8.x.
|
* Drop signs don't work with 1.8.8.
|
||||||
* Several performance tweaks do not work with 1.8.x. They cause severe errors and must be disabled.
|
* 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.
|
* 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.
|
||||||
* Resourcepack signs don't work with 1.8.x.
|
* Health will not be saved or modified by DungeonsXL in 1.8.8
|
||||||
* Health will not be saved or modified by DungeonsXL in 1.8.x
|
|
Loading…
Reference in New Issue
Block a user