mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-25 10:44:37 +01:00
Implement shop purchase limits
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user