Due to all the massive changes, it is necessary to remove the main plugins folder and let it regenerate
Hi! At last i decided to recode the entire proyect due to it being my first minecraft plugin and the code was really messy and implementing things on the go lead to a tremendeous disaster.
I'll do my best and try to sum up all the changes:
The first and most important change is that now all the items stored have internally a global ID. This was a huge improvement since now all operations are relaible
Now the buyGui and settingsGui are syncronized, this means that every change you make to the item 'll be reflected on the buyGui, no more reload or renovate
How the sellItems work was tweaked a little, it 'll only compare if the materials are equal. This could cause some problems with customData but for now is the only relaible way until i find another solution
The MMOitems features such as create an item from sratch and follow changes were unimplemented until i find a better solution and understand the MMOitem api better
A lot of the operations have been optimized and made async