Carbon Plugin
A plugin which exposes data about the server through a REST API
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Carbon Plugin
Carbon Plugin is a Paper, Velocity, Bungeecord, and Waterfall Plugin which exposes real-time information about the Minecraft server ot the user. All data is accessed through the rest api.
Config
There are two config values you need to worry about. There's the port, and the carbon-key. The port is what the REST API will run on, and the carbon-key is what is REQUIRED to access the API via it's routes. This carbon key should be used as a bearer token combined with the `Authorization` header (`Authorization: Bearer ${UUID}`).
Example: ```yml port: 25505 carbon-key: 358235d5-ca9f-4db1-8e84-24e7ec04c73b ```
Routes
`/` `/v1/` `/v1/players`
Looking for support? Join our Discord