This PocketMine-MP plugin stores the number of players logged in hourly, daily, weekly, monthly and yearly. This helps your server to keep track of your activity. If you want to use UI Panel, you need FormAPI.
Hit Count | License | Poggit |
---|---|---|
The main command: /joinstats
or /js
Permission required for main command: join.stats.commands
Sub commands | Extra args | Description |
---|---|---|
hour | - | Find out how many people entered the server at this hour. |
day | - | Find out how many people entered the server today. |
week | - | Find out how many people entered the server last 1 week. |
month | - | Find out how many people entered the server last 1 month. |
year | - | Find out how many people entered the server last 1 year. |
date | day month year hour(optional) | Learn user logins with date. |
- | - | Open the UI panel. |
- Increase and drop statistics
- Multi language
- Number formatting
- Fork it (https://github.com/eren5960/joinstats/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request