-
Notifications
You must be signed in to change notification settings - Fork 83
Legacy support
Daniel Saukel edited this page Jun 22, 2016
·
20 revisions
If you use DungeonsXL with an older version than Minecraft 1.9, note that some features will not work.
DungeonsXL uses the Caliburn API to fetch items from config. This does not work with 1.7.x and 1.8.x, 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
- The /dxl deleteportal command does not work with 1.7.x.
- Drop signs don't work with 1.7.x and 1.8.x.
Wiki: © 2015-2021 Daniel Saukel and contributors, licensed under CC BY-SA (only unless otherwise stated)
- General information
- General setup and usage
- Dungeon setup
- Signs
- Game rules
- Linked dungeon configuration
- Dungeon world configuration
- Details
- Examples (WIP)
- Simple dungeon
- Bedwars TODO
- PVP arena TODO
- Mob arena TODO
- Tutorial TODO
- Data structure guide
- FAQ