Andavin / Images

A custom image loading plugin for Spigot.
71 stars 33 forks source link

Bigintegers #41

Closed Roby09 closed 2 years ago

Roby09 commented 2 years ago

Token ID's are now BigIntegers so it supports longer token id's. Because of Java serialization you can not remove old fields or change it's datatype, so instead we keep it and convert them to BigIntegers if there are any old nft's using integers.