-
Notifications
You must be signed in to change notification settings - Fork 83
Custom items
DungeonsXL uses the custom item (and mob) library Caliburn which allows users to register custom items and then reference them by their ID as if they were Vanilla items.
What ItemsXL mainly does is making Caliburn a standalone runnable plugin. DungeonsXL already contains Caliburn, so it works as it is without ItemsXL. However, ItemsXL contains some commands to manage Caliburn easily in game, such as commands to set up loot tables, register items and mobs.
Support for other custom item plugins will not be added even if PRed since Caliburn is being developed into a bridge between custom item system. Its role is about the same as Vault's for permission plugins.
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