-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
21 lines (21 loc) · 845 Bytes
/
Copy pathplugin.json
File metadata and controls
21 lines (21 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"id": "server-analytics",
"name": "Server Analytics",
"author": "Abdulrahman Othman",
"version": "1.1.0",
"description": "Real-time server analytics, player tracking, leaderboards, graphs, and admin tools. Tested on GoldSrc/Source (CS 1.6, CS:S, CS2); Minecraft, Bedrock, CitizenFX and Palworld included best-effort.",
"category": "plugin",
"url": "https://github.com/3bdulrahmanOthman/server-analytics",
"update_url": "https://raw.githubusercontent.com/3bdulrahmanOthman/server-analytics/main/update.json",
"namespace": "SquadronStrike\\ServerAnalytics",
"class": "ServerAnalyticsPlugin",
"panels": [
"admin",
"server"
],
"panel_version": null,
"composer_packages": {
"xpaw/php-minecraft-query": "^5.0.0",
"xpaw/php-source-query-class": "^6.0.0"
}
}