alvin0319 / CustomItemLoader

This is a plugin that brings the custom item to your server for PocketMine-MP!

Home Page:https://discord.com/invite/Py2vSwg3B3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature/api5: Add a deserializer for old legacy IDs

alvin0319 opened this issue · comments

Is your feature request related to a problem? Please describe.
In PM5, all legacy IDs have been removed from the core and are no longer be used. This is problematic when we upgrade from PM4, which PocketMine cannot understand custom item IDs, which might lead to data lost.

Describe the solution you'd like
Add a hack to convert legacy ID to newer format. This probably won't hard but need more investigation.

Describe alternatives you've considered
Described above.

Additional context
N/A