DRE2N / ItemsXL

An implementation of the CaliburnAPI.
https://www.spigotmc.org/resources/itemsxl.14472/
GNU General Public License v3.0
4 stars 3 forks source link

Serializing Items #9

Closed Aeyori closed 5 years ago

Aeyori commented 5 years ago

So, I'm trying to serialize some mmoitems I have in order to create exclusive drops for dungeons. Whenever I serialize an item what do I do with the serialize.yml because after I serialize another item it disappears. Am I supposed to copy and place it in the custom items folder?

Sataniel98 commented 5 years ago

Sorry for the late reply.

The serialize command creates a Bukkit YAML representation of an item. You can use this whereever this kind of data is expected, for example in loot tables. The custom items use IXL's own format that is described in the wiki.