A curated list of awesome Minecraft related libraries for bukkit developer needs.
- Annotation Command Framework - ACF is an extremely powerful command framework that takes nearly every concept of boilerplate code commonly found in command handlers, and abstracts them away behind annotations
- Skedule - Coroutine library to help kotlin developers get out of callback hell with BukkitRunnables.
- TaskChain - Helps facilitate running tasks on an application's "Main Thread", and tasks off the main (async).
- Intuitive Database Wrapper - A clean and intuitive API for Java to remove JDBC boilerplate.
- helper - Large set of utilities for making plugin development for bukkit faster and easier.
- Vault - Provides APIs for economy plugins, permission plugins and chat plugins.
- LightAPI - Create invisible light sources.
- Languagy - Library for detecting player locale settings and auto translating provided messages.
- NBT-API - Add custom NBT tags to Itemstacks, Tile Entities and Entities, or modify existing ones.
- Kotlin NBT API - A 200 line NBT library for Kotlin!
- PacketListenerAPI - Listen to and handle incoming / outgoing packets and modify packet fields.
- ProtocolLib - Listen to and handle incoming / outgoing packets.
- TinyProtocol - Very barebones listening for incoming and outgoing packets with low overhead.
- Libby - Runtime dependency management library for plugins running in Java-based Minecraft server platforms.
- Orion - Mixin loader for minecraft servers running Paper.
- PaperLib - Create faster plugins using Paper's optimisations if they're available, or slower if not on Paper.
- NoteBlockAPI - API to be able to play .nbs files.
- Configurate - Simple configuration library for Java applications that provides a node-based representation of data, able to handle a wide variety of configuration formats.
- LightningStorage - Bukkitlike standalone java library to store data in YAML, JSON & Toml - Preserves comments!
- ChatMenuAPI - Create interactive menus within minecraft's chat window.
- InventoryGUI - Create inventory GUIs with ease.