Updated Legacy support (markdown)

Daniel Saukel 2019-02-26 17:30:09 +01:00
parent 332bb9a1d3
commit b51f2298fb

@ -1,5 +1,18 @@
## Outdated Minecraft versions
If you use DungeonsXL with an older version than the latest, note that these features might not work:
* Health will not be saved or modified by DungeonsXL in 1.8.8
DungeonsXL is programmed with older versions in mind, but only tested with the latest version of CraftBukkit. If you encounter any issues running an older version, please report them.
DungeonsXL is programmed with older versions in mind, but only tested with the latest version of CraftBukkit. If you encounter any issues running an older version, please report them.
## Updating
As DungeonsXL is still in Beta, it is possible that some aspects of it change during the ongoing development. This is a list of features that have been removed or replaced:
| Type | Removed / deprecated feature | Replacement | Still working |
|---|---|---|---|
| Game rule | build | Several new game rules including breakBlocks and placeBlocks | No |
| Game rule | keepInventory | keepInventoryOnEnter, -OnEscape, -OnFinish, -OnDeath | Yes |
| Dungeon sign | Chest | RewardChest | Yes |
| Dungeon sign | MythicMobs | Merged with mob sign (with "MM" as a built-in external mob provider tag) | No |
| Dungeon sign | ExternalMob | Merged with mob sign | Yes |
| Dungeon sign | Floor | Merged with end sign | Yes |