AxiusCore is a lightweight API designed to make Spigot plugin development easier, from implementation, to use, to bug fixing. AxiusCore was developed by an individual developer seeking to encompass common functionality into a single library; these functionalities are common hurdles developers overcome when creating new projects, such as data handling, error handling, etc.
Take a look at the projects below, made using AxiusCore.
GUIHomes is a feature-light homes plugin that makes use of the AxiusCore GUI library. Homes are stored using accurate floating-point data, to store player position, world, and rotation. The plugin features per-world materials to further differentiate between homes.
GUIWarps is an incredibly lightweight warps plugin making use of GUIs for ease of use. GUIWarps is cut and dry - doing exactly what it says on the tin, and nothing more.
PremiumJoinMessage is a feature-light join/leave message management plugin that makes use of the AxiusCore library. Group and player messages can be set via commands in-game, allowing for integration with donation software, or custom-made plugins.