- Fougerite Compatibility
- All Versions
- Plugin's Engine
- C# (Modules)
PlayersCounter
Counts the number of active players on your server every X minutes and records the total in a .log file.
With this data you can see in detail the amount of players daily on your server, it will help you a lot to know when the most active hours.
Admin commands
/pclogtime 5 - Every 5 minutes will record the number of players (No restart server required)
Installation
1. Extract in the main directory of the Rust server
2. PlayersCounter=PlayersCounter Add this line in Fougerite.cfg, in [Modules]
3. Restart server
Settings
Log example:
Counts the number of active players on your server every X minutes and records the total in a .log file.
With this data you can see in detail the amount of players daily on your server, it will help you a lot to know when the most active hours.
Admin commands
/pclogtime 5 - Every 5 minutes will record the number of players (No restart server required)
Installation
1. Extract in the main directory of the Rust server
2. PlayersCounter=PlayersCounter Add this line in Fougerite.cfg, in [Modules]
3. Restart server
Settings
INI:
[Settings]
MinutesToLog=5 ;Every 5 minutes will record the number of players
INI:
TOTAL PLAYERS: 0 [2/19/2017 5:05:13 PM]
TOTAL PLAYERS: 1 [2/19/2017 5:10:13 PM]
TOTAL PLAYERS: 1 [2/19/2017 5:11:13 PM]
TOTAL PLAYERS: 2 [2/19/2017 5:12:13 PM]
TOTAL PLAYERS: 1 [2/19/2017 5:13:13 PM]