Implement shop purchase limits

This commit is contained in:
Melledy
2025-11-14 08:08:02 -08:00
parent 484ca84e00
commit c4d564abb6
10 changed files with 176 additions and 28 deletions

View File

@@ -64,7 +64,8 @@ public final class DatabaseManager {
// Add our custom fastutil codecs
var codecProvider = CodecRegistries.fromCodecs(
new IntSetCodec(), new IntListCodec(), new Int2IntMapCodec(), new ItemParamMapCodec(), new BitsetCodec()
new IntSetCodec(), new IntListCodec(), new Int2IntMapCodec(),
new ItemParamMapCodec(), new String2IntMapCodec(), new BitsetCodec()
);
// Set mapper options