What's the Core?
The Core system is designed to prevent code duplication and reduce unnecessary work. It provides all the basic functionality required by the various systems.
Examples included:
- SQL handling
- Redis handling
- Translations for specific stuff (entities, materials, ..)
- Player loading / data handling
- Command API
For more details and a better overview, check the navigation bar on the left. Each available API is documented there, including examples (where needed) and common pitfalls (if applicable).
In most cases, you can access the Core via:
BukkitCoreLibrary.%API%Handler
Want to contribute?
Check out [[Contribution|Core-API/Contribution]] for more information.