Find out and announce when your server has reached its largest player count at once!
OnlineRecord
A plugin which logs and announces the details of when your server has its highest player count.
Quick Links
Discord Server for chat/support
GitHub Repository for source code / issue tracking
About
When a player joins, the plugin simply checks its stored highest player count and compares it against the current player count. If there are more players than the previous record player count, then a message can be broadcasted to all online players and the achievement is also logged to the console.
All players online during the achievement are also logged.
It's very lightweight and basically bulletproof.
Requirements
Server software: PaperMC or SpigotMC are supported.
Other derivative software should work, but aren't supported.
Server version: Minecraft 1.21 or newer is supported.
Older versions should be compatible (but aren't supported).
Commands & Permissions
/onlinerecord
- Description: Contains commands to manage the resource.
- Aliases: /or
- Requires permission: onlinerecord.command
- (granted to all by default)
/onlinerecord reload
- Description: Reload the configuration.
- Requires permissions: onlinerecord.command & onlinerecord.reload
- (the latter is granted to operators by default)