PerfectCore
Core library shared by all Perfect Plugins. Provides custom rarities, animations, and shared utilities. Required by most plugins in the collection.
| Version | 1.0.0 |
|---|---|
| Type | Internal Library (not sold separately) |
| Java | 21+ |
Installation
- PerfectCore is included with plugins that require it
- Place
KatsuyaTV_PerfectCore.jarinmods/ - Make sure it loads before other Perfect Plugins
What it provides
- 8 Custom Rarities -- Unique rarity tiers for items
- 374 Animations -- Shared animation library
- 20 Base Classes -- Common utilities used by all plugins
- Shared ECS Helpers -- Entity Component System utilities
- Config Persistence -- JSON config management
Custom Rarities (8)
PerfectCore registers 8 custom rarity tiers that other plugins can use for their items. These extend the vanilla rarity system with unique colors and names.
FAQ
Do I need PerfectCore?
If you use any Perfect Plugin that lists it as a dependency, yes. Check the plugin's documentation.
Can I use PerfectCore standalone?
It doesn't do anything visible on its own. It's a library for other plugins.