A Minecraft (PaperMC) plugin that adds powerful a REST-based web API!
This API allows programmatic access to certain data from HCCore.
- Multiple REST API routes with proper headers
- Powerful API key system
- Rate limit system per API key
- Powerful in-game management command
- Detailed logging for all requests made
- More coming soon!
- Download the latest HCCore release and its dependencies (ProtocolLib and UltimateAdvancementAPI).
- Download the latest HCCoreAPI release (this plugin).
- Put all four of these
.jarfiles in your server'splugins/folder, then restart your server. - Run the following command:
/webapi keys add example - Start making API calls with the key you get back!