
Minecraft Villager Trade Manager
Complete control over villager trading economics with custom pricing and discount prevention Minecraft Villager Trade Manager is a comprehensive Paper/Spigot plugin that gives server administrators complete control over villager trading economics. Take co
Список изменений
Removed SQLite Dependency: Completely removed SQLite and replaced it with Java's built-in serialization
File-based Storage: Custom prices are now saved to plugins/NoDiscounts/prices.dat using Java serialization
ConcurrentHashMap: Used ConcurrentHashMap for thread-safe operations
No External Libraries: Eliminated all external SQLite dependencies that were causing conflicts
Simplified Persistence: Uses simple file I/O with object serialization instead of database operations
1 No Library Conflicts: Eliminates the SQLite library conflict with other plugins
2 Lightweight: No external dependencies beyond what's built into Java
