WIKI
NextLib is a lightweight library for Minecraft plugin development on Paper/Spigot.
It provides ready-to-use APIs that simplify common tasks:
- Color API — supports HEX and & color codes.
- Command API — convenient subcommand system with tab completion.
- Item API — fast and flexible item builder (name, lore, PDC, skulls).
- Config Manager — easy configuration handling with auto-update support.
- GUI API — create interactive menus from YAML files stored in the menus/ folder.
Using NextLib, you can quickly set up commands, build items with metadata, format messages with colors, manage configs, and create advanced GUIs without boilerplate code.