Dysfold / craftjs

MIT License
10 stars 2 forks source link

Support Bukkit types in databases #46

Open bensku opened 3 years ago

bensku commented 3 years ago

Add support for commonly used Bukkit types in database API.

bensku commented 2 years ago

Unfortunately, while MVStore allows custom data types, it allows exactly two such types per map - one for key, another for value. A custom type needs to support all types supported out of the box, in addition to any new types. This will take a bit longer.