A Millennium plugin that integrates Ruststats button into the Steam client profile.
Before installing this plugin, ensure you have:
- Millennium installed and configured
-
Copy Plugin ID
Copy the following Plugin ID
-
Install via Millennium
- Open Steam with Millennium installed
- Go to Millennium → Plugins
- Click on the Install a plugin
- Paste the Plugin ID into the installer
- Click Install
- Restart Steam when prompted
git clone https://github.com/TOR968/ruststats-extension.git
cd ruststats-extensionInstall Node.js dependencies:
# Install pnpm if you haven't already
npm install -g pnpm
# Install project dependencies
pnpm installFor development:
pnpm run devFor production:
pnpm run buildOption A: Copy to plugins directory
# Windows
copy /R . "C:\Program Files (x86)\Steam\plugins\ruststats-extension"
# Linux
cp -r . ~/.local/share/millennium/plugins/ruststats-extension
# macOS
cp -r . ~/Library/Application\ Support/millennium/plugins/ruststats-extensionOption B: Create symbolic link (for development)
# Windows (run as Administrator)
mklink /D "C:\Program Files (x86)\Steam\plugins\ruststats-extension" "%CD%"
# Linux/macOS
ln -s "$(pwd)" ~/.local/share/millennium/plugins/ruststats-extension- Completely close Steam (including system tray)
- Restart Steam
- Go to Millennium → Plugins
- Enable "Ruststats Extension"
- Restart Steam once more

