ServerStats.eu API Plugin
AmxModX plugin for Counter-Strike 1.6 servers
Real-time Chat
Live messages
Kill Feed
Kills & weapons
Scoreboard
Live scores
Statistics
Player stats
Download
Download ServerStats.eu API Plugin
Includes file (.amxx), config file (.cfg) and documentation
Requirements
- AmxModX 1.8.3 or newer
- AmxxEasyHttp module v1.2.0+
- Counter-Strike 1.6 server with HLDS
Installation
- 1 Download the filesDownload all three files from the download section above.
- 2 Install AmxxEasyHttp moduleDownload from GitHub and place in
/addons/amxmodx/modules/ - 3 Copy plugin files
serverstats_api.amxx→/addons/amxmodx/plugins/
serverstats_api.cfg→/addons/amxmodx/configs/ - 4 Activate the pluginAdd to
/addons/amxmodx/configs/plugins.ini:serverstats_api.amxx
- 5 Restart the serverRestart your game server to load the plugin.
Configuration
Edit /addons/amxmodx/configs/serverstats_api.cfg:
// ServerStats.eu API URL
gt_api_url "https://serverstats.eu//api/server-events"
// API token (get from server settings)
gt_api_token "your_api_token_here"
// Data options (1 = enabled, 0 = disabled)
gt_send_chat "1" // Chat messages
gt_send_killfeed "1" // Kill events
gt_send_scoreboard "1" // Scoreboard data
gt_send_changelevel "1" // Map changes Getting Your API Token
- 1 Log in to ServerStats.eu
- 2 Go to Dashboard → My Servers
- 3 Select your server and click Edit
- 4 Scroll to API Plugin section
- 5 Click Generate API Token
- 6 Copy the token to your config file
Visibility Settings
Control which data is displayed publicly on your server page:
Chat
Player messages
Kill Feed
Kill events
Scoreboard
Team scores
Players
Online players list
These settings can be changed in your server's edit page.
Germany
Bulgaria