Plugin Information
Learn more about the plugin information endpoints.
Get plugin information
GET
https://analytics.tebex.io/api/v1/plugin
Returns the list of available download links with the current plugin version.
{
"version": {
"name": "2.0.10",
"incremental": "2010"
},
"assets": {
"bukkit": "https://analy.se/download/2.0.10/bukkit-analyse-2.0.10.jar",
"bungeecord": "https://analy.se/download/2.0.10/bungeecord-analyse-2.0.10.jar",
"velocity": "https://analy.se/download/2.0.10/velocity-analyse-2.0.10.jar"
}
}
Last updated